Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
Packages that use ExhaustiveSearchPhaseScope
Package
Description
-
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch
Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoid
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 ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoid
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 ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoid
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 ExhaustiveSearchPhaseScopeConstructors in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchPhaseScopeModifierConstructorDescriptionExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)