#include <AliSequence.h>
Inheritance diagram for rnaml::AliSequence:
Public Methods | |
AliSequence () | |
Initializes the object. | |
AliSequence (const AliSequence &right) | |
Initializes the object with the right's content. | |
AliSequence * | clone () const |
Clones the object. | |
virtual | ~AliSequence () |
Destroys the object. | |
AliSequence & | operator= (const AliSequence &right) |
Assigns the object with the right's content. | |
MoleculeId * | getMoleculeId () const |
Gets the aliSequence moleculeId. | |
void | setMoleculeId (MoleculeId *moleculeId) |
Sets the aliSequence moleculeId. | |
SeqData * | getSeqData () const |
Gets the aliSequence seqData. | |
void | setSeqData (SeqData *seqData) |
Sets the aliSequence seqData. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the aliSequence moleculeId.
|
|
Gets the aliSequence seqData.
|
|
Assigns the object with the right's content.
|
|
Sets the aliSequence moleculeId.
|
|
Sets the aliSequence seqData.
|