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