public interface SymmetricRelationship extends Relationship
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
BoundedContext |
getParticipant1()
Returns the value of the 'Participant1' reference.
|
BoundedContext |
getParticipant2()
Returns the value of the 'Participant2' reference.
|
void |
setParticipant1(BoundedContext value)
Sets the value of the '
Participant1' reference. |
void |
setParticipant2(BoundedContext value)
Sets the value of the '
Participant2' reference. |
getImplementationTechnology, getName, setImplementationTechnology, setNameBoundedContext getParticipant1()
If the meaning of the 'Participant1' reference isn't clear, there really should be more of a description here...
setParticipant1(BoundedContext),
ContextMappingDSLPackage.getSymmetricRelationship_Participant1()void setParticipant1(BoundedContext value)
Participant1' reference.
value - the new value of the 'Participant1' reference.getParticipant1()BoundedContext getParticipant2()
If the meaning of the 'Participant2' reference isn't clear, there really should be more of a description here...
setParticipant2(BoundedContext),
ContextMappingDSLPackage.getSymmetricRelationship_Participant2()void setParticipant2(BoundedContext value)
Participant2' reference.
value - the new value of the 'Participant2' reference.getParticipant2()