| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.delta | |
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationKind |
IModelObjectDelta.getAssociationKind()
Returns the kind of association if this delta has any incoming association, that means it is
part of a composite or the object is associated from another object.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationKind |
ModelObjectDelta.getAssociationKind() |
| Modifier and Type | Method and Description |
|---|---|
static ModelObjectDelta |
ModelObjectDelta.newAddDelta(IModelObject addedObject,
String association,
AssociationKind associationKind,
IDeltaComputationOptions options) |
static ModelObjectDelta |
ModelObjectDelta.newDifferentObjectAtPositionChangedDelta(IModelObject original,
IModelObject refObject,
String association,
AssociationKind associationKind) |
static ModelObjectDelta |
ModelObjectDelta.newRemoveDelta(IModelObject removedObject,
String association,
AssociationKind associationKind,
IDeltaComputationOptions options) |
void |
ModelObjectDelta.setAssociationKind(AssociationKind associationKind) |
| Constructor and Description |
|---|
ChildDeltaCreator(String association,
AssociationKind kind,
IDeltaComputationOptions options)
Instantiates the creator for the given association name, kind and
IDeltaComputationOptions. |
| Modifier and Type | Method and Description |
|---|---|
AssociationKind |
Association.getAssociationKind()
Returns what kind of association this is.
|
static AssociationKind |
AssociationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationKind[] |
AssociationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.