Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
Packages that use ExhaustiveSearchPhaseScope
Package
Description
- 
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearchMethods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidDefaultExhaustiveSearchPhase.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidDefaultExhaustiveSearchPhase.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.deciderMethods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidExhaustiveSearchDecider.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidExhaustiveSearchDecider.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.eventMethods in org.optaplanner.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseLifecycleListener.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidExhaustiveSearchPhaseLifecycleListener.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of ExhaustiveSearchPhaseScope in org.optaplanner.core.impl.exhaustivesearch.scopeMethods 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)