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 |
Solver.addProblemFactChanges(List<ProblemFactChange<Solution_>> problemFactChangeList)
Schedules multiple
ProblemFactChange s to be processed. |
Modifier and Type | Method and Description |
---|---|
boolean |
PartitionSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange) |
Modifier and Type | Method and Description |
---|---|
boolean |
PartitionSolver.addProblemFactChanges(List<ProblemFactChange<Solution_>> problemFactChanges) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSolver.addProblemFactChanges(List<ProblemFactChange<Solution_>> problemFactChangeList) |
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 |
---|---|
<Solution_> |
BasicPlumbingTermination.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)
Concurrency note: unblocks
BasicPlumbingTermination.waitForRestartSolverDecision() . |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
BasicPlumbingTermination.addProblemFactChanges(List<ProblemFactChange<Solution_>> problemFactChangeList)
Concurrency note: unblocks
BasicPlumbingTermination.waitForRestartSolverDecision() . |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.