Uses of Class
org.intocps.maestro.core.dto.StepAlgorithm
-
Packages that use StepAlgorithm Package Description org.intocps.maestro.core.dto -
-
Uses of StepAlgorithm in org.intocps.maestro.core.dto
Methods in org.intocps.maestro.core.dto that return StepAlgorithm Modifier and Type Method Description StepAlgorithmFixedStepAlgorithmConfig. getAlgorithmType()StepAlgorithmIAlgorithmConfig. getAlgorithmType()StepAlgorithmVariableStepAlgorithmConfig. getAlgorithmType()static StepAlgorithmStepAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static StepAlgorithm[]StepAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-