#include <StrAnnotation.h>
Inheritance diagram for rnaml::StrAnnotation:
Public Methods | |
StrAnnotation () | |
Initializes the object. | |
StrAnnotation (const StrAnnotation &right) | |
Initializes the object with the right's content. | |
StrAnnotation * | clone () const |
Clones the object. | |
virtual | ~StrAnnotation () |
Destroys the object. | |
StrAnnotation & | operator= (const StrAnnotation &right) |
Assigns the object with the right's content. | |
std::vector< Object * > & | getChildren () |
Gets the strAnnotation child collection. | |
void | addChild (Object *obj) |
Adds a new child. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the strAnnotation C substructure. | |
Private Attributes | |
std::vector< Object * > | children |
The strAnnotation child collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new child.
|
|
Clones the object.
|
|
Gets the strAnnotation child collection.
|
|
Assigns the object with the right's content.
|
|
Sets the strAnnotation C substructure.
Reimplemented from rnaml::Object. |
|
The strAnnotation child collection.
|