Class NoChangePhase<Solution_>

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

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