Uses of Interface
org.faktorips.runtime.IModelObjectDelta

Packages that use IModelObjectDelta
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of IModelObjectDelta in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IModelObjectDelta
 IModelObjectDelta IDeltaSupport.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
 List<IModelObjectDelta> IModelObjectDelta.getChildDeltas()
          Returns deltas for all children of the model object which were added, removed, or changed.
 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
 boolean IModelObjectDeltaVisitor.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
 class ModelObjectDelta
          IModelObjectDelta implementation.
 

Methods in org.faktorips.runtime.internal that return types with arguments of type IModelObjectDelta
 List<IModelObjectDelta> ModelObjectDelta.getChildDeltas()
           
 List<IModelObjectDelta> ModelObjectDelta.getChildDeltas(int kind)
           
 

Methods in org.faktorips.runtime.internal with parameters of type IModelObjectDelta
 void ModelObjectDelta.addChildDelta(IModelObjectDelta childDelta)
          Adds the child delta to this delta and sets this delta's kindOfChange accordingly.
 



Copyright © 2015. All rights reserved.