Class DefaultCustomPhaseFactory<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,CustomPhaseConfig>
 
org.optaplanner.core.impl.phase.custom.DefaultCustomPhaseFactory<Solution_>
- All Implemented Interfaces:
- PhaseFactory<Solution_>
public class DefaultCustomPhaseFactory<Solution_>
extends AbstractPhaseFactory<Solution_,CustomPhaseConfig> 
- 
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- 
DefaultCustomPhaseFactory
 
- 
- 
Method Details- 
buildPhasepublic CustomPhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
 
-