Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
-
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch
Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchPhaseScope Modifier and Type Method Description void
DefaultExhaustiveSearchPhase. phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
void
DefaultExhaustiveSearchPhase. phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.decider
Methods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchPhaseScope Modifier and Type Method Description void
ExhaustiveSearchDecider. phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
void
ExhaustiveSearchDecider. phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.event
Methods in org.optaplanner.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchPhaseScope Modifier and Type Method Description void
ExhaustiveSearchPhaseLifecycleListener. phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
void
ExhaustiveSearchPhaseLifecycleListener. phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.scope
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return ExhaustiveSearchPhaseScope Modifier and Type Method Description ExhaustiveSearchPhaseScope<Solution_>
ExhaustiveSearchStepScope. getPhaseScope()
Constructors in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchPhaseScope Constructor Description ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)
-