Uses of Interface
org.optaplanner.core.api.solver.ProblemFactChange
-
Uses of ProblemFactChange in org.optaplanner.core.api.solver
Modifier and TypeMethodDescriptionboolean
Solver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionboolean
Solver.addProblemFactChanges
(List<ProblemFactChange<Solution_>> problemFactChangeList) Deprecated, for removal: This API element is subject to removal in a future version.PreferSolver.addProblemChanges(List)
. -
Uses of ProblemFactChange in org.optaplanner.core.impl.partitionedsearch
Modifier and TypeMethodDescriptionboolean
PartitionSolver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Modifier and TypeMethodDescriptionboolean
PartitionSolver.addProblemFactChanges
(List<ProblemFactChange<Solution_>> problemFactChanges) -
Uses of ProblemFactChange in org.optaplanner.core.impl.solver
Modifier and TypeMethodDescriptionboolean
DefaultSolver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Modifier and TypeMethodDescriptionboolean
DefaultSolver.addProblemFactChanges
(List<ProblemFactChange<Solution_>> problemFactChangeList) -
Uses of ProblemFactChange in org.optaplanner.core.impl.solver.change
Modifier and TypeMethodDescriptionstatic <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter.create
(ProblemFactChange<Solution_> problemFactChange)
Solver.addProblemChange(ProblemChange)
.