#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "moleculeclass.h"
Compounds | |
struct | rnamlMOLECULECLASS |
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. | |
void | rnamladdMoleculeClassChild (rnamlMoleculeClass *moleculeClass, rnamlObject *obj) |
Adds a moleculeClass child. | |
xmlcpgList * | rnamlgetMoleculeClassChildren (const rnamlMoleculeClass *moleculeClass) |
Gets the child from the moleculeClass collection. | |
xmlcpgObject * | rnamltoXMLMoleculeClass (const rnamlMoleculeClass *moleculeClass) |
Translates the rnamlMoleculeClass structure into a xmlcpgElement conforming to the RNAML standard. |
|
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.
|