| Package | Description |
|---|---|
| org.optaplanner.core.api.solver |
Solver, SolverFactory, ... |
| org.optaplanner.core.impl.solver |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Solver.addProblemFactChange(ProblemFactChange problemFactChange)
Schedules a
ProblemFactChange to be processed. |
| Modifier and Type | Field and Description |
|---|---|
protected BlockingQueue<ProblemFactChange> |
BasicPlumbingTermination.problemFactChangeQueue |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<ProblemFactChange> |
BasicPlumbingTermination.startProblemFactChangesProcessing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSolver.addProblemFactChange(ProblemFactChange problemFactChange) |
boolean |
BasicPlumbingTermination.addProblemFactChange(ProblemFactChange problemFactChange)
Concurrency note: unblocks
BasicPlumbingTermination.waitForRestartSolverDecision(). |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.