Uses of Interface
org.optaplanner.core.api.solver.ProblemFactChange
Packages that use ProblemFactChange
-
Uses of ProblemFactChange in org.optaplanner.core.api.solver
Methods in org.optaplanner.core.api.solver with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionboolean
Solver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.optaplanner.core.api.solver with type arguments of type ProblemFactChangeModifier 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
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionboolean
PartitionSolver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Method parameters in org.optaplanner.core.impl.partitionedsearch with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionboolean
PartitionSolver.addProblemFactChanges
(List<ProblemFactChange<Solution_>> problemFactChanges) -
Uses of ProblemFactChange in org.optaplanner.core.impl.solver
Methods in org.optaplanner.core.impl.solver with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionboolean
DefaultSolver.addProblemFactChange
(ProblemFactChange<Solution_> problemFactChange) Method parameters in org.optaplanner.core.impl.solver with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionboolean
DefaultSolver.addProblemFactChanges
(List<ProblemFactChange<Solution_>> problemFactChangeList) -
Uses of ProblemFactChange in org.optaplanner.core.impl.solver.change
Methods in org.optaplanner.core.impl.solver.change with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionstatic <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter.create
(ProblemFactChange<Solution_> problemFactChange)
Solver.addProblemChange(ProblemChange)
.