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