public interface ConceptualRelationship extends AbstractConceptualRelationship
ConceptualPackage.getConceptualRelationship()| Modifier and Type | Method and Description |
|---|---|
AbstractConceptualElement |
getFrom()
Returns the value of the 'From' reference.
|
KDMEntity |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(AbstractConceptualElement value)
Sets the value of the '
From' reference. |
void |
setTo(KDMEntity value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeKDMEntity getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(KDMEntity),
ConceptualPackage.getConceptualRelationship_To()void setTo(KDMEntity value)
To' reference.
value - the new value of the 'To' reference.getTo()AbstractConceptualElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(AbstractConceptualElement),
ConceptualPackage.getConceptualRelationship_From()void setFrom(AbstractConceptualElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()