Uses of Class
org.optaplanner.core.impl.phase.scope.AbstractStepScope
Package
Description
-
Uses of AbstractStepScope in org.optaplanner.benchmark.impl.statistic
Modifier and TypeMethodDescriptionvoid
StatisticRegistry.stepEnded
(AbstractStepScope<Solution_> stepScope) void
StatisticRegistry.stepStarted
(AbstractStepScope<Solution_> stepScope) Modifier and TypeMethodDescriptionvoid
StatisticRegistry.addListener
(SolverMetric metric, BiConsumer<Long, AbstractStepScope<Solution_>> listener) -
Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.placer
Modifier and TypeMethodDescriptionvoid
AbstractEntityPlacer.stepEnded
(AbstractStepScope<Solution_> stepScope) void
AbstractEntityPlacer.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scope
-
Uses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
-
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector
Modifier and TypeMethodDescriptionvoid
AbstractSelector.stepEnded
(AbstractStepScope<Solution_> stepScope) void
AbstractSelector.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.common
Modifier and TypeMethodDescriptionvoid
SelectionCacheLifecycleBridge.stepEnded
(AbstractStepScope<Solution_> stepScope) void
SelectionCacheLifecycleBridge.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.entity
Modifier and TypeMethodDescriptionvoid
FromSolutionEntitySelector.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.move.composite
Modifier and TypeMethodDescriptionvoid
UnionMoveSelector.stepEnded
(AbstractStepScope<Solution_> stepScope) void
UnionMoveSelector.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.value
Modifier and TypeMethodDescriptionvoid
FromSolutionPropertyValueSelector.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scope
-
Uses of AbstractStepScope in org.optaplanner.core.impl.partitionedsearch.scope
-
Uses of AbstractStepScope in org.optaplanner.core.impl.phase
Modifier 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) void
AbstractPhase.stepEnded
(AbstractStepScope<Solution_> stepScope) void
AbstractPhase.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scope
-
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.event
Modifier and TypeMethodDescriptionvoid
PhaseLifecycleSupport.fireStepEnded
(AbstractStepScope<Solution_> stepScope) void
PhaseLifecycleSupport.fireStepStarted
(AbstractStepScope<Solution_> stepScope) void
PhaseLifecycleListener.stepEnded
(AbstractStepScope<Solution_> stepScope) void
PhaseLifecycleListenerAdapter.stepEnded
(AbstractStepScope<Solution_> stepScope) void
PhaseLifecycleListener.stepStarted
(AbstractStepScope<Solution_> stepScope) void
PhaseLifecycleListenerAdapter.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.phase.scope
Modifier and TypeMethodDescriptionabstract AbstractStepScope<Solution_>
AbstractPhaseScope.getLastCompletedStepScope()
abstract AbstractStepScope<Solution_>
AbstractMoveScope.getStepScope()
-
Uses of AbstractStepScope in org.optaplanner.core.impl.solver
Modifier and TypeMethodDescriptionvoid
AbstractSolver.stepEnded
(AbstractStepScope<Solution_> stepScope) void
AbstractSolver.stepStarted
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.solver.recaller
Modifier and TypeMethodDescriptionvoid
BestSolutionRecaller.processWorkingSolutionDuringConstructionHeuristicsStep
(AbstractStepScope<Solution_> stepScope) void
BestSolutionRecaller.processWorkingSolutionDuringMove
(Score score, AbstractStepScope<Solution_> stepScope) void
BestSolutionRecaller.processWorkingSolutionDuringStep
(AbstractStepScope<Solution_> stepScope) -
Uses of AbstractStepScope in org.optaplanner.core.impl.solver.termination
Modifier and TypeMethodDescriptionvoid
AbstractCompositeTermination.stepEnded
(AbstractStepScope<Solution_> stepScope) void
UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination.stepEnded
(AbstractStepScope<Solution_> stepScope) void
AbstractCompositeTermination.stepStarted
(AbstractStepScope<Solution_> stepScope)