Interface ExhaustiveSearchPhaseLifecycleListener<Solution_>
-
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
EventListener,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
ExhaustiveSearchDecider
public interface ExhaustiveSearchPhaseLifecycleListener<Solution_> extends SolverLifecycleListener<Solution_>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidphaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)voidphaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)voidstepEnded(ExhaustiveSearchStepScope<Solution_> stepScope)voidstepStarted(ExhaustiveSearchStepScope<Solution_> stepScope)-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
-
-
-
Method Detail
-
phaseStarted
void phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
-
stepStarted
void stepStarted(ExhaustiveSearchStepScope<Solution_> stepScope)
-
stepEnded
void stepEnded(ExhaustiveSearchStepScope<Solution_> stepScope)
-
phaseEnded
void phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
-
-