CommunicationNode
Represents an individual participant in the communication interaction.

A Communication node represents an individual participant in the Communication Interaction. While Parts and StructuralFeatures may have multiplicity greater than 1, Communication nodes represent only one interacting entity.

If the referenced Instance is multivalued (i.e, has a multiplicity > 1), then the Communication node may have an expression (the "selector") that specifies which particular part is represented by this Communication node. If the selector is omitted, this means that an arbitrary representative of the multivalued Connectable element is chosen.

: CommunicationNode (architecture_autodiagram)
Figure 141 : CommunicationNode (architecture_autodiagram)
CommunicationNodeUmlModelElementCommunicationInteractionInstanceCommunicationChannel
Attribute
Description
string Selector [1..1]
If the represented element is multivalued, then this specifies the specific individual part within that set.
Association
Description
Represented : Instance [0..1]
References the Instance the communication node represents.
Started : CommunicationChannel [0..*]
References communication channels starting from the node.
Ended : CommunicationChannel [0..*]
References communication channels ending on the node.