Uses of Class
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope
Package
Description
-
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic
Modifier and TypeMethodDescriptionvoid
DefaultConstructionHeuristicPhase.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
DefaultConstructionHeuristicPhase.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) -
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic.decider
Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicDecider.decideNextStep
(ConstructionHeuristicStepScope<Solution_> stepScope, Placement<Solution_> placement) void
MultiThreadedConstructionHeuristicDecider.decideNextStep
(ConstructionHeuristicStepScope<Solution_> stepScope, Placement<Solution_> placement) protected void
ConstructionHeuristicDecider.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) void
ConstructionHeuristicDecider.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
ConstructionHeuristicDecider.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) -
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic.decider.forager
Modifier and TypeMethodDescriptionConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) DefaultConstructionHeuristicForager.pickMove
(ConstructionHeuristicStepScope<Solution_> stepScope) void
DefaultConstructionHeuristicForager.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
DefaultConstructionHeuristicForager.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) -
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic.event
Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicPhaseLifecycleListener.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
ConstructionHeuristicPhaseLifecycleListenerAdapter.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
ConstructionHeuristicPhaseLifecycleListener.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) void
ConstructionHeuristicPhaseLifecycleListenerAdapter.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) -
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic.scope
Modifier and TypeMethodDescriptionConstructionHeuristicPhaseScope.getLastCompletedStepScope()
ConstructionHeuristicMoveScope.getStepScope()
Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicPhaseScope.setLastCompletedStepScope
(ConstructionHeuristicStepScope<Solution_> lastCompletedStepScope) ModifierConstructorDescriptionConstructionHeuristicMoveScope
(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)