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