Se - 10

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

School of Computer Science and Artificial Intelligence

Course- B. Tech Type- Core


Course Code-22CS140 Course Name- SOFTWARE ENGINEERING (SE)
Year- 2023-2024 Semester- Even
Date – April 2024
NAME:T.SATHVIKA
HT.NO:2203A51523 Batch- ALL

Lab Assignment:
To perform the implementation view diagram: Interaction Overview Diagram

Interaction (inline)
To create a Interaction (inline) node:

1. Select Interaction (inline) in Toolbox.


2. Drag on the diagram as the size of Interaction.

Creating an Interaction (inline) node will also create a new Sequence Diagram. The
sequence diagram is shown inside the Interaction Frame.

To edit the sequence diagram inside, double-click the Interaction Frame.

You can also create Interaction (inline) node by drag and drop an existing
Sequence Diagram from Model Explorer.

Initial
To create an Initial node:

1. Select Initial in Toolbox.


2. Click at the position on the diagram.

Final
To create a Final node:
1. Select Final in Toolbox.

2. Click at the position on the diagram.

Fork
To create a Fork node:

1. Select Fork in Toolbox.


2. Drag on the diagram as the size of Fork.

Join
To create a Join node:

1. Select Join in Toolbox.


2. Drag on the diagram as the size of Join.

Merge
To create a Merge node:

1. Select Merge in Toolbox.


2. Click at the position on the diagram.

Decision
To create a Decision node:

1. Select Decision in Toolbox.


2. Click at the position on the diagram.

Control Flow
To create a Control Flow:

1. Select Control Flow in Toolbox.


2. Drag from a node and drop on another node.
INTERACTION OVERVIEW DIAGRAM:LIBRARY MANAGEMENT

The interaction overview diagram above for the library management system
gives a visual representation of its operation. It consists of several
components such as start and end nodes, control flow, decision nodes, and
interaction uses. It starts with a book request, followed by an availability
check. If a certain book is not available, the librarian informs the user. On
the other hand, if the book is in stock, the system continues to check the
membership of the user. If the user is a member, the book is quickly assigned
and the status of the book is updated. Otherwise, users are guided through
the registration process before accessing library resources.

Library Management

You might also like