How to Draw Interaction Overview Diagram?
Interaction overview diagram is a kind of UML diagram. It is the variant of UML activity diagram that shows specifically the flow of internation diagrams like sequence diagrams.
Creating interaction overview diagram
Perform the steps below to create an UML interaction overview diagram in Visual Paradigm.
- Select Diagram > New from the application toolbar.
- In the New Diagram window, select Interaction Overview Diagram.
- Click Next.
- Enter the diagram name and description. The Location field enables you to select a model to store the diagram.
- Click OK.
Creating initial node
Initial node is the beginning of a control flow. To create initial node in interaction overview diagram, click Initial Node on the diagram toolbar and then click on the diagram.
Create initial node |
An initial node is created. The caption of initial node is hidden by default, to show it, right-click on the diagram and select Presentation Options > Show Shape Caption > Initial Node from the pop-up menu.
Show caption of initial node |
Creating decision node
To create a decision node from an initial node:
- Move your mouse pointer over the initial node.
- Press on the Resource Catalog button and drag it out.
Using Resource Catalog - Release the mouse button at the place where you want the decision node to be created.
- Select Control Flow -> Decision Node from Resource Catalog.
To create a decision node - A new decision node will be created and is connected to the initial node. Enter its name and press Enter to confirm editing.
Decision node created
Creating interaction use
To create an interaction use:
- Move your mouse pointer over the source shape.
- Press on the Resource Catalog button and drag it out.
- Release the mouse button at the place where you want the interaction use to be created.
- Select Control Flow -> Interaction Use from Resource Catalog.
To create an interaction use - A new interaction use will be created and is connected to the source node. Enter its name and press Enter to confirm editing.
Interaction use created
You can make the interaction use refers to a diagram by right clicking on it and select Refers to > New Sequence Diagram from the pop-up menu.
Make interaction use refers to diagram |
When sequence diagram is created, rename the diagram.
Rename sequence diagram |
When you return to the interaction overview diagram, you can see the interaction use caption shows the diagram it refers to.
Interaction use caption updated |
Related Resources
The following resources may help you to learn more about the topic discussed in this page.
Chapter 13. Interaction overview diagram | Table of Contents | Chapter 14. Requirement diagram |