Uses of Interface
org.faktorips.runtime.IModelObjectDelta
-
Packages that use IModelObjectDelta Package Description org.faktorips.runtime org.faktorips.runtime.internal -
-
Uses of IModelObjectDelta in org.faktorips.runtime
Methods in org.faktorips.runtime that return IModelObjectDelta Modifier and Type Method Description IModelObjectDeltaIDeltaSupport. computeDelta(IModelObject otherObject, IDeltaComputationOptions options)Computes a delta between this object and the given other object.Methods in org.faktorips.runtime that return types with arguments of type IModelObjectDelta Modifier and Type Method Description java.util.List<IModelObjectDelta>IModelObjectDelta. getChildDeltas()Returns deltas for all children of the model object which were added, removed, or changed.java.util.List<IModelObjectDelta>IModelObjectDelta. getChildDeltas(int kind)Returns deltas for all children of this model object whose kind is included in the given mask.Methods in org.faktorips.runtime with parameters of type IModelObjectDelta Modifier and Type Method Description booleanIModelObjectDeltaVisitor. visit(IModelObjectDelta delta)Visits the given model object delta. -
Uses of IModelObjectDelta in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IModelObjectDelta Modifier and Type Class Description classModelObjectDeltaIModelObjectDelta implementation.Methods in org.faktorips.runtime.internal that return types with arguments of type IModelObjectDelta Modifier and Type Method Description java.util.List<IModelObjectDelta>ModelObjectDelta. getChildDeltas()java.util.List<IModelObjectDelta>ModelObjectDelta. getChildDeltas(int kind)Methods in org.faktorips.runtime.internal with parameters of type IModelObjectDelta Modifier and Type Method Description voidModelObjectDelta. addChildDelta(IModelObjectDelta childDelta)Adds the child delta to this delta and sets this delta's kindOfChange accordingly.
-