#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlMODELID | rnamlModelId |
Rnaml structure containing the modelid informations. | |
Functions | |
rnamlModelId * | rnamlnewModelId () |
Creates a new rnamlModelId structure. | |
rnamlModelId * | rnamlcloneModelId (const rnamlModelId *modelid) |
Clones a rnamlModelId struture. | |
void | rnamldeleteModelId (rnamlModelId *modelid) |
Frees the rnamlModelId structure. | |
int | rnamlisModelId (const rnamlObject *obj) |
Tells wheter the object is a rnamlModelId. | |
int | rnamlequalsModelId (const rnamlModelId *left, const rnamlModelId *right) |
Tells if left and right are equals. | |
const char * | rnamlgetModelIdRef (const rnamlModelId *modelId) |
Gets the modelId ref. | |
void | rnamlsetModelIdRef (rnamlModelId *modelId, const char *ref) |
Sets the modelId ref. | |
xmlcpgObject * | rnamltoXMLModelId (const rnamlModelId *modelId) |
Translates the rnamlModelId structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the modelid informations.
|
|
Clones a rnamlModelId struture.
|
|
Frees the rnamlModelId structure.
|
|
Tells if left and right are equals.
|
|
Gets the modelId ref.
|
|
Tells wheter the object is a rnamlModelId.
|
|
Creates a new rnamlModelId structure.
|
|
Sets the modelId ref. The previous modelId ref is freed and a copy of ref is generated.
|
|
Translates the rnamlModelId structure into a xmlcpgElement conforming to the RNAML standard.
|