Package org.intocps.maestro.core.api
Class FixedStepSizeAlgorithm
- java.lang.Object
-
- org.intocps.maestro.core.api.FixedStepSizeAlgorithm
-
- All Implemented Interfaces:
IStepAlgorithm
public class FixedStepSizeAlgorithm extends java.lang.Object implements IStepAlgorithm
-
-
Constructor Summary
Constructors Constructor Description FixedStepSizeAlgorithm(double endTime, double stepSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepAlgorithmgetType()
-
-
-
Method Detail
-
getType
public StepAlgorithm getType()
- Specified by:
getTypein interfaceIStepAlgorithm
-
-