#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "seqannotation.h"
Compounds | |
struct | rnamlSEQANNOTATION |
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. | |
void | rnamladdSeqAnnotationChild (rnamlSeqAnnotation *seqAnnotation, rnamlObject *obj) |
Adds a seqAnnotation child. | |
xmlcpgList * | rnamlgetSeqAnnotationChild (const rnamlSeqAnnotation *seqAnnotation) |
Gets the child from the seqAnnotation collection. | |
xmlcpgObject * | rnamltoXMLSeqAnnotation (const rnamlSeqAnnotation *seqAnnotation) |
Translates the rnamlSeqAnnotation structure into a xmlcpgElement conforming to the RNAML standard. |
|
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.
|