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 TypeMethodDescriptionbooleanSolver.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 TypeMethodDescriptionbooleanSolver.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 TypeMethodDescriptionbooleanPartitionSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange) Method parameters in org.optaplanner.core.impl.partitionedsearch with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanPartitionSolver.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 TypeMethodDescriptionbooleanDefaultSolver.addProblemFactChange(ProblemFactChange<Solution_> problemFactChange) Method parameters in org.optaplanner.core.impl.solver with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanDefaultSolver.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).