Home      Discussion      Topics      Dictionary      Almanac
Signup       Login
Interaction overview diagram

Interaction overview diagram

Overview

Interaction Overview Diagram in the Unified Modeling Language
Unified Modeling Language
Unified Modeling Language is a standardized general-purpose modeling language in the field of software engineering. The standard is managed, and was created by, the Object Management Group....

 (UML) is a type of activity diagram
Activity diagram
Activity diagrams are diagram technique showing workflows of stepwise activities and actions, with support for choice, iteration and concurrency. In the Unified Modeling Language, activity diagrams can be used to describe the business and operational step-by-step workflows of components in a system...

 in which the nodes represent interaction diagrams. They are a high level structuring mechanism for sequence diagram
Sequence diagram
A sequence diagram in Unified Modelling Language is a kind of interaction diagram that shows how processes operate with one another and in what order...

s. Interaction overview diagrams illustrate an overview of a flow of control in which each node can be an interaction diagram.

Interaction Overview Diagrams combine activity diagram
Activity diagram
Activity diagrams are diagram technique showing workflows of stepwise activities and actions, with support for choice, iteration and concurrency. In the Unified Modeling Language, activity diagrams can be used to describe the business and operational step-by-step workflows of components in a system...

 and in-line sequence diagram
Sequence diagram
A sequence diagram in Unified Modelling Language is a kind of interaction diagram that shows how processes operate with one another and in what order...

s. These interaction diagrams can include sequence
Sequence
In mathematics, a sequence is an ordered list of objects . Like a set, it contains members , and the number of terms is called the length of the sequence...

, communication
Communication
Communication is a process of transferring information from one entity to another. Communication processes are sign-mediated interactions between at least two agents which share a repertoire of signs and semiotic rules. Communication is commonly defined as "the imparting or interchange of...

, interaction overview and timing diagram
Timing diagram
Timing Diagram may refer to:* Digital timing diagram* Timing diagram...

s.
Discussion
Ask a question about 'Interaction overview diagram'
Start a new discussion about 'Interaction overview diagram'
Answer questions from other users
Full Discussion Forum
 
Encyclopedia

Interaction Overview Diagram in the Unified Modeling Language
Unified Modeling Language
Unified Modeling Language is a standardized general-purpose modeling language in the field of software engineering. The standard is managed, and was created by, the Object Management Group....

 (UML) is a type of activity diagram
Activity diagram
Activity diagrams are diagram technique showing workflows of stepwise activities and actions, with support for choice, iteration and concurrency. In the Unified Modeling Language, activity diagrams can be used to describe the business and operational step-by-step workflows of components in a system...

 in which the nodes represent interaction diagrams. They are a high level structuring mechanism for sequence diagram
Sequence diagram
A sequence diagram in Unified Modelling Language is a kind of interaction diagram that shows how processes operate with one another and in what order...

s. Interaction overview diagrams illustrate an overview of a flow of control in which each node can be an interaction diagram.

Interaction Overview Diagrams combine activity diagram
Activity diagram
Activity diagrams are diagram technique showing workflows of stepwise activities and actions, with support for choice, iteration and concurrency. In the Unified Modeling Language, activity diagrams can be used to describe the business and operational step-by-step workflows of components in a system...

 and in-line sequence diagram
Sequence diagram
A sequence diagram in Unified Modelling Language is a kind of interaction diagram that shows how processes operate with one another and in what order...

s. These interaction diagrams can include sequence
Sequence
In mathematics, a sequence is an ordered list of objects . Like a set, it contains members , and the number of terms is called the length of the sequence...

, communication
Communication
Communication is a process of transferring information from one entity to another. Communication processes are sign-mediated interactions between at least two agents which share a repertoire of signs and semiotic rules. Communication is commonly defined as "the imparting or interchange of...

, interaction overview and timing diagram
Timing diagram
Timing Diagram may refer to:* Digital timing diagram* Timing diagram...

s. In the diagram nodes are interactions of sequence diagrams, and the edges show the order in which these interactions occur. You can also use an interaction overview diagram to deconstruct a complex scenario that would otherwise require multiple if-then-else paths to be illustrated as a single sequence diagram.

Most of the notation for interaction overview diagrams is the same for activity diagrams. For example, initial, final, decision, merge, fork and join nodes are all the same. However, interaction overview diagrams introduce two new elements: interaction occurrences and interaction elements.

External links