Uses of Interface
ai.timefold.solver.core.preview.api.domain.solution.diff.PlanningVariableDiff
Packages that use PlanningVariableDiff
Package
Description
This package contains classes and interfaces that support
the diffing of
PlanningSolutions.-
Uses of PlanningVariableDiff in ai.timefold.solver.core.preview.api.domain.solution.diff
Methods in ai.timefold.solver.core.preview.api.domain.solution.diff that return PlanningVariableDiffModifier and TypeMethodDescription<Value_> PlanningVariableDiff<Solution_,Entity_, Value_> PlanningEntityDiff.variableDiff()Returns a single diff for the entity's variables.<Value_> @Nullable PlanningVariableDiff<Solution_,Entity_, Value_> PlanningEntityDiff.variableDiff(String variableName) Returns the diff for the variable with the given name, or null if the variable is not present in the diff.Methods in ai.timefold.solver.core.preview.api.domain.solution.diff that return types with arguments of type PlanningVariableDiffModifier and TypeMethodDescriptionPlanningEntityDiff.variableDiffs()Returns the diffs of all variables of a single changed entity.