|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jebl.evolution.taxa.TaxonomicLevel
public class TaxonomicLevel
Method Summary | |
---|---|
String |
getName()
get the name of the taxonomic level |
static TaxonomicLevel |
getTaxonomicLevel(String name)
A static method that returns a TaxonomicLevel object with the given name. |
static Set |
getTaxonomicLevels()
Returns a Set containing all the currently created taxonomic levels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public static TaxonomicLevel getTaxonomicLevel(String name)
name
- the name of the taxonomic level
public static Set getTaxonomicLevels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |