| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal |
| Modifier and Type | Method and Description |
|---|---|
IModelObjectDelta |
IDeltaSupport.computeDelta(IModelObject otherObject,
IDeltaComputationOptions options)
Computes a delta between this object and the given other object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IModelObjectDeltaVisitor.visit(IModelObjectDelta delta)
Visits the given model object delta.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelObjectDelta
IModelObjectDelta implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List<IModelObjectDelta> |
ModelObjectDelta.getChildDeltas() |
List<IModelObjectDelta> |
ModelObjectDelta.getChildDeltas(int kind) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelObjectDelta.addChildDelta(IModelObjectDelta childDelta)
Adds the child delta to this delta and sets this delta's kindOfChange accordingly.
|
Copyright © 2020. All rights reserved.