Package pal.substmodel
Class TemporalModelChange.Utils
- java.lang.Object
-
- pal.substmodel.TemporalModelChange.Utils
-
- Enclosing interface:
- TemporalModelChange
public static final class TemporalModelChange.Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TemporalModelChange
getSampleLinked(int sampleNumber)
static TemporalModelChange
getSpecificHeight(double height)
static TemporalModelChange
getSpecificTime(double time, TimeOrderCharacterData tocd)
-
-
-
Method Detail
-
getSampleLinked
public static final TemporalModelChange getSampleLinked(int sampleNumber)
-
getSpecificTime
public static final TemporalModelChange getSpecificTime(double time, TimeOrderCharacterData tocd)
-
getSpecificHeight
public static final TemporalModelChange getSpecificHeight(double height)
-
-