Package org.intocps.maestro.core.dto
Interface IAlgorithmConfig
-
- All Known Implementing Classes:
FixedStepAlgorithmConfig,VariableStepAlgorithmConfig
public interface IAlgorithmConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepAlgorithmgetAlgorithmType()doublegetStepSize()
-
-
-
Method Detail
-
getAlgorithmType
StepAlgorithm getAlgorithmType()
-
getStepSize
double getStepSize()
-
-