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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Termination<Solution_>buildPhaseTermination(HeuristicConfigPolicy<Solution_> configPolicy, Termination<Solution_> solverTermination) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.optaplanner.core.impl.phase.PhaseFactorybuildPhase
- 
Field Details- 
phaseConfig
 
- 
- 
Constructor Details- 
AbstractPhaseFactory
 
- 
- 
Method Details- 
buildPhaseTerminationprotected Termination<Solution_> buildPhaseTermination(HeuristicConfigPolicy<Solution_> configPolicy, Termination<Solution_> solverTermination) 
 
-