Class AbstractPhase<Solution_>

java.lang.Object
ai.timefold.solver.core.impl.phase.AbstractPhase<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
PhaseLifecycleListener<Solution_>, Phase<Solution_>, SolverLifecycleListener<Solution_>, EventListener
Direct Known Subclasses:
AbstractPossiblyInitializingPhase, DefaultExhaustiveSearchPhase, DefaultLocalSearchPhase, NoChangePhase

public abstract class AbstractPhase<Solution_> extends Object implements Phase<Solution_>
See Also: