0% found this document useful (0 votes)
2K views6 pages

Sequence Diagram of Library Management System

The document discusses creating sequence diagrams for the use cases of a library management system. A sequence diagram shows the order of interactions and messages between objects. It captures objects interacting in a collaboration to realize a use case or operation over time. The document provides examples of sequence diagrams for some key use cases for a library management system, such as login, taking attendance, managing attendance, and generating reports.

Uploaded by

Vinamra Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views6 pages

Sequence Diagram of Library Management System

The document discusses creating sequence diagrams for the use cases of a library management system. A sequence diagram shows the order of interactions and messages between objects. It captures objects interacting in a collaboration to realize a use case or operation over time. The document provides examples of sequence diagrams for some key use cases for a library management system, such as login, taking attendance, managing attendance, and generating reports.

Uploaded by

Vinamra Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Experiment 10

AIM: - To prepare sequence diagram of all use cases of library management system.

Theory: -
Sequence Diagrams are interaction diagrams that detail how operations are carried out. They
capture the interaction between objects in the context of a collaboration. Sequence Diagrams
are time focus and they show the order of the interaction visually by using the vertical axis of
the diagram to represent time what messages are sent and when.
Sequence Diagrams captures:

 The interaction that takes place in a collaboration that either realizes a use case or an
operation (instance diagrams or generic diagrams)
 High-level interactions between user of the system and the system, between the system
and other systems, or between subsystems (sometimes known as system sequence
diagrams)
Purpose of Sequence Diagram

 Model high-level interaction between active objects in a system


 Model the interaction between object instances within a collaboration that realizes a
use case
 Model the interaction between objects within a collaboration that realizes an operation
 Either model generic interactions (showing all possible paths through the interaction) or
specific instances of a interaction (showing just one path through the interaction)
Use Case Diagram

Login

Add/manage Students

Add/manageTeachers

Admin
Admin Teacher

Take Attendance

Manage Attendance

Report Generate

Logout Student
Sequence Diagram of Use Cases
Login:
Take Attendance:
Manage Attendance:
Generate Report:

Conclusion
Through this experiment, we learnt how to draw sequence diagram for a Library management
system.

You might also like