Package pal.misc
Interface Units
-
- All Known Subinterfaces:
ParameterizedTree
,Tree
,UnitsProvider
- All Known Implementing Classes:
ClockTree
,ClusterTree
,CoalescentIntervals
,ConstantMutationRate
,ConstantPopulation
,ConstExpConst
,ConstExpGrowth
,DemographicClockTree
,DemographicModel
,ExpandingPopulation
,ExponentialGrowth
,IntervalsExtractor
,LogParameterizedTree
,MutationRateModel
,MutationRateModelTree
,NeighborJoiningTree
,ParameterizedTree.ParameterizedTreeBase
,ReadTree
,SimpleTree
,SkylinePlot
,SteppedMutationRate
,SUPGMATree
,TimeOrderCharacterData
,Tree.TreeBase
,UnconstrainedTree
,UPGMATree
,WindowedMutationRate
public interface Units
interface holding unit constants- Version:
- $Id: Units.java,v 1.11 2004/08/02 05:22:04 matt Exp $
- Author:
- Alexei Drummond, Matthew Goode
-
-
Field Summary
Fields Modifier and Type Field Description static int
DAYS
static int
EXPECTED_SUBSTITUTIONS
static int
GENERATIONS
static int
MONTHS
static int
SAMPLE
static java.lang.String[]
SHORT_UNIT_NAMES
static java.lang.String[]
UNIT_NAMES
static int
UNKNOWN
static int
YEARS
-
-
-
Field Detail
-
EXPECTED_SUBSTITUTIONS
static final int EXPECTED_SUBSTITUTIONS
- See Also:
- Constant Field Values
-
GENERATIONS
static final int GENERATIONS
- See Also:
- Constant Field Values
-
DAYS
static final int DAYS
- See Also:
- Constant Field Values
-
MONTHS
static final int MONTHS
- See Also:
- Constant Field Values
-
YEARS
static final int YEARS
- See Also:
- Constant Field Values
-
SAMPLE
static final int SAMPLE
- See Also:
- Constant Field Values
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
UNIT_NAMES
static final java.lang.String[] UNIT_NAMES
-
SHORT_UNIT_NAMES
static final java.lang.String[] SHORT_UNIT_NAMES
-
-