#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "structure.h"
Compounds | |
struct | rnamlSTRUCTURE |
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. |
|
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.
|