Class BestSolutionRecallerFactory
java.lang.Object
org.optaplanner.core.impl.solver.recaller.BestSolutionRecallerFactory
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<Solution_>
BestSolutionRecaller<Solution_>buildBestSolutionRecaller(EnvironmentMode environmentMode) static BestSolutionRecallerFactorycreate() 
- 
Constructor Details
- 
BestSolutionRecallerFactory
public BestSolutionRecallerFactory() 
 - 
 - 
Method Details
- 
create
 - 
buildBestSolutionRecaller
public <Solution_> BestSolutionRecaller<Solution_> buildBestSolutionRecaller(EnvironmentMode environmentMode)  
 -