Uses of Class
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicPhaseScope
Package
Description
-
Uses of ConstructionHeuristicPhaseScope in org.optaplanner.core.impl.constructionheuristic
Modifier and TypeMethodDescriptionvoid
DefaultConstructionHeuristicPhase.phaseEnded
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
DefaultConstructionHeuristicPhase.phaseStarted
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) -
Uses of ConstructionHeuristicPhaseScope in org.optaplanner.core.impl.constructionheuristic.decider
Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicDecider.phaseEnded
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
MultiThreadedConstructionHeuristicDecider.phaseEnded
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
ConstructionHeuristicDecider.phaseStarted
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
MultiThreadedConstructionHeuristicDecider.phaseStarted
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) -
Uses of ConstructionHeuristicPhaseScope in org.optaplanner.core.impl.constructionheuristic.event
Modifier and TypeMethodDescriptionvoid
ConstructionHeuristicPhaseLifecycleListener.phaseEnded
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
ConstructionHeuristicPhaseLifecycleListenerAdapter.phaseEnded
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
ConstructionHeuristicPhaseLifecycleListener.phaseStarted
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) void
ConstructionHeuristicPhaseLifecycleListenerAdapter.phaseStarted
(ConstructionHeuristicPhaseScope<Solution_> phaseScope) -
Uses of ConstructionHeuristicPhaseScope in org.optaplanner.core.impl.constructionheuristic.scope
ModifierConstructorDescriptionConstructionHeuristicStepScope
(ConstructionHeuristicPhaseScope<Solution_> phaseScope, int stepIndex)