#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlSEQANNOTATION | rnamlSeqAnnotation |
Rnaml structure containing the seqannotation informations. | |
Functions | |
rnamlSeqAnnotation * | rnamlnewSeqAnnotation () |
Creates a new rnamlSeqAnnotation structure. | |
rnamlSeqAnnotation * | rnamlcloneSeqAnnotation (const rnamlSeqAnnotation *seqannotation) |
Clones a rnamlSeqAnnotation struture. | |
void | rnamldeleteSeqAnnotation (rnamlSeqAnnotation *seqannotation) |
Frees the rnamlSeqAnnotation structure. | |
int | rnamlisSeqAnnotation (const rnamlObject *obj) |
Tells wheter the object is a rnamlSeqAnnotation. | |
int | rnamlequalsSeqAnnotation (const rnamlSeqAnnotation *left, const rnamlSeqAnnotation *right) |
Tells if left and right are equals. | |
xmlcpgList * | rnamlgetSeqAnnotationChild (const rnamlSeqAnnotation *seqAnnotation) |
Gets the child from the seqAnnotation collection. | |
void | rnamladdSeqAnnotationChild (rnamlSeqAnnotation *seqAnnotation, rnamlObject *child) |
Adds a seqAnnotation child. | |
xmlcpgObject * | rnamltoXMLSeqAnnotation (const rnamlSeqAnnotation *seqAnnotation) |
Translates the rnamlSeqAnnotation structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the seqannotation informations.
|
|
Adds a seqAnnotation child.
|
|
Clones a rnamlSeqAnnotation struture.
|
|
Frees the rnamlSeqAnnotation structure.
|
|
Tells if left and right are equals.
|
|
Gets the child from the seqAnnotation collection.
|
|
Tells wheter the object is a rnamlSeqAnnotation.
|
|
Creates a new rnamlSeqAnnotation structure.
|
|
Translates the rnamlSeqAnnotation structure into a xmlcpgElement conforming to the RNAML standard.
|