Package org.optaplanner.core.impl.solver
Class DefaultSolverFactory<Solution_>
java.lang.Object
org.optaplanner.core.impl.solver.DefaultSolverFactory<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- All Implemented Interfaces:
- SolverFactory<Solution_>
public final class DefaultSolverFactory<Solution_>
extends Object
implements SolverFactory<Solution_>
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates a newSolverinstance.<Score_ extends Score<Score_>>
 InnerScoreDirectorFactory<Solution_,Score_> 
- 
Constructor Details- 
DefaultSolverFactory
 
- 
- 
Method Details- 
getSolutionDescriptor
- 
getScoreDirectorFactorypublic <Score_ extends Score<Score_>> InnerScoreDirectorFactory<Solution_,Score_> getScoreDirectorFactory()
- 
buildSolverDescription copied from interface:SolverFactoryCreates a newSolverinstance.- Specified by:
- buildSolverin interface- SolverFactory<Solution_>
- Returns:
- never null
 
 
-