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