Uses of Interface
org.faktorips.runtime.IModelObjectDelta
Packages that use IModelObjectDelta
-
Uses of IModelObjectDelta in org.faktorips.runtime
Methods in org.faktorips.runtime that return IModelObjectDeltaModifier and TypeMethodDescriptionIDeltaSupport.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 IModelObjectDeltaModifier and TypeMethodDescriptionIModelObjectDelta.getChildDeltas()Returns deltas for all children of the model object which were added, removed, or changed.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 IModelObjectDeltaModifier and TypeMethodDescriptionbooleanIModelObjectDeltaVisitor.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 IModelObjectDeltaMethods in org.faktorips.runtime.internal that return types with arguments of type IModelObjectDeltaModifier and TypeMethodDescriptionModelObjectDelta.getChildDeltas()ModelObjectDelta.getChildDeltas(int kind) Methods in org.faktorips.runtime.internal with parameters of type IModelObjectDeltaModifier and TypeMethodDescriptionvoidModelObjectDelta.addChildDelta(IModelObjectDelta childDelta) Adds the child delta to this delta and sets this delta's kindOfChange accordingly.