#include "identity.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlMOLECULECLASS | rnamlMoleculeClass |
Rnaml structure containing the moleculeclass informations. | |
Functions | |
rnamlMoleculeClass * | rnamlnewMoleculeClass () |
Creates a new rnamlMoleculeClass structure. | |
rnamlMoleculeClass * | rnamlcloneMoleculeClass (const rnamlMoleculeClass *moleculeclass) |
Clones a rnamlMoleculeClass struture. | |
void | rnamldeleteMoleculeClass (rnamlMoleculeClass *moleculeclass) |
Frees the rnamlMoleculeClass structure. | |
int | rnamlisMoleculeClass (const rnamlObject *obj) |
Tells wheter the object is a rnamlMoleculeClass. | |
int | rnamlequalsMoleculeClass (const rnamlMoleculeClass *left, const rnamlMoleculeClass *right) |
Tells if left and right are equals. | |
rnamlIdentity * | rnamlgetMoleculeClassIdentity (rnamlMoleculeClass *moleculeClass) |
Gets the identity from the moleculeClass. | |
void | rnamlsetMoleculeClassIdentity (rnamlMoleculeClass *moleculeClass, rnamlIdentity *identity) |
Sets the moleculeClass identity. | |
xmlcpgList * | rnamlgetMoleculeClassChildren (const rnamlMoleculeClass *moleculeClass) |
Gets the child from the moleculeClass collection. | |
void | rnamladdMoleculeClassChild (rnamlMoleculeClass *moleculeClass, rnamlObject *child) |
Adds a moleculeClass child. | |
xmlcpgObject * | rnamltoXMLMoleculeClass (const rnamlMoleculeClass *moleculeClass) |
Translates the rnamlMoleculeClass structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the moleculeclass informations.
|
|
Adds a moleculeClass child.
|
|
Clones a rnamlMoleculeClass struture.
|
|
Frees the rnamlMoleculeClass structure.
|
|
Tells if left and right are equals.
|
|
Gets the child from the moleculeClass collection.
|
|
Gets the identity from the moleculeClass.
|
|
Tells wheter the object is a rnamlMoleculeClass.
|
|
Creates a new rnamlMoleculeClass structure.
|
|
Sets the moleculeClass identity. The previous identity info is freed
|
|
Translates the rnamlMoleculeClass structure into a xmlcpgElement conforming to the RNAML standard.
|