Uses of Interface
org.optaplanner.core.impl.solver.change.ProblemChangeAdapter
Packages that use ProblemChangeAdapter
Package
Description
-
Uses of ProblemChangeAdapter in org.optaplanner.core.impl.solver.change
Methods in org.optaplanner.core.impl.solver.change that return ProblemChangeAdapterModifier 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
Fields in org.optaplanner.core.impl.solver.termination with type parameters of type ProblemChangeAdapterModifier and TypeFieldDescriptionprotected BlockingQueue<ProblemChangeAdapter<Solution_>>
BasicPlumbingTermination.problemFactChangeQueue
Methods in org.optaplanner.core.impl.solver.termination that return types with arguments of type ProblemChangeAdapterMethods in org.optaplanner.core.impl.solver.termination with parameters of type ProblemChangeAdapterModifier and TypeMethodDescriptionboolean
BasicPlumbingTermination.addProblemChange
(ProblemChangeAdapter<Solution_> problemChange) Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision()
.Method parameters in org.optaplanner.core.impl.solver.termination with type arguments of type ProblemChangeAdapterModifier and TypeMethodDescriptionboolean
BasicPlumbingTermination.addProblemChanges
(List<ProblemChangeAdapter<Solution_>> problemChangeList) Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision()
.