#include <NumberingSystem.h>
Inheritance diagram for rnaml::NumberingSystem:
Public Methods | |
NumberingSystem () | |
Initializes the object. | |
NumberingSystem (const NumberingSystem &right) | |
Initializes the object with the right's content. | |
NumberingSystem * | clone () const |
Clones the object. | |
virtual | ~NumberingSystem () |
Destroys the object. | |
NumberingSystem & | operator= (const NumberingSystem &right) |
Assigns the object with the right's content. | |
const char * | getId () const |
Gets the numberingSystem id. | |
void | setId (const char *id) |
Sets the numberingSystem id. | |
bool | getUsedInFile () const |
Gets the numberingSystem usedInFile flag. | |
void | setUsedInFile (bool usedInFile) |
Sets the numberingSystem usedInFile flag. | |
std::vector< Object * > & | getChildren () |
Gets the numbering collection. | |
void | addChild (Object *obj) |
Adds a new object. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the numberingSystem C substructure. | |
Private Attributes | |
std::vector< Object * > | children |
The numberingRange collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new object.
|
|
Clones the object.
|
|
Gets the numbering collection.
|
|
Gets the numberingSystem id.
|
|
Gets the numberingSystem usedInFile flag.
|
|
Assigns the object with the right's content.
|
|
Sets the numberingSystem C substructure.
Reimplemented from rnaml::Object. |
|
Sets the numberingSystem id.
|
|
Sets the numberingSystem usedInFile flag.
|
|
The numberingRange collection.
|