Uses of Class
org.optaplanner.core.impl.localsearch.scope.LocalSearchPhaseScope
Packages that use LocalSearchPhaseScope
Package
Description
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearchMethods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidDefaultLocalSearchPhase.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidDefaultLocalSearchPhase.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.deciderMethods in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidLocalSearchDecider.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidMultiThreadedLocalSearchDecider.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchDecider.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) voidMultiThreadedLocalSearchDecider.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptorMethods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidCompositeAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidCompositeAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdelugeMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidGreatDelugeAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidGreatDelugeAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptanceMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidLateAcceptanceAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLateAcceptanceAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealingMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidSimulatedAnnealingAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidSimulatedAnnealingAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbingMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidStepCountingHillClimbingAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidStepCountingHillClimbingAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.acceptor.tabuMethods in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidAbstractTabuAcceptor.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidAbstractTabuAcceptor.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.foragerMethods in org.optaplanner.core.impl.localsearch.decider.forager with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidAcceptedLocalSearchForager.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidAcceptedLocalSearchForager.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.decider.forager.finalistMethods in org.optaplanner.core.impl.localsearch.decider.forager.finalist with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidAbstractFinalistPodium.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidHighestScoreFinalistPodium.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidStrategicOscillationByLevelFinalistPodium.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.eventMethods in org.optaplanner.core.impl.localsearch.event with parameters of type LocalSearchPhaseScopeModifier and TypeMethodDescriptionvoidLocalSearchPhaseLifecycleListener.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListenerAdapter.phaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListener.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) voidLocalSearchPhaseLifecycleListenerAdapter.phaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) 
- 
Uses of LocalSearchPhaseScope in org.optaplanner.core.impl.localsearch.scopeMethods in org.optaplanner.core.impl.localsearch.scope that return LocalSearchPhaseScopeConstructors in org.optaplanner.core.impl.localsearch.scope with parameters of type LocalSearchPhaseScopeModifierConstructorDescriptionLocalSearchStepScope(LocalSearchPhaseScope<Solution_> phaseScope) LocalSearchStepScope(LocalSearchPhaseScope<Solution_> phaseScope, int stepIndex)