Interface Taxon
-
- All Known Implementing Classes:
Taxon.TaxonStub
public interface Taxon
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTaxon.TaxonStub
-
Field Summary
Fields Modifier and Type Field Description static TaxonA_THALIANAstatic TaxonB_TAURUSstatic TaxonC_ELEGANSstatic TaxonD_MELANOGASTERstatic TaxonD_RERIOstatic TaxonH_SAPIENSstatic TaxonH_VULGAREstatic TaxonL_ESCULENTUMstatic TaxonM_MUSCULUSstatic TaxonM_TRUNCULATAstatic TaxonO_SATIVAstatic TaxonR_NORVEGICUSstatic TaxonS_SCROFAstatic TaxonT_AESTIVUMstatic Settaxastatic TaxonX_LAEVISstatic TaxonZ_MAYS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()returns the name of the TaxonintgetTaxonID()returns the taxon ID
-
-
-
Field Detail
-
A_THALIANA
static final Taxon A_THALIANA
-
D_MELANOGASTER
static final Taxon D_MELANOGASTER
-
L_ESCULENTUM
static final Taxon L_ESCULENTUM
-
M_TRUNCULATA
static final Taxon M_TRUNCULATA
-
M_MUSCULUS
static final Taxon M_MUSCULUS
-
R_NORVEGICUS
static final Taxon R_NORVEGICUS
-
T_AESTIVUM
static final Taxon T_AESTIVUM
-
-
Method Detail
-
getDescription
String getDescription()
returns the name of the Taxon
-
getTaxonID
int getTaxonID()
returns the taxon ID
-
-