
Metamodel user guide
A CommunicationChannel is a link between two CommunicationNodes.
A CommunicationChannel can represent a Link. It owns messages that follow the channel from its start to the end, and inverted messages that go from the end to the start.


Association | Description |
---|---|
Channel : Link [0..1] | |
End : CommunicationNode [1..1] | References communication channels ending on the node. |
InvertedMessage : CommunicationMessage [0..*] | Channel the message follows, from its end to its start. |
SentMessage : CommunicationMessage [0..*] | Channel the message follows. |
Start : CommunicationNode [1..1] | References communication channels starting from the node. |
RealizedInformationFlow : InformationFlow [0..*] |