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 Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactoryphaseConfig
 
- 
 - 
Constructor SummaryConstructors Constructor Description NoChangePhaseFactory(NoChangePhaseConfig phaseConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NoChangePhase<Solution_>buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)- 
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactorybuildPhaseTermination
 
- 
 
- 
- 
- 
Constructor Detail- 
NoChangePhaseFactorypublic NoChangePhaseFactory(NoChangePhaseConfig phaseConfig) 
 
- 
 - 
Method Detail- 
buildPhasepublic NoChangePhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
 
- 
 
-