Package pal.misc
Class TOCDSampleInformation
java.lang.Object
pal.misc.TOCDSampleInformation
- All Implemented Interfaces:
SampleInformation
Title: TOCDSampleInformation
Description: A wrapper over the old style TimeOrderCharacterData object for the new SampleInformation object
- Version:
- 1.0
- Author:
- Matthew Goode
-
Nested Class Summary
Nested classes/interfaces inherited from interface pal.misc.SampleInformation
SampleInformation.Factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getHeight
(int sample) int
double
int
int
getSampleOrdinal
(String leafID)
-
Constructor Details
-
TOCDSampleInformation
-
-
Method Details
-
getNumberOfSamples
public int getNumberOfSamples()- Specified by:
getNumberOfSamples
in interfaceSampleInformation
-
getSampleOrdinal
- Specified by:
getSampleOrdinal
in interfaceSampleInformation
-
getHeight
public double getHeight(int sample) - Specified by:
getHeight
in interfaceSampleInformation
-
getHeightUnits
public int getHeightUnits()- Specified by:
getHeightUnits
in interfaceSampleInformation
-
getMaxHeight
public double getMaxHeight()- Specified by:
getMaxHeight
in interfaceSampleInformation
-