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 Unitsinterface 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 intDAYSstatic intEXPECTED_SUBSTITUTIONSstatic intGENERATIONSstatic intMONTHSstatic intSAMPLEstatic java.lang.String[]SHORT_UNIT_NAMESstatic java.lang.String[]UNIT_NAMESstatic intUNKNOWNstatic intYEARS
-
-
-
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
-
-