Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
Package
Description
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch
Modifier and TypeMethodDescriptionvoid
DefaultExhaustiveSearchPhase.phaseEnded
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) void
DefaultExhaustiveSearchPhase.phaseStarted
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.decider
Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchDecider.phaseEnded
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) void
ExhaustiveSearchDecider.phaseStarted
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.event
Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseLifecycleListener.phaseEnded
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) void
ExhaustiveSearchPhaseLifecycleListener.phaseStarted
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.scope
ModifierConstructorDescriptionExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)