CommunicationMessage
Occurrence of an Operation, processed by Instances.
CommunicationMessages are used in communication diagrams. If the CommunicationMessage has no InvokedOperation, then its description is in its name. In Modelio, a Message belongs to the Communication it follows. The message sequencing information is handled in communication diagrams by the 'Sequencing' attribute.
: CommunicationMessage (architecture_autodiagram)
Figure 140 : CommunicationMessage (architecture_autodiagram)
CommunicationMessageUmlModelElementCommunicationChannelInformationFlowOperationSignal
Attribute
Description
string Argument [1..1]
string Sequence [1..1]
MessageSort SortOfMessage [1..1]
The sort of communication reflected by the CommunicationMessage. Default value is synchCall.
Association
Description
RealizedInformationFlow : InformationFlow [0..*]
Channel : CommunicationChannel [0..1]
InvertedChannel : CommunicationChannel [0..1]
Invoked : Operation [0..1]
The Operation is invoked by the Message.
SignalSignature : Signal [0..1]
Signal that is sent by the message.