#include "method.h"#include "resolution.h"#include "freeenergy.h"#include "object.h"#include "xmlcpg.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlMODELINFO | rnamlModelInfo |
| Rnaml structure containing the modelinfo informations. | |
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. | |
|
|
Rnaml structure containing the modelinfo informations.
|
|
||||||||||||
|
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.
|
1.2.18