| Communication Diagram |
Article Index for Communication |
Shopping Diagram |
Website Links For Communication |
Information AboutCommunication Diagram |
| CATEGORIES ABOUT COMMUNICATION DIAGRAM | |
| uml diagrams | |
|
It is a simplified version of the UML 1.x diagram, Collaboration Diagram. A Communication diagram models the interactions between objects or parts in terms of sequenced messages. Collaboration 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. Communication and sequence diagrams describe similar information, and as typically implemented, can be transformed into one another without difficulty. 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 a communication diagram involves starting at message 1.0, and following the messages from object to object. EXTERNAL LINKS
|
|
|