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 SummaryFields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactoryphaseConfig
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionbuildPhase(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 Details- 
DefaultExhaustiveSearchPhaseFactory
 
- 
- 
Method Details- 
buildPhasepublic ExhaustiveSearchPhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
- 
deduceEntityDescriptorprotected EntityDescriptor<Solution_> deduceEntityDescriptor(SolutionDescriptor<Solution_> solutionDescriptor) 
 
-