You are on page 1of 9

Sequence diagram for library management: Designed by: 11481A0573

student library books


computer database
1: login
2:authenticate

3: acknowledge

4:login or wrong password

5: enter book name


6: search for the book

7:acknowledge of search

8: book found or not

9: request for issue

10: book status:issued

11: book issued

12: log out

13: log out successfully


Collaboration diagram for library management system: Designed by: 11481A0573

1: login
5: enter book name
9: request for issue
12: logout
student library
computer
4: login or wrong password
8: book found or not
11: book issued
13: logout successfully

3: acknowledge

7: acknowledge of search
2: authenticate
6: search for the book
10: book status :issued

books
database
Usecase diagram for library management system: Designed by: 11481A0573

request payment register


request book from vendor
update
login
supply books
Vendor
search for book issue a book

register for issue

update account book database


student
account
feedback librarian
maintain account maintain bookdatabase
return book

pay fines if exist


track complaints

book logout
Class diagram for library management system: Designed by:11481A0573
Activity diagram for library management system: Designed by: 11481A0573

login

no
valid

yes

search
book

search success no

yes

request for
book

no
available

yes
book issued
by librarian

logout
Activity diagram for borrowing a book: Designed by: 11481A0573

login

no
valid

yes

search a
book

no
available

yes

request for
book

receive/borr
ow book

logout
Activity diagram for issuing an account to the student: Designed by: 11481A0573

login

valid no

yes

fill
application

a/c issued
by librarian

logout
State chart diagram for library management system: Designed by:11481A0573

switch on

switch off idle do:wait


do:sleep for service
turn off valid
student out

Active
search book
login do:login issue do:take
student a book

return do:return if any fine fine do:calculate


a book fine

Component diagram for library management system: Designed by:11481A0573

student libraian

book library student


account
Deployment diagram for library management system: Designed by: 11481A05E5

librarian can issue,check...


using client systems

client1 library central


server

client2

data base
server
client3

You might also like