public interface Taxon
Modifier and Type | Interface and Description |
---|---|
static class |
Taxon.TaxonStub |
Modifier and Type | Field and Description |
---|---|
static Taxon |
A_THALIANA |
static Taxon |
B_TAURUS |
static Taxon |
C_ELEGANS |
static Taxon |
D_MELANOGASTER |
static Taxon |
D_RERIO |
static Taxon |
H_SAPIENS |
static Taxon |
H_VULGARE |
static Taxon |
L_ESCULENTUM |
static Taxon |
M_MUSCULUS |
static Taxon |
M_TRUNCULATA |
static Taxon |
O_SATIVA |
static Taxon |
R_NORVEGICUS |
static Taxon |
S_SCROFA |
static Taxon |
T_AESTIVUM |
static java.util.Set |
taxa |
static Taxon |
X_LAEVIS |
static Taxon |
Z_MAYS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
returns the name of the Taxon
|
int |
getTaxonID()
returns the taxon ID
|
static final java.util.Set taxa
static final Taxon A_THALIANA
static final Taxon B_TAURUS
static final Taxon C_ELEGANS
static final Taxon D_RERIO
static final Taxon D_MELANOGASTER
static final Taxon H_SAPIENS
static final Taxon H_VULGARE
static final Taxon L_ESCULENTUM
static final Taxon M_TRUNCULATA
static final Taxon M_MUSCULUS
static final Taxon O_SATIVA
static final Taxon R_NORVEGICUS
static final Taxon S_SCROFA
static final Taxon T_AESTIVUM
static final Taxon X_LAEVIS
static final Taxon Z_MAYS