#include <SeqData.h>
Inheritance diagram for rnaml::SeqData:
Public Methods | |
SeqData () | |
Initializes the object. | |
SeqData (const SeqData &right) | |
Initializes the object with the right's content. | |
SeqData * | clone () const |
Clones the object. | |
virtual | ~SeqData () |
Destroys the object. | |
SeqData & | operator= (const SeqData &right) |
Assigns the object with the right's content. | |
const char * | getValue () const |
Gets the seqData value. | |
void | setValue (const char *value) |
Sets the seqData value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the seqData value.
|
|
Assigns the object with the right's content.
|
|
Sets the seqData value.
|