Class DefaultSolverJob<Solution_,​ProblemId_>

  • Type Parameters:
    Solution_ - the solution type, the class with the PlanningSolution annotation
    ProblemId_ - the ID type of a 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_>