Sequence and Communications Diagrams

The sequence and communications UML diagrams are presented in this short tutorial. A sequence diagram in a Unified Modeling Language (UML) that shows object interactions arranged in time sequence. 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.