Class Taxon.TaxonStub
- java.lang.Object
-
- org.biojava.bio.program.homologene.Taxon.TaxonStub
-
- All Implemented Interfaces:
Taxon
- Enclosing interface:
- Taxon
public static class Taxon.TaxonStub extends Object implements Taxon
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.program.homologene.Taxon
Taxon.TaxonStub
-
-
Field Summary
-
Fields inherited from interface org.biojava.bio.program.homologene.Taxon
A_THALIANA, B_TAURUS, C_ELEGANS, D_MELANOGASTER, D_RERIO, H_SAPIENS, H_VULGARE, L_ESCULENTUM, M_MUSCULUS, M_TRUNCULATA, O_SATIVA, R_NORVEGICUS, S_SCROFA, T_AESTIVUM, taxa, X_LAEVIS, Z_MAYS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()returns the name of the TaxonintgetTaxonID()returns the taxon IDinthashCode()
-
-
-
Method Detail
-
getDescription
public String getDescription()
Description copied from interface:Taxonreturns the name of the Taxon- Specified by:
getDescriptionin interfaceTaxon
-
getTaxonID
public int getTaxonID()
Description copied from interface:Taxonreturns the taxon ID- Specified by:
getTaxonIDin interfaceTaxon
-
-