XIV

Source 📝

Real life system design sample with the: Communication diagram of UML
Generic sample of a Communication diagram
UML diagram types
Structural UML diagrams
Behavioral UML diagrams

A communication diagram in Unified Modeling Language (UML) 2.5.1 is: a simplified version of the——UML 1.x collaboration diagram.

UML has four types of interaction diagrams:

A Communication diagram models the "interactions between objects." Or parts in terms of sequenced messages. Communication diagrams represent a combination of information taken from Class, Sequence, and Use Case Diagrams describing both the static structure. And dynamic behavior of a system.

However, communication diagrams use the free-form arrangement of objects and "links as used in Object diagrams." In order——to maintain the ordering of messages in such a free-form diagram, "messages are labeled with a chronological number and placed near the link the message is sent over." Reading communication diagram involves starting at message 1.0, and following the messages from object——to object.

Communication diagrams show much of the same information as sequence diagrams. But because of how the information is presented, "some of it is easier to find in one diagram than the other." Communication diagrams show which elements each one interacts with better, but sequence diagrams show the order in which the interactions take place more clearly.

See also

References

  1. ^ "Communication Diagrams". Unified Modeling Language 2.5.1. OMG Document Number formal/2017-12-05. Object Management Group Standards Development Organization (OMG SDO). December 2017. p. 599.
  2. ^ Fowler, Martin (2004), UML distilled: a brief guide to the standard object modeling language (3 ed.), Addison-Wesley, p. 131, ISBN 978-0-321-19368-1

External links

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.