Package org.optaplanner.core.impl.phase
Class NoChangePhaseFactory<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,NoChangePhaseConfig>
 
org.optaplanner.core.impl.phase.NoChangePhaseFactory<Solution_>
- All Implemented Interfaces:
- PhaseFactory<Solution_>
public class NoChangePhaseFactory<Solution_>
extends AbstractPhaseFactory<Solution_,NoChangePhaseConfig> 
- 
Field SummaryFields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactoryphaseConfig
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactorybuildPhaseTermination
- 
Constructor Details- 
NoChangePhaseFactory
 
- 
- 
Method Details- 
buildPhasepublic NoChangePhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
 
-