Solution_ - the solution type, the class with the PlanningSolution annotationpublic interface PhaseLifecycleListener<Solution_> extends SolverLifecycleListener<Solution_>
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, solvingStartedvoid phaseStarted(AbstractPhaseScope<Solution_> phaseScope)
void stepStarted(AbstractStepScope<Solution_> stepScope)
void stepEnded(AbstractStepScope<Solution_> stepScope)
void phaseEnded(AbstractPhaseScope<Solution_> phaseScope)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.