Package org.intocps.maestro.core.api
Class FixedStepAlgorithm
- java.lang.Object
-
- org.intocps.maestro.core.api.FixedStepAlgorithm
-
- All Implemented Interfaces:
IStepAlgorithm
public class FixedStepAlgorithm extends java.lang.Object implements IStepAlgorithm
-
-
Constructor Summary
Constructors Constructor Description FixedStepAlgorithm(double endTime, double stepSize, double startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetEndTime()doublegetStartTime()doublegetStepSize()StepAlgorithmgetType()
-
-
-
Method Detail
-
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
-
-