Uses of Class
org.optaplanner.core.impl.phase.scope.AbstractStepScope
Packages that use AbstractStepScope
Package
Description
- 
Uses of AbstractStepScope in org.optaplanner.benchmark.impl.statistic
Methods 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.placer
Methods 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.scope
Subclasses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scope - 
Uses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
Subclasses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scope - 
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector
Methods 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.common
Methods 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.entity
Methods 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.composite
Methods 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.value
Methods 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.scope
Subclasses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scope - 
Uses of AbstractStepScope in org.optaplanner.core.impl.partitionedsearch.scope
Subclasses of AbstractStepScope in org.optaplanner.core.impl.partitionedsearch.scope - 
Uses of AbstractStepScope in org.optaplanner.core.impl.phase
Methods 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.scope
Subclasses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scope - 
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.event
Methods 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.scope
Methods 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.solver
Methods 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.recaller
Methods 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.termination
Methods 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)