Uses of Interface
ai.timefold.solver.core.impl.solver.change.ProblemChangeAdapter
-
Packages that use ProblemChangeAdapter Package Description ai.timefold.solver.core.impl.solver.change ai.timefold.solver.core.impl.solver.termination -
-
Uses of ProblemChangeAdapter in ai.timefold.solver.core.impl.solver.change
Methods in ai.timefold.solver.core.impl.solver.change that return ProblemChangeAdapter Modifier and Type Method Description static <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter. create(ProblemChange<Solution_> problemChange)static <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter. create(ProblemFactChange<Solution_> problemFactChange) -
Uses of ProblemChangeAdapter in ai.timefold.solver.core.impl.solver.termination
Fields in ai.timefold.solver.core.impl.solver.termination with type parameters of type ProblemChangeAdapter Modifier and Type Field Description protected BlockingQueue<ProblemChangeAdapter<Solution_>>BasicPlumbingTermination. problemFactChangeQueueMethods in ai.timefold.solver.core.impl.solver.termination that return types with arguments of type ProblemChangeAdapter Modifier and Type Method Description BlockingQueue<ProblemChangeAdapter<Solution_>>BasicPlumbingTermination. startProblemFactChangesProcessing()Methods in ai.timefold.solver.core.impl.solver.termination with parameters of type ProblemChangeAdapter Modifier and Type Method Description booleanBasicPlumbingTermination. addProblemChange(ProblemChangeAdapter<Solution_> problemChange)Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision().Method parameters in ai.timefold.solver.core.impl.solver.termination with type arguments of type ProblemChangeAdapter Modifier and Type Method Description booleanBasicPlumbingTermination. addProblemChanges(List<ProblemChangeAdapter<Solution_>> problemChangeList)Concurrency note: unblocksBasicPlumbingTermination.waitForRestartSolverDecision().
-