Package org.intocps.maestro.core.dto
Class FixedStepAlgorithmConfig
- java.lang.Object
-
- org.intocps.maestro.core.dto.FixedStepAlgorithmConfig
-
- All Implemented Interfaces:
IAlgorithmConfig
public class FixedStepAlgorithmConfig extends java.lang.Object implements IAlgorithmConfig
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Doublesize
-
Constructor Summary
Constructors Constructor Description FixedStepAlgorithmConfig(java.lang.Double size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepAlgorithmgetAlgorithmType()java.lang.DoublegetSize()doublegetStepSize()
-
-
-
Method Detail
-
getSize
public java.lang.Double getSize()
-
getAlgorithmType
public StepAlgorithm getAlgorithmType()
- Specified by:
getAlgorithmTypein interfaceIAlgorithmConfig
-
getStepSize
public double getStepSize()
- Specified by:
getStepSizein interfaceIAlgorithmConfig
-
-