Jump to content

Interaction overview diagram

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Stkl (talk | contribs) at 11:36, 31 March 2015 (replaced German PNG with English SVG). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Interaction overview diagram

Interaction Overview Diagram is one of the thirteen types of diagrams of the Unified Modeling Language (UML), which can picture a control flow with nodes that can contain interaction diagrams.[1]

The interaction overview diagram is similar to the activity diagram, in that both visualize a sequence of activities. The difference is that, for an interaction overview, each individual activity is pictured as a frame which can contain a nested interaction diagrams. This makes the interaction overview diagram useful to "deconstruct a complex scenario that would otherwise require multiple if-then-else paths to be illustrated as a single sequence diagram".[2]

The other notation elements for interaction overview diagrams are the same as for activity diagrams. These include initial, final, decision, merge, fork and join nodes. The two new elements in the interaction overview diagrams are the "interaction occurrences" and "interaction elements."[3]

References