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

Public Methods | |
| Segment () | |
| Initializes the object. | |
| Segment (const Segment &right) | |
| Initializes the object with the right's content. | |
| Segment * | clone () const |
| Clones the object. | |
| virtual | ~Segment () |
| Destroys the object. | |
| Segment & | operator= (const Segment &right) |
| Assigns the object with the right's content. | |
| const char * | getSegName () const |
| Gets the segment segName. | |
| void | setSegName (const char *segName) |
| Sets the segment segName. | |
| BaseId5p * | getBaseId5p () const |
| Gets the segment baseId5p. | |
| void | setBaseId5p (BaseId5p *baseId5p) |
| Sets the segment baseId5p. | |
| Object * | getEnd () const |
| Gets the segment BaseId5p or Length object. | |
| void | setEnd (Object *obj) |
| Sets the segment end. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the segment baseId5p.
|
|
|
Gets the segment BaseId5p or Length object.
|
|
|
Gets the segment segName.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the segment baseId5p.
|
|
|
Sets the segment end.
|
|
|
Sets the segment segName.
|
1.2.18