Package org.faktorips.runtime
Interface IDeltaSupport
-
public interface IDeltaSupportInterface indicating that it is possible to compute a delta between two instances of the class implementing this interface.- Author:
- Jan Ortmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelObjectDeltacomputeDelta(IModelObject otherObject, IDeltaComputationOptions options)Computes a delta between this object and the given other object.
-
-
-
Method Detail
-
computeDelta
IModelObjectDelta computeDelta(IModelObject otherObject, IDeltaComputationOptions options)
Computes a delta between this object and the given other object.- Parameters:
otherObject- The object this one is compared too.- Throws:
java.lang.ClassCastException- if otherObject is not an instance of the same class as 'this'.java.lang.NullPointerException- if otherObject isnull.
-
-