Uses of Class
ai.timefold.solver.core.config.exhaustivesearch.ExhaustiveSearchType
-
Packages that use ExhaustiveSearchType Package Description ai.timefold.solver.core.config.exhaustivesearch -
-
Uses of ExhaustiveSearchType in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as ExhaustiveSearchType Modifier and Type Field Description protected ExhaustiveSearchTypeExhaustiveSearchPhaseConfig. exhaustiveSearchTypeMethods in ai.timefold.solver.core.config.exhaustivesearch that return ExhaustiveSearchType Modifier and Type Method Description ExhaustiveSearchTypeExhaustiveSearchPhaseConfig. getExhaustiveSearchType()static ExhaustiveSearchTypeExhaustiveSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExhaustiveSearchType[]ExhaustiveSearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type ExhaustiveSearchType Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setExhaustiveSearchType(ExhaustiveSearchType exhaustiveSearchType)ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig. withExhaustiveSearchType(ExhaustiveSearchType exhaustiveSearchType)
-