Class DefaultSolverJob<Solution_,ProblemId_>

java.lang.Object
org.optaplanner.core.impl.solver.DefaultSolverJob<Solution_,ProblemId_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
ProblemId_ - the ID type of submitted problem, such as Long or UUID.
All Implemented Interfaces:
Callable<Solution_>, SolverJob<Solution_,ProblemId_>

public final class DefaultSolverJob<Solution_,ProblemId_> extends Object implements SolverJob<Solution_,ProblemId_>, Callable<Solution_>