Interface CustomPhase<Solution_>
-
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
EventListener,Phase<Solution_>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>
public interface CustomPhase<Solution_> extends Phase<Solution_>
- See Also:
Phase,AbstractPhase,DefaultCustomPhase
-
-
Method Summary
-
Methods inherited from interface ai.timefold.solver.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
-
Methods inherited from interface ai.timefold.solver.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
-