#include <Interactions.h>
Inheritance diagram for rnaml::Interactions:
Public Methods | |
Interactions () | |
Initializes the object. | |
Interactions (const Interactions &right) | |
Initializes the object with the right's content. | |
Interactions * | clone () const |
Clones the object. | |
virtual | ~Interactions () |
Destroys the object. | |
Interactions & | operator= (const Interactions &right) |
Assigns the object with the right's content. | |
std::vector< StrAnnotation * > & | getStrAnnotations () |
Gets the interactions strAnnotation collection. | |
void | addStrAnnotation (StrAnnotation *strAnnotation) |
Adds a new strAnnotation. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the interactions C substructure. | |
Private Attributes | |
std::vector< StrAnnotation * > | strAnnotations |
The strAnnotation collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new strAnnotation.
|
|
Clones the object.
|
|
Gets the interactions strAnnotation collection.
|
|
Assigns the object with the right's content.
|
|
Sets the interactions C substructure.
Reimplemented from rnaml::Object. |
|
The strAnnotation collection.
|