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