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

Public Methods | |
| BaseTriple () | |
| Initializes the object. | |
| BaseTriple (const BaseTriple &right) | |
| Initializes the object with the right's content. | |
| BaseTriple * | clone () const |
| Clones the object. | |
| virtual | ~BaseTriple () |
| Destroys the object. | |
| BaseTriple & | operator= (const BaseTriple &right) |
| Assigns the object with the right's content. | |
| Object * | getChild1 () const |
| Gets the baseTriple first child. | |
| void | setChild1 (Object *child) |
| Sets the baseTriple first child. | |
| Object * | getChild2 () const |
| Gets the baseTriple second child. | |
| void | setChild2 (Object *child) |
| Sets the baseTriple second child. | |
| Object * | getChild3 () const |
| Gets the baseTriple third child. | |
| void | setChild3 (Object *child) |
| Sets the baseTriple third child. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the baseTriple first child.
|
|
|
Gets the baseTriple second child.
|
|
|
Gets the baseTriple third child.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the baseTriple first child.
|
|
|
Sets the baseTriple second child.
|
|
|
Sets the baseTriple third child.
|
1.2.18