public interface IDeltaSupport
Modifier and Type | Method and Description |
---|---|
IModelObjectDelta |
computeDelta(IModelObject otherObject,
IDeltaComputationOptions options)
Computes a delta between this object and the given other object.
|
IModelObjectDelta computeDelta(IModelObject otherObject, IDeltaComputationOptions options)
otherObject
- The object this one is compared too.ClassCastException
- if otherObject is not an instance of the same class as 'this'.NullPointerException
- if otherObject is null
.Copyright © 2021. All rights reserved.