#include <BaseId.h>
Inheritance diagram for rnaml::BaseId:

Public Methods | |
| BaseId () | |
| Initializes the object. | |
| BaseId (const BaseId &right) | |
| Initializes the object with the right's content. | |
| BaseId * | clone () const |
| Clones the object. | |
| virtual | ~BaseId () |
| Destroys the object. | |
| BaseId & | operator= (const BaseId &right) |
| Assigns the object with the right's content. | |
| MoleculeId * | getMoleculeId () const |
| Gets the baseId moleculeId. | |
| void | setMoleculeId (MoleculeId *moleculeId) |
| Sets the baseId moleculeId. | |
| ModelId * | getModelId () const |
| Gets the baseId modelId. | |
| void | setModelId (ModelId *modelId) |
| Sets the baseId modelId. | |
| const char * | getStrand () const |
| Gets the baseId strand. | |
| void | setStrand (const char *strand) |
| Sets the baseId strand. | |
| int | getPosition () const |
| Gets the baseId position. | |
| void | setPosition (int position) |
| Sets the baseId position. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the baseId modelId.
|
|
|
Gets the baseId moleculeId.
|
|
|
Gets the baseId position.
|
|
|
Gets the baseId strand.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the baseId modelId.
|
|
|
Sets the baseId moleculeId.
|
|
|
Sets the baseId position.
|
|
|
Sets the baseId strand.
|
1.2.18