#include "model.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlSTRUCTURE | rnamlStructure |
Rnaml structure containing the structure informations. | |
Functions | |
rnamlStructure * | rnamlnewStructure () |
Creates a new rnamlStructure structure. | |
rnamlStructure * | rnamlcloneStructure (const rnamlStructure *structure) |
Clones a rnamlStructure struture. | |
void | rnamldeleteStructure (rnamlStructure *structure) |
Frees the rnamlStructure structure. | |
int | rnamlisStructure (const rnamlObject *obj) |
Tells wheter the object is a rnamlStructure. | |
int | rnamlequalsStructure (const rnamlStructure *left, const rnamlStructure *right) |
Tells if left and right are equals. | |
void | rnamladdStructureModel (rnamlStructure *structure, rnamlModel *model) |
Adds a model into a structure. | |
xmlcpgList * | rnamlgetStructureModels (rnamlStructure *structure) |
Gets the structure's model list. | |
xmlcpgObject * | rnamltoXMLStructure (const rnamlStructure *structure) |
Translates the rnamlStructure structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the structure informations.
|
|
Adds a model into a structure.
|
|
Clones a rnamlStructure struture.
|
|
Frees the rnamlStructure structure.
|
|
Tells if left and right are equals.
|
|
Gets the structure's model list.
|
|
Tells wheter the object is a rnamlStructure.
|
|
Creates a new rnamlStructure structure.
|
|
Translates the rnamlStructure structure into a xmlcpgElement conforming to the RNAML standard.
|