Uses of Class
org.optaplanner.core.impl.exhaustivesearch.decider.ExhaustiveSearchDecider
-
Packages that use ExhaustiveSearchDecider Package Description org.optaplanner.core.impl.exhaustivesearch -
-
Uses of ExhaustiveSearchDecider in org.optaplanner.core.impl.exhaustivesearch
Fields in org.optaplanner.core.impl.exhaustivesearch declared as ExhaustiveSearchDecider Modifier and Type Field Description protected ExhaustiveSearchDecider<Solution_>
DefaultExhaustiveSearchPhase. decider
Methods in org.optaplanner.core.impl.exhaustivesearch that return ExhaustiveSearchDecider Modifier and Type Method Description ExhaustiveSearchDecider<Solution_>
DefaultExhaustiveSearchPhase. getDecider()
Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchDecider Modifier and Type Method Description void
DefaultExhaustiveSearchPhase. setDecider(ExhaustiveSearchDecider<Solution_> decider)
-