#include <ModelInfo.h>
Inheritance diagram for rnaml::ModelInfo:
Public Methods | |
ModelInfo () | |
Initializes the object. | |
ModelInfo (const ModelInfo &right) | |
Initializes the object with the right's content. | |
ModelInfo * | clone () const |
Clones the object. | |
virtual | ~ModelInfo () |
Destroys the object. | |
ModelInfo & | operator= (const ModelInfo &right) |
Assigns the object with the right's content. | |
Method * | getMethod () const |
Gets the modelInfo method. | |
void | setMethod (Method *method) |
Sets the modelInfo method. | |
Resolution * | getResolution () const |
Gets the modelInfo resolution. | |
void | setResolution (Resolution *resolution) |
Sets the modelInfo resolution. | |
std::vector< FreeEnergy * > & | getFreeEnergies () |
Gets the modelInfo freeEnergy collection. | |
void | addFreeEnergy (FreeEnergy *freeEnergy) |
Adds a new freeEnergy. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the modelInfo C substructure. | |
Private Attributes | |
std::vector< FreeEnergy * > | freeEnergies |
The freeEnergy collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new freeEnergy.
|
|
Clones the object.
|
|
Gets the modelInfo freeEnergy collection.
|
|
Gets the modelInfo method.
|
|
Gets the modelInfo resolution.
|
|
Assigns the object with the right's content.
|
|
Sets the modelInfo C substructure.
Reimplemented from rnaml::Object. |
|
Sets the modelInfo method.
|
|
Sets the modelInfo resolution.
|
|
The freeEnergy collection.
|