Uses of Enum Class
org.optaplanner.core.api.solver.SolverStatus
Packages that use SolverStatus
-
Uses of SolverStatus in org.optaplanner.core.api.solver
Methods 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 class with the specified name.static SolverStatus[]SolverStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SolverStatus in org.optaplanner.core.impl.solver
Methods in org.optaplanner.core.impl.solver that return SolverStatusModifier and TypeMethodDescriptionDefaultSolverJob.getSolverStatus()DefaultSolverManager.getSolverStatus(ProblemId_ problemId)