Sei sulla pagina 1di 10

The use case diagram are usually referred to as behavior diagram used to describe the

actions of all user in a system. All user describe in use case are actors and the functionality as
action ofsystem.

Deployment diagram is a structure diagram which shows architecture of the system


as deployment (distribution) of software artifacts to deployment targets. Artifacts represent
concrete elements in the physical world that are the result of a development process.

Component diagram for library management


system
‚ ‚ ‚ Component diagram are one of the two kind of diagram found in modeling the
physical aspects of object oriented system.A component diagram shows the
organization and inter relationship between a set of component.We use component
diagram to visualize the static aspect of the physical component and their ...
State Chart Diagram For Library
Management System
BY NIRAJ AHER ·
state chart diagram for library management system
‚ ‚ ‚ State chart diagram are used to help the developers better understand any
complex functionalities or business flow of specialized area of system.in short
state chart diagram depict the dynamic behavior of the entire system.A state
chart diagram shows a state machine.state chart diagram can be used to
graphically represent finite state machine.

1:available :- the book is available in library and can be issued to member.


2:issued to member: Book is with member and is not available in library

State chart diagram contain following states.


states are librarian are :
1)Validate member
2)Issuing book
3)returning book
4)checking availability of book
5)calculating fine
6)idle
Collaboration Diagram For Library
Management System
BY NIRAJ AHER ·
Collaboration diagram for library management system
‚ ‚ ‚ Collaboration diagram is an interaction diagram that emphasizes the
structural organization of the objects that send receive message.A
collaboration diagram is very similar to sequence diagram.Collaboration
diagram shows the objects and their association with other objects.Modeling
objects in a system and representing the association between the object as
links are easily represented in a collaboration diagram.
if you drawing diagrams in rational rose software after drawing sequence
diagram for inventory management system press F5 to see collaboration
diagram.sequence diagrams and collaboration diagrams shows same
information but sequence diagram focus on the temporal aspect and
collaboration diagram focus on communication between the objects of system
Sequence Diagram For Library
Management System
BY NIRAJ AHER ·
sequence diagram for library management system
‚ ‚ ‚ Sequence diagram descries interaction among classes in terms of an
exchange of message over time.sequence diagram demonstrate the behavior of
objects in a use case by describing the object and messages they pass.A
sequence diagram depicts the sequence of actions that occurs in system.the
invocation of methods in each object and the order in which they captured in a
sequence diagram.this makes sequence diagram very useful.Sequence diagram
in tho dimensional in nature

Librarian Issues a book to member:- Whenever a member asks for a book,the


librarian checks the availability of book,if the book is available then the rack
number of that book will be returned to librarian. librarian then checks the
validity of member by verifying the library card.if member is valid then the
number of books issued to him is less then maximum allowed ,books issued to
him and transaction is created. librarian then update the number of books
issued to member and status of book

Activity Diagram For Library


Management System
BY NIRAJ AHER ·
Activity diagram for library management system
‚ ‚ ‚ Activity diagram is one of the important uml diagram which describes the
flow of activity in system.Activity diagram is basically a flowchart which shows
connection between one activity of system to another activity.before drawing
activity diagram you should list activity of user and connection between both
activity.Activity diagram of library management system may defer according
to users such as administrator, customer etc.

Activity of Issuing books to member: The librarian checks the availability of


book.if the book is not available,then an error message will be displayed else
the check the rack no were the book is placed will be displayed.the member is
validated.depending upon the type of member if more books can be issued to
member ,the transaction will be created and issue details are added to the
transaction.the book and member details are updated accordingly

Potrebbero piacerti anche