Uses of Interface
org.optaplanner.core.impl.solver.change.ProblemChangeAdapter
Package
Description
-
Uses of ProblemChangeAdapter in org.optaplanner.core.impl.solver.change
Modifier and TypeMethodDescriptionstatic <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter.create
(ProblemChange<Solution_> problemChange) static <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter.create
(ProblemFactChange<Solution_> problemFactChange) -
Uses of ProblemChangeAdapter in org.optaplanner.core.impl.solver.termination
Modifier and TypeFieldDescriptionprotected BlockingQueue<ProblemChangeAdapter<Solution_>>
BasicPlumbingTermination.problemFactChangeQueue
Modifier and TypeMethodDescriptionboolean
BasicPlumbingTermination.addProblemChange
(ProblemChangeAdapter<Solution_> problemChange) Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision()
.Modifier and TypeMethodDescriptionboolean
BasicPlumbingTermination.addProblemChanges
(List<ProblemChangeAdapter<Solution_>> problemChangeList) Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision()
.