#include <NumberingRange.h>
Inheritance diagram for rnaml::NumberingRange:
Public Methods | |
NumberingRange () | |
Initializes the object. | |
NumberingRange (const NumberingRange &right) | |
Initializes the object with the right's content. | |
NumberingRange * | clone () const |
Clones the object. | |
virtual | ~NumberingRange () |
Destroys the object. | |
NumberingRange & | operator= (const NumberingRange &right) |
Assigns the object with the right's content. | |
int | getStart () const |
Gets the numberingRange start. | |
void | setStart (int start) |
Sets the numberingRange start. | |
Object * | getEnd () const |
Gets the numberingRange end. | |
void | setEnd (Object *end) |
Sets the numberingRange end. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the numberingRange end.
|
|
Gets the numberingRange start.
|
|
Assigns the object with the right's content.
|
|
Sets the numberingRange end.
|
|
Sets the numberingRange start.
|