Interface CustomPhase<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, Phase<Solution_>, PhaseLifecycleListener<Solution_>, PossiblyInitializingPhase<Solution_>, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
DefaultCustomPhase

@NullMarked public interface CustomPhase<Solution_> extends PossiblyInitializingPhase<Solution_>
A CustomPhase is a Phase which uses PhaseCommands.
See Also: