#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "analysis.h"
Compounds | |
struct | rnamlANALYSIS |
Functions | |
rnamlAnalysis * | rnamlnewAnalysis () |
Creates a new rnamlAnalysis structure. | |
rnamlAnalysis * | rnamlcloneAnalysis (const rnamlAnalysis *analysis) |
Clones a rnamlAnalysis struture. | |
void | rnamldeleteAnalysis (rnamlAnalysis *analysis) |
Frees the rnamlAnalysis structure. | |
int | rnamlisAnalysis (const rnamlObject *obj) |
Tells wheter the object is a rnamlAnalysis. | |
int | rnamlequalsAnalysis (const rnamlAnalysis *left, const rnamlAnalysis *right) |
Tells if left and right are equals. | |
const char * | rnamlgetAnalysisId (const rnamlAnalysis *analysis) |
Gets the analysis id. | |
void | rnamlsetAnalysisId (rnamlAnalysis *analysis, const char *id) |
Sets the analysis id. | |
void | rnamladdAnalysisChild (rnamlAnalysis *analysis, rnamlObject *obj) |
Adds a analysis child. | |
xmlcpgList * | rnamlgetAnalysisChildren (const rnamlAnalysis *analysis) |
Gets the children from the analysis collection. | |
xmlcpgObject * | rnamltoXMLAnalysis (const rnamlAnalysis *analysis) |
Translates the rnamlAnalysis structure into a xmlcpgElement conforming to the RNAML standard. |
|
Adds a analysis child.
|
|
Clones a rnamlAnalysis struture.
|
|
Frees the rnamlAnalysis structure.
|
|
Tells if left and right are equals.
|
|
Gets the children from the analysis collection.
|
|
Gets the analysis id.
|
|
Tells wheter the object is a rnamlAnalysis.
|
|
Creates a new rnamlAnalysis structure.
|
|
Sets the analysis id. The previous analysis id is freed and a copy of id is generated.
|
|
Translates the rnamlAnalysis structure into a xmlcpgElement conforming to the RNAML standard.
|