#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "modelinfo.h"
Compounds | |
struct | rnamlMODELINFO |
Functions | |
rnamlModelInfo * | rnamlnewModelInfo () |
Creates a new rnamlModelInfo structure. | |
rnamlModelInfo * | rnamlcloneModelInfo (const rnamlModelInfo *modelInfo) |
Clones a rnamlModelInfo struture. | |
void | rnamldeleteModelInfo (rnamlModelInfo *modelInfo) |
Frees the rnamlModelInfo structure. | |
int | rnamlisModelInfo (const rnamlObject *obj) |
Tells wheter the object is a rnamlModelInfo. | |
int | rnamlequalsModelInfo (const rnamlModelInfo *left, const rnamlModelInfo *right) |
Tells if left and right are equals. | |
rnamlMethod * | rnamlgetModelInfoMethod (rnamlModelInfo *modelInfo) |
Gets the method from the modelInfo. | |
void | rnamlsetModelInfoMethod (rnamlModelInfo *modelInfo, rnamlMethod *method) |
Sets the modelInfo method. | |
rnamlResolution * | rnamlgetModelInfoResolution (rnamlModelInfo *modelInfo) |
Gets the resolution from the modelInfo. | |
void | rnamlsetModelInfoResolution (rnamlModelInfo *modelInfo, rnamlResolution *resolution) |
Sets the modelInfo resolution. | |
void | rnamladdModelInfoFreeEnergy (rnamlModelInfo *modelInfo, rnamlFreeEnergy *freeEnergy) |
Adds a freeEnergy into a modelInfo. | |
xmlcpgList * | rnamlgetModelInfoFreeEnergies (rnamlModelInfo *modelInfo) |
Gets the modelInfo's freeEnergy list. | |
xmlcpgObject * | rnamltoXMLModelInfo (const rnamlModelInfo *modelInfo) |
Translates the rnamlModelInfo structure into a xmlcpgElement conforming to the RNAML standard. |
|
Adds a freeEnergy into a modelInfo.
|
|
Clones a rnamlModelInfo struture.
|
|
Frees the rnamlModelInfo structure.
|
|
Tells if left and right are equals.
|
|
Gets the modelInfo's freeEnergy list.
|
|
Gets the method from the modelInfo.
|
|
Gets the resolution from the modelInfo.
|
|
Tells wheter the object is a rnamlModelInfo.
|
|
Creates a new rnamlModelInfo structure.
|
|
Sets the modelInfo method. The previous method info is freed
|
|
Sets the modelInfo resolution. The previous resolution info is freed
|
|
Translates the rnamlModelInfo structure into a xmlcpgElement conforming to the RNAML standard.
|