Package jebl.evolution.taxa
Class TaxonomicLevel
java.lang.Object
jebl.evolution.taxa.TaxonomicLevel
- Version:
- $Id: TaxonomicLevel.java 185 2006-01-23 23:03:18Z rambaut $
- Author:
- Andrew Rambaut, Alexei Drummond
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
get the name of the taxonomic levelstatic TaxonomicLevel
getTaxonomicLevel
(String name) A static method that returns a TaxonomicLevel object with the given name.static Set
Returns a Set containing all the currently created taxonomic levels.
-
Method Details
-
getName
get the name of the taxonomic level- Returns:
- the name
-
getTaxonomicLevel
A static method that returns a TaxonomicLevel object with the given name. If this has already been created then the same instance will be returned.- Parameters:
name
- the name of the taxonomic level- Returns:
- the taxonomic level object
-
getTaxonomicLevels
Returns a Set containing all the currently created taxonomic levels.- Returns:
-