#include "strannotation.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlINTERACTIONS | rnamlInteractions |
Rnaml structure containing the interactions informations. | |
Functions | |
rnamlInteractions * | rnamlnewInteractions () |
Creates a new rnamlInteractions structure. | |
rnamlInteractions * | rnamlcloneInteractions (const rnamlInteractions *interactions) |
Clones a rnamlInteractions struture. | |
void | rnamldeleteInteractions (rnamlInteractions *interactions) |
Frees the rnamlInteractions structure. | |
int | rnamlisInteractions (const rnamlObject *obj) |
Tells wheter the object is a rnamlInteractions. | |
int | rnamlequalsInteractions (const rnamlInteractions *left, const rnamlInteractions *right) |
Tells if left and right are equals. | |
void | rnamladdInteractionsStrAnnotation (rnamlInteractions *interactions, rnamlStrAnnotation *strAnnotation) |
Adds a strAnnotation into a interactions. | |
xmlcpgList * | rnamlgetInteractionsStrAnnotations (rnamlInteractions *interactions) |
Gets the interactions's strAnnotation list. | |
xmlcpgObject * | rnamltoXMLInteractions (const rnamlInteractions *interactions) |
Translates the rnamlInteractions structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the interactions informations.
|
|
Adds a strAnnotation into a interactions.
|
|
Clones a rnamlInteractions struture.
|
|
Frees the rnamlInteractions structure.
|
|
Tells if left and right are equals.
|
|
Gets the interactions's strAnnotation list.
|
|
Tells wheter the object is a rnamlInteractions.
|
|
Creates a new rnamlInteractions structure.
|
|
Translates the rnamlInteractions structure into a xmlcpgElement conforming to the RNAML standard.
|