| Package | Description | 
|---|---|
| org.optaplanner.core.api.solver | 
Solver, SolverFactory, ... | 
| org.optaplanner.core.impl.partitionedsearch | |
| org.optaplanner.core.impl.solver | |
| org.optaplanner.core.impl.solver.termination | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Solver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)
Schedules a  
ProblemFactChange to be processed. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PartitionSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DefaultSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)  | 
| 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 | 
BasicPlumbingTermination.addProblemFactChange(ProblemFactChange problemFactChange)
Concurrency note: unblocks  
BasicPlumbingTermination.waitForRestartSolverDecision(). | 
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.