Package org.optaplanner.core.impl.phase
Class AbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>> 
java.lang.Object
org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,PhaseConfig_> 
- All Implemented Interfaces:
 PhaseFactory<Solution_>
- Direct Known Subclasses:
 DefaultConstructionHeuristicPhaseFactory,DefaultCustomPhaseFactory,DefaultExhaustiveSearchPhaseFactory,DefaultLocalSearchPhaseFactory,DefaultPartitionedSearchPhaseFactory,NoChangePhaseFactory
public abstract class AbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>> 
extends Object
implements PhaseFactory<Solution_>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Termination<Solution_>buildPhaseTermination(HeuristicConfigPolicy<Solution_> configPolicy, Termination<Solution_> solverTermination) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.optaplanner.core.impl.phase.PhaseFactory
buildPhase 
- 
Field Details
- 
phaseConfig
 
 - 
 - 
Constructor Details
- 
AbstractPhaseFactory
 
 - 
 - 
Method Details
- 
buildPhaseTermination
protected Termination<Solution_> buildPhaseTermination(HeuristicConfigPolicy<Solution_> configPolicy, Termination<Solution_> solverTermination)  
 -