Book Bank
Book Bank
Book Bank
AIM:
To draw the UML use case,class, activity ,sequence ,collaboration package,
deployment, component diagram for book bank management system.
PROBLEM STATEMENT:
The process of members registering and purchasing books from the book bank are
described sequentially through First the member registers himself if he was new to the
book bank.Old members will directly select old member button.They select their
corresponding year.After selecting the year they fill the necessary details and select the
book and he will be directed towards administrator.The administrator will verify the
status and issue the book.. Book Bank is used by any student, who wish to borrow the
books. The student must first register himself to the system and then can login. The
student can perform look ups for getting the desired book. If the book is available then
he can borrow the book. The admin issues the book to the student. The DBA maintains
the book. The admin update the details to the database.
DEPLOYMENT DIAGRAM :
Deployment diagram is a structure diagram which shows architecture of the
system as deployment of software artifacts to deployment target. It is the graph of nodes
connected by communication association. It is represented by three dimensional box.
The device node is book bank system and execution environment nodes are student,
book bank, admin and DBA
STATE CHART DIAGRAM:
State chart diagram is also called as state machine diagram. The state chart
diagram contains the states in the rectangular boxes and the states are indicated by
the dot enclosed. The state chart diagram describes the behaviour of the system. The
state chart diagram involves six stages such as register, login, select book, issue book,
borrow book and logout.