Package org.intocps.maestro.core.api
Class VariableStepAlgorithm
- java.lang.Object
-
- org.intocps.maestro.core.api.VariableStepAlgorithm
-
- All Implemented Interfaces:
IStepAlgorithm
public class VariableStepAlgorithm extends java.lang.Object implements IStepAlgorithm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVariableStepAlgorithm.Constraint
-
Constructor Summary
Constructors Constructor Description VariableStepAlgorithm(double endTime, java.lang.Double[] stepSizes, java.lang.Double initSize, java.lang.String initDataForVarStep, double startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetEndTime()java.lang.StringgetInitialisationDataForVariableStep()doublegetMaxStepSize()doublegetMinStepSize()doublegetStartTime()doublegetStepSize()StepAlgorithmgetType()
-
-
-
Method Detail
-
getInitialisationDataForVariableStep
public java.lang.String getInitialisationDataForVariableStep()
-
getMinStepSize
public double getMinStepSize()
-
getMaxStepSize
public double getMaxStepSize()
-
getType
public StepAlgorithm getType()
- Specified by:
getTypein interfaceIStepAlgorithm
-
getEndTime
public double getEndTime()
- Specified by:
getEndTimein interfaceIStepAlgorithm
-
getStepSize
public double getStepSize()
- Specified by:
getStepSizein interfaceIStepAlgorithm
-
getStartTime
public double getStartTime()
- Specified by:
getStartTimein interfaceIStepAlgorithm
-
-