#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlANALYSIS | rnamlAnalysis |
Rnaml structure containing the analysis informations. | |
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. | |
xmlcpgList * | rnamlgetAnalysisChildren (const rnamlAnalysis *analysis) |
Gets the children from the analysis collection. | |
void | rnamladdAnalysisChild (rnamlAnalysis *analysis, rnamlObject *child) |
Adds a analysis child. | |
xmlcpgObject * | rnamltoXMLAnalysis (const rnamlAnalysis *analysis) |
Translates the rnamlAnalysis structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the analysis informations.
|
|
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.
|