Class NoChangePhase<Solution_>

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

public class NoChangePhase<Solution_> extends AbstractPhase<Solution_>
A NoChangePhase is a Phase which does nothing.
See Also: