#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlNUMBERINGTABLE | rnamlNumberingTable |
Rnaml structure containing the numberingtable informations. | |
Functions | |
rnamlNumberingTable * | rnamlnewNumberingTable () |
Creates a new rnamlNumberingTable structure. | |
rnamlNumberingTable * | rnamlcloneNumberingTable (const rnamlNumberingTable *numberingtable) |
Clones a rnamlNumberingTable struture. | |
void | rnamldeleteNumberingTable (rnamlNumberingTable *numberingtable) |
Frees the rnamlNumberingTable structure. | |
int | rnamlisNumberingTable (const rnamlObject *obj) |
Tells wheter the object is a rnamlNumberingTable. | |
int | rnamlequalsNumberingTable (const rnamlNumberingTable *left, const rnamlNumberingTable *right) |
Tells if left and right are equals. | |
int | rnamlgetNumberingTableLength (const rnamlNumberingTable *numberingTable) |
Gets the numberingTable length. | |
void | rnamlsetNumberingTableLength (rnamlNumberingTable *numberingTable, int length) |
Sets the numberingTable length. | |
xmlcpgList * | rnamlgetNumberingTableValues (const rnamlNumberingTable *numberingTable) |
Gets the numberingTable values. | |
void | rnamladdNumberingTableValue (rnamlNumberingTable *numberingTable, int value) |
Adds a value to the numberingTable. | |
xmlcpgObject * | rnamltoXMLNumberingTable (const rnamlNumberingTable *numberingTable) |
Translates the rnamlNumberingTable structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the numberingtable informations.
|
|
Adds a value to the numberingTable.
|
|
Clones a rnamlNumberingTable struture.
|
|
Frees the rnamlNumberingTable structure.
|
|
Tells if left and right are equals.
|
|
Gets the numberingTable length.
|
|
Gets the numberingTable values.
|
|
Tells wheter the object is a rnamlNumberingTable.
|
|
Creates a new rnamlNumberingTable structure.
|
|
Sets the numberingTable length.
|
|
Translates the rnamlNumberingTable structure into a xmlcpgElement conforming to the RNAML standard.
|