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