Solution_ - the solution type, the class with the PlanningSolution annotationpublic interface ExhaustiveSearchPhaseLifecycleListener<Solution_> extends SolverLifecycleListener<Solution_>
| Modifier and Type | Method and Description |
|---|---|
void |
phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) |
void |
phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) |
void |
stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope) |
void |
stepStarted(ExhaustiveSearchStepScope<Solution_> stepScope) |
solvingEnded, solvingStartedvoid phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
void stepStarted(ExhaustiveSearchStepScope<Solution_> stepScope)
void stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope)
void phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.