public interface AggregatedRelationship extends ModelElement
The following features are supported:
CorePackage.getAggregatedRelationship()| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getDensity()
Returns the value of the 'Density' attribute.
|
KDMEntity |
getFrom()
Returns the value of the 'From' reference.
|
|
getRelation()
Returns the value of the 'Relation' reference list.
|
KDMEntity |
getTo()
Returns the value of the 'To' reference.
|
void |
setDensity(java.lang.Integer value)
Sets the value of the '
Density' attribute. |
void |
setFrom(KDMEntity value)
Sets the value of the '
From' reference. |
void |
setTo(KDMEntity value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeKDMEntity getFrom()
Out Aggregated'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
The source container of the relationships in the aggregated set. All relationships in the aggregated set should originate from the source container or from some entity that is contained directly or indirectly in the source container.setFrom(KDMEntity),
CorePackage.getAggregatedRelationship_From(),
KDMEntity.getOutAggregated()void setFrom(KDMEntity value)
From' reference.
value - the new value of the 'From' reference.getFrom()KDMEntity getTo()
In Aggregated'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
The target container of the relationships in the aggregated set. All relations in the aggregated set should terminate at the target container or at some entity that is contained directly or indirectly in the target container.setTo(KDMEntity),
CorePackage.getAggregatedRelationship_To(),
KDMEntity.getInAggregated()void setTo(KDMEntity value)
To' reference.
value - the new value of the 'To' reference.getTo()getRelation()
KDMRelationship.
If the meaning of the 'Relation' reference list isn't clear, there really should be more of a description here...
The set of primitive KDM relationships represented by the aggregated relationship.CorePackage.getAggregatedRelationship_Relation()java.lang.Integer getDensity()
If the meaning of the 'Density' attribute isn't clear, there really should be more of a description here...
The number of primitive relationships in the aggregated set.setDensity(Integer),
CorePackage.getAggregatedRelationship_Density()void setDensity(java.lang.Integer value)
Density' attribute.
value - the new value of the 'Density' attribute.getDensity()