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