Class DefaultCustomPhase<Solution_>

java.lang.Object
ai.timefold.solver.core.impl.phase.AbstractPhase<Solution_>
ai.timefold.solver.core.impl.phase.AbstractPossiblyInitializingPhase<Solution_>
ai.timefold.solver.core.impl.phase.custom.DefaultCustomPhase<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
CustomPhase<Solution_>, PhaseLifecycleListener<Solution_>, Phase<Solution_>, PossiblyInitializingPhase<Solution_>, SolverLifecycleListener<Solution_>, EventListener

@NullMarked public final class DefaultCustomPhase<Solution_> extends AbstractPossiblyInitializingPhase<Solution_> implements CustomPhase<Solution_>
Default implementation of CustomPhase.