|
Compounds |
struct | rnamlTAXONOMY |
Functions |
rnamlTaxonomy * | rnamlnewTaxonomy () |
| Creates a new rnamlTaxonomy structure.
|
rnamlTaxonomy * | rnamlcloneTaxonomy (const rnamlTaxonomy *taxonomy) |
| Clones a rnamlTaxonomy struture.
|
void | rnamldeleteTaxonomy (rnamlTaxonomy *taxonomy) |
| Frees the rnamlTaxonomy structure.
|
int | rnamlisTaxonomy (const rnamlObject *obj) |
| Tells wheter the object is a rnamlTaxonomy.
|
int | rnamlequalsTaxonomy (const rnamlTaxonomy *left, const rnamlTaxonomy *right) |
| Tells if left and right are equals.
|
const char * | rnamlgetTaxonomyDomain (const rnamlTaxonomy *taxonomy) |
| Gets the domain from the taxonomy.
|
void | rnamlsetTaxonomyDomain (rnamlTaxonomy *taxonomy, const char *domain) |
| Sets the taxonomy domain.
|
const char * | rnamlgetTaxonomyKingdom (const rnamlTaxonomy *taxonomy) |
| Gets the kingdom from the taxonomy.
|
void | rnamlsetTaxonomyKingdom (rnamlTaxonomy *taxonomy, const char *kingdom) |
| Sets the taxonomy kingdom.
|
const char * | rnamlgetTaxonomyPhylum (const rnamlTaxonomy *taxonomy) |
| Gets the phylum from the taxonomy.
|
void | rnamlsetTaxonomyPhylum (rnamlTaxonomy *taxonomy, const char *phylum) |
| Sets the taxonomy phylum.
|
const char * | rnamlgetTaxonomyClass (const rnamlTaxonomy *taxonomy) |
| Gets the class from the taxonomy.
|
void | rnamlsetTaxonomyClass (rnamlTaxonomy *taxonomy, const char *clazz) |
| Sets the taxonomy class.
|
const char * | rnamlgetTaxonomyOrder (const rnamlTaxonomy *taxonomy) |
| Gets the order from the taxonomy.
|
void | rnamlsetTaxonomyOrder (rnamlTaxonomy *taxonomy, const char *order) |
| Sets the taxonomy order.
|
const char * | rnamlgetTaxonomyFamily (const rnamlTaxonomy *taxonomy) |
| Gets the family from the taxonomy.
|
void | rnamlsetTaxonomyFamily (rnamlTaxonomy *taxonomy, const char *family) |
| Sets the taxonomy family.
|
const char * | rnamlgetTaxonomyGenus (const rnamlTaxonomy *taxonomy) |
| Gets the genus from the taxonomy.
|
void | rnamlsetTaxonomyGenus (rnamlTaxonomy *taxonomy, const char *genus) |
| Sets the taxonomy genus.
|
const char * | rnamlgetTaxonomySpecies (const rnamlTaxonomy *taxonomy) |
| Gets the species from the taxonomy.
|
void | rnamlsetTaxonomySpecies (rnamlTaxonomy *taxonomy, const char *species) |
| Sets the taxonomy species.
|
const char * | rnamlgetTaxonomyStrain (const rnamlTaxonomy *taxonomy) |
| Gets the strain from the taxonomy.
|
void | rnamlsetTaxonomyStrain (rnamlTaxonomy *taxonomy, const char *strain) |
| Sets the taxonomy strain.
|
xmlcpgObject * | rnamltoXMLTaxonomy (const rnamlTaxonomy *taxonomy) |
| Translates the rnamlTaxonomy structure into a xmlcpgElement conforming to the RNAML standard.
|