| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.core | |
| org.eclipse.gmt.modisco.omg.kdm.core.util |
| Modifier and Type | Method and Description |
|---|---|
AggregatedRelationship |
CoreFactory.createAggregatedRelationship()
Returns a new object of class 'Aggregated Relationship'.
|
AggregatedRelationship |
KDMEntity.createAggregation(KDMEntity otherEntity)
This operation creates an aggregated relationship such that the
current entity is the from-endpoint of the aggregated relation and the
"otherEntity" is the to-endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KDMEntity.deleteAggregation(AggregatedRelationship aggregation)
This operation deletes the given aggregated relationship.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CoreSwitch.caseAggregatedRelationship(AggregatedRelationship object)
Returns the result of interpreting the object as an instance of 'Aggregated Relationship'.
|