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 Set | 
taxa  | 
static Taxon | 
X_LAEVIS  | 
static Taxon | 
Z_MAYS  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
returns the name of the Taxon 
 | 
int | 
getTaxonID()
returns the taxon ID 
 | 
static final Taxon A_THALIANA
static final Taxon D_MELANOGASTER
static final Taxon L_ESCULENTUM
static final Taxon M_TRUNCULATA
static final Taxon M_MUSCULUS
static final Taxon R_NORVEGICUS
static final Taxon T_AESTIVUM
String getDescription()
int getTaxonID()
Copyright © 2020 BioJava. All rights reserved.