Class BestSolutionRecallerFactory
- java.lang.Object
- 
- org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerFactory
 
- 
 public class BestSolutionRecallerFactory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description BestSolutionRecallerFactory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <Solution_>
 BestSolutionRecaller<Solution_>buildBestSolutionRecaller(EnvironmentMode environmentMode)static BestSolutionRecallerFactorycreate()
 
- 
- 
- 
Method Detail- 
createpublic static BestSolutionRecallerFactory create() 
 - 
buildBestSolutionRecallerpublic <Solution_> BestSolutionRecaller<Solution_> buildBestSolutionRecaller(EnvironmentMode environmentMode) 
 
- 
 
-