Uses of Enum
org.optaplanner.core.api.solver.SolverStatus
Packages that use SolverStatus
- 
Uses of SolverStatus in org.optaplanner.core.api.solverMethods in org.optaplanner.core.api.solver that return SolverStatusModifier and TypeMethodDescriptionSolverJob.getSolverStatus()Returns whether theSolveris scheduled to solve, actively solving or not.SolverManager.getSolverStatus(ProblemId_ problemId) Returns if theSolveris scheduled to solve, actively solving or not.static SolverStatusReturns the enum constant of this type with the specified name.static SolverStatus[]SolverStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of SolverStatus in org.optaplanner.core.impl.solverMethods in org.optaplanner.core.impl.solver that return SolverStatusModifier and TypeMethodDescriptionDefaultSolverJob.getSolverStatus()DefaultSolverManager.getSolverStatus(ProblemId_ problemId)