| Package | Description | 
|---|---|
| org.optaplanner.core.api.solver | 
Solver, SolverFactory, ... | 
| org.optaplanner.core.impl.solver | 
| Modifier and Type | Method and Description | 
|---|---|
SolverStatus | 
SolverJob.getSolverStatus()
Returns whether the  
Solver is scheduled to solve, actively solving or not. | 
SolverStatus | 
SolverManager.getSolverStatus(ProblemId_ problemId)
Returns if the  
Solver is scheduled to solve, actively solving or not. | 
static SolverStatus | 
SolverStatus.valueOf(String name)
Returns 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SolverStatus | 
DefaultSolverJob.getSolverStatus()  | 
SolverStatus | 
DefaultSolverManager.getSolverStatus(ProblemId_ problemId)  | 
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.