Uses of Class
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope
Packages that use ConstructionHeuristicStepScope
Package
Description
-
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic
Methods in org.optaplanner.core.impl.constructionheuristic with parameters of type ConstructionHeuristicStepScopeModifier and TypeMethodDescriptionvoid
DefaultConstructionHeuristicPhase.stepEnded
(ConstructionHeuristicStepScope<Solution_> stepScope) void
DefaultConstructionHeuristicPhase.stepStarted
(ConstructionHeuristicStepScope<Solution_> stepScope) -
Uses of ConstructionHeuristicStepScope in org.optaplanner.core.impl.constructionheuristic.decider
Methods in org.optaplanner.core.impl.constructionheuristic.decider with parameters of type ConstructionHeuristicStepScopeModifier 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
Methods in org.optaplanner.core.impl.constructionheuristic.decider.forager with parameters of type ConstructionHeuristicStepScopeModifier 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
Methods in org.optaplanner.core.impl.constructionheuristic.event with parameters of type ConstructionHeuristicStepScopeModifier 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
Methods in org.optaplanner.core.impl.constructionheuristic.scope that return ConstructionHeuristicStepScopeModifier and TypeMethodDescriptionConstructionHeuristicPhaseScope.getLastCompletedStepScope()
ConstructionHeuristicMoveScope.getStepScope()
Methods in org.optaplanner.core.impl.constructionheuristic.scope with parameters of type ConstructionHeuristicStepScopeModifier and TypeMethodDescriptionvoid
ConstructionHeuristicPhaseScope.setLastCompletedStepScope
(ConstructionHeuristicStepScope<Solution_> lastCompletedStepScope) Constructors in org.optaplanner.core.impl.constructionheuristic.scope with parameters of type ConstructionHeuristicStepScopeModifierConstructorDescriptionConstructionHeuristicMoveScope
(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)