|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for relationships between CoCompose language elements.
Method Summary | |
RelationElement |
getSourceParticipant()
Gets the first participant in this relationship. |
RelationElement |
getTargetParticipant()
Gets the second participant in this relationship. |
void |
setSourceParticipant(RelationElement sourceParticipant)
Sets the first participant in this relationship. |
void |
setTargetParticipant(RelationElement targetParticipant)
Sets the second participant in this relationship. |
Methods inherited from interface be.ac.vub.cocompose.lang.core.ModelElement |
getId, getModel, getName, getNamespace, setId, setName, setNamespace |
Methods inherited from interface be.ac.vub.cocompose.lang.Element |
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface be.ac.vub.cocompose.lang.VisitedElement |
accept |
Method Detail |
public RelationElement getSourceParticipant()
public void setSourceParticipant(RelationElement sourceParticipant)
sourceParticipant
- the source participant.public RelationElement getTargetParticipant()
public void setTargetParticipant(RelationElement targetParticipant)
targetParticipant
- the target participant.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |