Package org.intocps.maestro.core.api
Interface IStepAlgorithm
-
- All Known Implementing Classes:
FixedStepAlgorithm,VariableStepAlgorithm
public interface IStepAlgorithm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetEndTime()doublegetStartTime()doublegetStepSize()StepAlgorithmgetType()
-
-
-
Method Detail
-
getType
StepAlgorithm getType()
-
getEndTime
double getEndTime()
-
getStepSize
double getStepSize()
-
getStartTime
double getStartTime()
-
-