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 voidDefaultExhaustiveSearchPhase.restoreWorkingSolution(ExhaustiveSearchStepScope<Solution_> stepScope) voidDefaultExhaustiveSearchPhase.stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope) voidDefaultExhaustiveSearchPhase.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 TypeMethodDescriptionvoidExhaustiveSearchDecider.expandNode(ExhaustiveSearchStepScope<Solution_> stepScope) voidExhaustiveSearchDecider.stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope) voidExhaustiveSearchDecider.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 TypeMethodDescriptionvoidExhaustiveSearchPhaseLifecycleListener.stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope) voidExhaustiveSearchPhaseLifecycleListener.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 TypeMethodDescriptionvoidExhaustiveSearchPhaseScope.setLastCompletedStepScope(ExhaustiveSearchStepScope<Solution_> lastCompletedStepScope)