Uses of Class
org.optaplanner.core.impl.phase.scope.AbstractStepScope
Packages that use AbstractStepScope
Package
Description
- 
Uses of AbstractStepScope in org.optaplanner.benchmark.impl.statisticMethods in org.optaplanner.benchmark.impl.statistic with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidStatisticRegistry.stepEnded(AbstractStepScope<Solution_> stepScope) voidStatisticRegistry.stepStarted(AbstractStepScope<Solution_> stepScope) Method parameters in org.optaplanner.benchmark.impl.statistic with type arguments of type AbstractStepScopeModifier and TypeMethodDescriptionvoidStatisticRegistry.addListener(SolverMetric metric, BiConsumer<Long, AbstractStepScope<Solution_>> listener) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.placerMethods in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidAbstractEntityPlacer.stepEnded(AbstractStepScope<Solution_> stepScope) voidAbstractEntityPlacer.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scopeSubclasses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scope
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scopeSubclasses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selectorMethods in org.optaplanner.core.impl.heuristic.selector with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidAbstractSelector.stepEnded(AbstractStepScope<Solution_> stepScope) voidAbstractSelector.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.commonMethods in org.optaplanner.core.impl.heuristic.selector.common with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidSelectionCacheLifecycleBridge.stepEnded(AbstractStepScope<Solution_> stepScope) voidSelectionCacheLifecycleBridge.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.entityMethods in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidFromSolutionEntitySelector.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.move.compositeMethods in org.optaplanner.core.impl.heuristic.selector.move.composite with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidUnionMoveSelector.stepEnded(AbstractStepScope<Solution_> stepScope) voidUnionMoveSelector.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.valueMethods in org.optaplanner.core.impl.heuristic.selector.value with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidFromSolutionPropertyValueSelector.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scopeSubclasses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scope
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.partitionedsearch.scopeSubclasses of AbstractStepScope in org.optaplanner.core.impl.partitionedsearch.scope
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.phaseMethods in org.optaplanner.core.impl.phase with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionprotected <Score_ extends Score<Score_>>
 voidAbstractPhase.calculateWorkingStepScore(AbstractStepScope<Solution_> stepScope, Object completedAction) protected <Score_ extends Score<Score_>>
 voidAbstractPhase.predictWorkingStepScore(AbstractStepScope<Solution_> stepScope, Object completedAction) voidAbstractPhase.stepEnded(AbstractStepScope<Solution_> stepScope) voidAbstractPhase.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scopeSubclasses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scope
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.eventMethods in org.optaplanner.core.impl.phase.event with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidPhaseLifecycleSupport.fireStepEnded(AbstractStepScope<Solution_> stepScope) voidPhaseLifecycleSupport.fireStepStarted(AbstractStepScope<Solution_> stepScope) voidPhaseLifecycleListener.stepEnded(AbstractStepScope<Solution_> stepScope) voidPhaseLifecycleListenerAdapter.stepEnded(AbstractStepScope<Solution_> stepScope) voidPhaseLifecycleListener.stepStarted(AbstractStepScope<Solution_> stepScope) voidPhaseLifecycleListenerAdapter.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.scopeMethods in org.optaplanner.core.impl.phase.scope that return AbstractStepScopeModifier and TypeMethodDescriptionabstract AbstractStepScope<Solution_>AbstractPhaseScope.getLastCompletedStepScope()abstract AbstractStepScope<Solution_>AbstractMoveScope.getStepScope()
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.solverMethods in org.optaplanner.core.impl.solver with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidAbstractSolver.stepEnded(AbstractStepScope<Solution_> stepScope) voidAbstractSolver.stepStarted(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.solver.recallerMethods in org.optaplanner.core.impl.solver.recaller with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidBestSolutionRecaller.processWorkingSolutionDuringConstructionHeuristicsStep(AbstractStepScope<Solution_> stepScope) voidBestSolutionRecaller.processWorkingSolutionDuringMove(Score score, AbstractStepScope<Solution_> stepScope) voidBestSolutionRecaller.processWorkingSolutionDuringStep(AbstractStepScope<Solution_> stepScope) 
- 
Uses of AbstractStepScope in org.optaplanner.core.impl.solver.terminationMethods in org.optaplanner.core.impl.solver.termination with parameters of type AbstractStepScopeModifier and TypeMethodDescriptionvoidAbstractCompositeTermination.stepEnded(AbstractStepScope<Solution_> stepScope) voidUnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.stepEnded(AbstractStepScope<Solution_> stepScope) voidAbstractCompositeTermination.stepStarted(AbstractStepScope<Solution_> stepScope)