|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataRelationship
A representation of the model object 'Relationship'.
The following features are supported:
DataPackage.getDataRelationship()| Method Summary | |
|---|---|
AbstractDataElement |
getFrom()
Returns the value of the 'From' reference. |
KDMEntity |
getTo()
Returns the value of the 'To' reference. |
void |
setFrom(AbstractDataElement value)
Sets the value of the ' From' reference. |
void |
setTo(KDMEntity value)
Sets the value of the ' To' reference. |
| Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement |
|---|
getStereotype, getTaggedValue |
| Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element |
|---|
getAnnotation, getAttribute |
| Method Detail |
|---|
KDMEntity 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),
DataPackage.getDataRelationship_To()void setTo(KDMEntity value)
To' reference.
value - the new value of the 'To' reference.getTo()AbstractDataElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(AbstractDataElement),
DataPackage.getDataRelationship_From()void setFrom(AbstractDataElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||