Class DefaultExhaustiveSearchPhaseFactory<Solution_>
- java.lang.Object
- 
- org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,ExhaustiveSearchPhaseConfig>
- 
- org.optaplanner.core.impl.exhaustivesearch.DefaultExhaustiveSearchPhaseFactory<Solution_>
 
 
- 
- All Implemented Interfaces:
- PhaseFactory<Solution_>
 
 public class DefaultExhaustiveSearchPhaseFactory<Solution_> extends AbstractPhaseFactory<Solution_,ExhaustiveSearchPhaseConfig> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactoryphaseConfig
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultExhaustiveSearchPhaseFactory(ExhaustiveSearchPhaseConfig phaseConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExhaustiveSearchPhase<Solution_>buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)protected EntityDescriptor<Solution_>deduceEntityDescriptor(SolutionDescriptor<Solution_> solutionDescriptor)- 
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactorybuildPhaseTermination
 
- 
 
- 
- 
- 
Constructor Detail- 
DefaultExhaustiveSearchPhaseFactorypublic DefaultExhaustiveSearchPhaseFactory(ExhaustiveSearchPhaseConfig phaseConfig) 
 
- 
 - 
Method Detail- 
buildPhasepublic ExhaustiveSearchPhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
 - 
deduceEntityDescriptorprotected EntityDescriptor<Solution_> deduceEntityDescriptor(SolutionDescriptor<Solution_> solutionDescriptor) 
 
- 
 
-