#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "alisequence.h"
Compounds | |
struct | rnamlALISEQUENCE |
Functions | |
rnamlAliSequence * | rnamlnewAliSequence () |
Creates a new rnamlAliSequence structure. | |
rnamlAliSequence * | rnamlcloneAliSequence (const rnamlAliSequence *aliSequence) |
Clones a rnamlAliSequence struture. | |
void | rnamldeleteAliSequence (rnamlAliSequence *aliSequence) |
Frees the rnamlAliSequence structure. | |
int | rnamlisAliSequence (const rnamlObject *obj) |
Tells wheter the object is a rnamlAliSequence. | |
int | rnamlequalsAliSequence (const rnamlAliSequence *left, const rnamlAliSequence *right) |
Tells if left and right are equals. | |
rnamlMoleculeId * | rnamlgetAliSequenceMoleculeId (rnamlAliSequence *aliSequence) |
Gets the moleculeId from the aliSequence. | |
void | rnamlsetAliSequenceMoleculeId (rnamlAliSequence *aliSequence, rnamlMoleculeId *moleculeId) |
Sets the aliSequence moleculeId. | |
rnamlSeqData * | rnamlgetAliSequenceSeqData (rnamlAliSequence *aliSequence) |
Gets the seqData from the aliSequence. | |
void | rnamlsetAliSequenceSeqData (rnamlAliSequence *aliSequence, rnamlSeqData *seqData) |
Sets the aliSequence seqData. | |
xmlcpgObject * | rnamltoXMLAliSequence (const rnamlAliSequence *aliSequence) |
Translates the rnamlAliSequence structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlAliSequence struture.
|
|
Frees the rnamlAliSequence structure.
|
|
Tells if left and right are equals.
|
|
Gets the moleculeId from the aliSequence.
|
|
Gets the seqData from the aliSequence.
|
|
Tells wheter the object is a rnamlAliSequence.
|
|
Creates a new rnamlAliSequence structure.
|
|
Sets the aliSequence moleculeId. The previous moleculeId info is freed
|
|
Sets the aliSequence seqData. The previous seqData info is freed
|
|
Translates the rnamlAliSequence structure into a xmlcpgElement conforming to the RNAML standard.
|