Uses of Class
org.intocps.maestro.core.api.StepAlgorithm
-
Packages that use StepAlgorithm Package Description org.intocps.maestro.core.api -
-
Uses of StepAlgorithm in org.intocps.maestro.core.api
Methods in org.intocps.maestro.core.api that return StepAlgorithm Modifier and Type Method Description StepAlgorithmFixedStepSizeAlgorithm. getType()StepAlgorithmIStepAlgorithm. getType()StepAlgorithmIStepSizeAlgorithm. getType()static StepAlgorithmStepAlgorithm. valueOf(java.lang.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.
-