#include "baseid.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlMODIFICATION | rnamlModification |
Rnaml structure containing the modification informations. | |
Functions | |
rnamlModification * | rnamlnewModification () |
Creates a new rnamlModification structure. | |
rnamlModification * | rnamlcloneModification (const rnamlModification *modification) |
Clones a rnamlModification struture. | |
void | rnamldeleteModification (rnamlModification *modification) |
Frees the rnamlModification structure. | |
int | rnamlisModification (const rnamlObject *obj) |
Tells wheter the object is a rnamlModification. | |
int | rnamlequalsModification (const rnamlModification *left, const rnamlModification *right) |
Tells if left and right are equals. | |
rnamlBaseId * | rnamlgetModificationBaseId (rnamlModification *modification) |
Gets the baseId from the modification. | |
void | rnamlsetModificationBaseId (rnamlModification *modification, rnamlBaseId *baseId) |
Sets the modification baseId. | |
const char * | rnamlgetModificationModifiedType (const rnamlModification *modification) |
Gets the modifiedType from the modification. | |
void | rnamlsetModificationModifiedType (rnamlModification *modification, const char *modifiedType) |
Sets the modification modifiedType. | |
xmlcpgObject * | rnamltoXMLModification (const rnamlModification *modification) |
Translates the rnamlModification structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the modification informations.
|
|
Clones a rnamlModification struture.
|
|
Frees the rnamlModification structure.
|
|
Tells if left and right are equals.
|
|
Gets the baseId from the modification.
|
|
Gets the modifiedType from the modification.
|
|
Tells wheter the object is a rnamlModification.
|
|
Creates a new rnamlModification structure.
|
|
Sets the modification baseId. The previous baseId info is freed
|
|
Sets the modification modifiedType. The previous modification modifiedType is freed and a copy of modifiedType is generated.
|
|
Translates the rnamlModification structure into a xmlcpgElement conforming to the RNAML standard.
|