Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope
Package
Description
-
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseLifecycleListener.stepEnded
(ExhaustiveSearchStepScope<Solution_> stepScope) void
ExhaustiveSearchPhaseLifecycleListener.stepStarted
(ExhaustiveSearchStepScope<Solution_> stepScope) -
Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.setLastCompletedStepScope
(ExhaustiveSearchStepScope<Solution_> lastCompletedStepScope)