Package pal.misc
Interface UnitsProvider
- All Superinterfaces:
Units
- All Known Subinterfaces:
ParameterizedTree,Tree
- All Known Implementing Classes:
ClockTree,ClusterTree,DemographicClockTree,LogParameterizedTree,MutationRateModelTree,NeighborJoiningTree,ParameterizedTree.ParameterizedTreeBase,ReadTree,SimpleTree,SUPGMATree,TimeOrderCharacterData,Tree.TreeBase,UnconstrainedTree,UPGMATree
interface for classes that can provide the related Units used, (as
- Version:
- $Id: UnitsProvider.java,v 1.1 2002/02/05 22:02:36 matt Exp $
- Author:
- Matthew Goode
-
Field Summary
Fields inherited from interface pal.misc.Units
DAYS, EXPECTED_SUBSTITUTIONS, GENERATIONS, MONTHS, SAMPLE, SHORT_UNIT_NAMES, UNIT_NAMES, UNKNOWN, YEARS -
Method Summary
-
Method Details
-
getUnits
int getUnits()- Returns:
- the units relating to this object.
-