Solution_ - the solution type, the class with the PlanningSolution annotationpublic class ConstructionHeuristicPhaseLifecycleListenerAdapter<Solution_> extends SolverLifecycleListenerAdapter<Solution_> implements ConstructionHeuristicPhaseLifecycleListener<Solution_>
ConstructionHeuristicPhaseLifecycleListener.| Constructor and Description |
|---|
ConstructionHeuristicPhaseLifecycleListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
phaseEnded(ConstructionHeuristicPhaseScope<Solution_> phaseScope) |
void |
phaseStarted(ConstructionHeuristicPhaseScope<Solution_> phaseScope) |
void |
stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) |
void |
stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) |
solvingEnded, solvingStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsolvingEnded, solvingStartedpublic ConstructionHeuristicPhaseLifecycleListenerAdapter()
public void phaseStarted(ConstructionHeuristicPhaseScope<Solution_> phaseScope)
phaseStarted in interface ConstructionHeuristicPhaseLifecycleListener<Solution_>public void stepStarted(ConstructionHeuristicStepScope<Solution_> stepScope)
stepStarted in interface ConstructionHeuristicPhaseLifecycleListener<Solution_>public void stepEnded(ConstructionHeuristicStepScope<Solution_> stepScope)
stepEnded in interface ConstructionHeuristicPhaseLifecycleListener<Solution_>public void phaseEnded(ConstructionHeuristicPhaseScope<Solution_> phaseScope)
phaseEnded in interface ConstructionHeuristicPhaseLifecycleListener<Solution_>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.