#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlNUMBERINGRANGE | rnamlNumberingRange |
Rnaml structure containing the numberingrange informations. | |
Functions | |
rnamlNumberingRange * | rnamlnewNumberingRange () |
Creates a new rnamlNumberingRange structure. | |
rnamlNumberingRange * | rnamlcloneNumberingRange (const rnamlNumberingRange *numberingrange) |
Clones a rnamlNumberingRange struture. | |
void | rnamldeleteNumberingRange (rnamlNumberingRange *numberingrange) |
Frees the rnamlNumberingRange structure. | |
int | rnamlisNumberingRange (const rnamlObject *obj) |
Tells wheter the object is a rnamlNumberingRange. | |
int | rnamlequalsNumberingRange (const rnamlNumberingRange *left, const rnamlNumberingRange *right) |
Tells if left and right are equals. | |
int | rnamlgetNumberingRangeStart (const rnamlNumberingRange *numberingRange) |
Gets the numberingRange start. | |
void | rnamlsetNumberingRangeStart (rnamlNumberingRange *numberingRange, int start) |
Sets the numberingRange start. | |
rnamlObject * | rnamlgetNumberingRangeEnd (const rnamlNumberingRange *numberingRange) |
Gets the numberingRange end. | |
void | rnamlsetNumberingRangeEnd (rnamlNumberingRange *numberingRange, rnamlObject *end) |
Sets the numberingRange end. | |
xmlcpgObject * | rnamltoXMLNumberingRange (const rnamlNumberingRange *numberingRange) |
Translates the rnamlNumberingRange structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the numberingrange informations.
|
|
Clones a rnamlNumberingRange struture.
|
|
Frees the rnamlNumberingRange structure.
|
|
Tells if left and right are equals.
|
|
Gets the numberingRange end.
|
|
Gets the numberingRange start.
|
|
Tells wheter the object is a rnamlNumberingRange.
|
|
Creates a new rnamlNumberingRange structure.
|
|
Sets the numberingRange end.
|
|
Sets the numberingRange start.
|
|
Translates the rnamlNumberingRange structure into a xmlcpgElement conforming to the RNAML standard.
|