Uses of Class
org.optaplanner.workbench.screens.solver.model.TerminationConfigOption
-
Packages that use TerminationConfigOption Package Description org.optaplanner.workbench.screens.solver.model -
-
Uses of TerminationConfigOption in org.optaplanner.workbench.screens.solver.model
Methods in org.optaplanner.workbench.screens.solver.model that return TerminationConfigOption Modifier and Type Method Description static TerminationConfigOptionTerminationConfigOption. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminationConfigOption[]TerminationConfigOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-