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 Summary
Fields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactory
phaseConfig - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactory
buildPhaseTermination 
- 
Constructor Details
- 
DefaultCustomPhaseFactory
 
 - 
 - 
Method Details
- 
buildPhase
public CustomPhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)  
 -