Interface SymmetricRelationship
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Relationship
- All Known Subinterfaces:
Partnership
,SharedKernel
A representation of the model object 'Symmetric Relationship'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Participant1' reference.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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.contextmapper.dsl.contextMappingDSL.Relationship
getImplementationTechnology, getName, setImplementationTechnology, setName
-
Method Details
-
getParticipant1
BoundedContext getParticipant1()Returns the value of the 'Participant1' reference.- Returns:
- the value of the 'Participant1' reference.
- See Also:
- Model:
- Generated:
-
setParticipant1
Sets the value of the 'Participant1
' reference.- Parameters:
value
- the new value of the 'Participant1' reference.- See Also:
- Generated:
-
getParticipant2
BoundedContext getParticipant2()Returns the value of the 'Participant2' reference.- Returns:
- the value of the 'Participant2' reference.
- See Also:
- Model:
- Generated:
-
setParticipant2
Sets the value of the 'Participant2
' reference.- Parameters:
value
- the new value of the 'Participant2' reference.- See Also:
- Generated:
-