#include <Taxonomy.h>
Inheritance diagram for rnaml::Taxonomy:
Public Methods | |
Taxonomy () | |
Initializes the object. | |
Taxonomy (const Taxonomy &right) | |
Initializes the object with the right's content. | |
Taxonomy * | clone () const |
Clones the object. | |
virtual | ~Taxonomy () |
Destroys the object. | |
Taxonomy & | operator= (const Taxonomy &right) |
Assigns the object with the right's content. | |
const char * | getDomain () const |
Gets the taxonomy domain. | |
void | setDomain (const char *domain) |
Sets the taxonomy domain. | |
const char * | getKingdom () const |
Gets the taxonomy kingdom. | |
void | setKingdom (const char *kingdom) |
Sets the taxonomy kingdom. | |
const char * | getPhylum () const |
Gets the taxonomy phylum. | |
void | setPhylum (const char *phylum) |
Sets the taxonomy phylum. | |
const char * | getClass () const |
Gets the taxonomy class. | |
void | setClass (const char *clazz) |
Sets the taxonomy class. | |
const char * | getOrder () const |
Gets the taxonomy order. | |
void | setOrder (const char *order) |
Sets the taxonomy order. | |
const char * | getFamily () const |
Gets the taxonomy family. | |
void | setFamily (const char *family) |
Sets the taxonomy family. | |
const char * | getGenus () const |
Gets the taxonomy genus. | |
void | setGenus (const char *genus) |
Sets the taxonomy genus. | |
const char * | getSpecies () const |
Gets the taxonomy species. | |
void | setSpecies (const char *species) |
Sets the taxonomy species. | |
const char * | getStrain () const |
Gets the taxonomy strain. | |
void | setStrain (const char *strain) |
Sets the taxonomy strain. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the taxonomy class.
|
|
Gets the taxonomy domain.
|
|
Gets the taxonomy family.
|
|
Gets the taxonomy genus.
|
|
Gets the taxonomy kingdom.
|
|
Gets the taxonomy order.
|
|
Gets the taxonomy phylum.
|
|
Gets the taxonomy species.
|
|
Gets the taxonomy strain.
|
|
Assigns the object with the right's content.
|
|
Sets the taxonomy class.
|
|
Sets the taxonomy domain.
|
|
Sets the taxonomy family.
|
|
Sets the taxonomy genus.
|
|
Sets the taxonomy kingdom.
|
|
Sets the taxonomy order.
|
|
Sets the taxonomy phylum.
|
|
Sets the taxonomy species.
|
|
Sets the taxonomy strain.
|