Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope
Packages that use ExhaustiveSearchStepScope
Package
Description
-
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch
Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchStepScopeModifier and TypeMethodDescriptionprotected void
DefaultExhaustiveSearchPhase.restoreWorkingSolution
(ExhaustiveSearchStepScope<Solution_> stepScope) void
DefaultExhaustiveSearchPhase.stepEnded
(ExhaustiveSearchStepScope<Solution_> stepScope) void
DefaultExhaustiveSearchPhase.stepStarted
(ExhaustiveSearchStepScope<Solution_> stepScope) -
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.decider
Methods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchStepScopeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchDecider.expandNode
(ExhaustiveSearchStepScope<Solution_> stepScope) void
ExhaustiveSearchDecider.stepEnded
(ExhaustiveSearchStepScope<Solution_> stepScope) void
ExhaustiveSearchDecider.stepStarted
(ExhaustiveSearchStepScope<Solution_> stepScope) -
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.event
Methods in org.optaplanner.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchStepScopeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseLifecycleListener.stepEnded
(ExhaustiveSearchStepScope<Solution_> stepScope) void
ExhaustiveSearchPhaseLifecycleListener.stepStarted
(ExhaustiveSearchStepScope<Solution_> stepScope) -
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return ExhaustiveSearchStepScopeMethods in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchStepScopeModifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.setLastCompletedStepScope
(ExhaustiveSearchStepScope<Solution_> lastCompletedStepScope)