#include <Modification.h>
Inheritance diagram for rnaml::Modification:
Public Methods | |
Modification () | |
Initializes the object. | |
Modification (const Modification &right) | |
Initializes the object with the right's content. | |
Modification * | clone () const |
Clones the object. | |
virtual | ~Modification () |
Destroys the object. | |
Modification & | operator= (const Modification &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId () const |
Gets the modification baseId. | |
void | setBaseId (BaseId *baseId) |
Sets the modification baseId. | |
const char * | getModifiedType () const |
Gets the modification modifiedType. | |
void | setModifiedType (const char *modifiedType) |
Sets the modification modifiedType. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the modification baseId.
|
|
Gets the modification modifiedType.
|
|
Assigns the object with the right's content.
|
|
Sets the modification baseId.
|
|
Sets the modification modifiedType.
|