- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
E-library Management System Activity Diagram
This is the Activity UML diagram of E-library Management System which shows the flows between the activity of Fees, Shedules, Books, Durations, Students. The main activity involved in this UML Activity Diagram of E-library Management System are as follows:
- Fees Activity
- Shedules Activity
- Books Activity
- Durations Activity
- Students Activity
Features of the Activity UML diagram of E-library Management System
- Admin User can search Fees, view description of a selected Fees, add Fees, update Fees and delete Fees.
- Its shows the activity flow of editing, adding and updating of Shedules
- User will be able to search and generate report of Books, Durations, Students
- All objects such as ( Fees, Shedules, Students) are interlinked
- Its shows the full description and flow of Fees, Durations, Students, Books, Shedules

Login Activity Diagram of E-library Management System:
This is the Login Activity Diagram of E-library Management System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Books, Fees, Shedules, Students, Durations. All the pages such as Shedules, Students, Durations are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a E-library Management System. The various objects in the Students, Books, Fees, Shedules, and Durations page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
E-library Management System Class Diagram
E-library Management System Class Diagram describes the structure of a E-library Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the E-library Management System are Course, Students, Shedules, Fees, Durations, Books.
Classes of E-library Management System Class Diagram:
- Course Class : Manage all the operations of Course
- Students Class : Manage all the operations of Students
- Shedules Class : Manage all the operations of Shedules
- Fees Class : Manage all the operations of Fees
- Durations Class : Manage all the operations of Durations
- Books Class : Manage all the operations of Books
Classes and their attributes of E-library Management System Class Diagram:
- Course Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Shedules Attributes : schedule_id, schedule_name, schedule_type, schedule_description
- Fees Attributes : course_fee_id, course_fee_course_id, course_fee_amount, course_fee_total, course_fee_payment, course_fee_type, course_fee_description
- Durations Attributes : duration_id, duration_course_id, duration_time, duration_date, duration_type, duration_description
- Books Attributes : book_id, book_student_id, book_name, book_author, book_publication_date, book_type, book_price, book_description
Classes and their methods of E-library Management System Class Diagram:
- Course Methods : addCourse(), editCourse(), deleteCourse(), updateCourse(), saveCourse(), searchCourse()
- Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
- Shedules Methods : addShedules(), editShedules(), deleteShedules(), updateShedules(), saveShedules(), searchShedules()
- Fees Methods : addFees(), editFees(), deleteFees(), updateFees(), saveFees(), searchFees()
- Durations Methods : addDurations(), editDurations(), deleteDurations(), updateDurations(), saveDurations(), searchDurations()
- Books Methods : addBooks(), editBooks(), deleteBooks(), updateBooks(), saveBooks(), searchBooks()
Class Diagram of E-library Management System :

- Posted By: freeproject
- Comments: 0
E-library Management System Component Diagram
This is a Component diagram of E-library Management System which shows components, provided and required interfaces, ports, and relationships between the Shedules, Books, Students, Durations and Course. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). E-library Management System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of E-library Management System:
- Shedules Component
- Books Component
- Students Component
- Durations Component
- Course Component
Featues of E-library Management System Component Diagram:
- You can show the models the components of E-library Management System.
- Model the database schema of E-library Management System
- Model the executables of an application of E-library Management System
- Model the system's source code of E-library Management System

- Posted By: freeproject
- Comments: 0
E-library Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of E-library Management System Entity. The entity-relationship diagram of E-library Management System shows all the visual instrument of database tables and the relations between Students, Fees, Course, Books etc. It used structure data and to define the relationships between structured data groups of E-library Management System functionalities. The main entities of the E-library Management System are Course, Students, Shedules, Fees, Durations and Books.
E-library Management System entities and their attributes :
- Course Entity : Attributes of Course are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Students Entity : Attributes of Students are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Shedules Entity : Attributes of Shedules are schedule_id, schedule_name, schedule_type, schedule_description
- Fees Entity : Attributes of Fees are course_fee_id, course_fee_course_id, course_fee_amount, course_fee_total, course_fee_payment, course_fee_type, course_fee_description
- Durations Entity : Attributes of Durations are duration_id, duration_course_id, duration_time, duration_date, duration_type, duration_description
- Books Entity : Attributes of Books are book_id, book_student_id, book_name, book_author, book_publication_date, book_type, book_price, book_description
Description of E-library Management System Database :
- The details of Course is store into the Course tables respective with all tables
- Each entity (Books, Shedules, Durations, Students, Course) contains primary key and unique keys.
- The entity Shedules, Durations has binded with Course, Students entities with foreign key
- There is one-to-one and one-to-many relationships available between Durations, Fees, Books, Course
- All the entities Course, Durations, Shedules, Books are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of E-library Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
E-library Management System Sequence Diagram
This is the UML sequence diagram of E-library Management System which shows the interaction between the objects of Fees, Durations, Shedules, Students, Course. The instance of class objects involved in this UML Sequence Diagram of E-library Management System are as follows:
- Fees Object
- Durations Object
- Shedules Object
- Students Object
- Course Object
Login Sequence Diagram of E-library Management System:
This is the Login Sequence Diagram of E-library Management System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Shedules, Fees, Durations, Course, Students. All the pages such as Durations, Course, Students are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a E-library Management System. The various objects in the Course, Shedules, Fees, Durations, and Students page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of E-library Management System which shows the interaction between the objects of Fees, Durations, Shedules, Students, Course. The instance of class objects involved in this UML Sequence Diagram of E-library Management System are as follows:
- Fees Object
- Durations Object
- Shedules Object
- Students Object
- Course Object

- Posted By: freeproject
- Comments: 0
E-library Management System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of E-library Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of E-library Management System. The main actors of E-library Management System in this Use Case Diagram are: Super Admin, System User, Librarian, Student, who perform the different type of use cases such as Manage Course, Manage Students, Manage Shedules, Manage Fees, Manage Durations, Manage Books, Manage Author, Manage Users and Full E-library Management System Operations. Major elements of the UML use case diagram of E-library Management System are shown on the picture below.
The relationships between and among the actors and the use cases of E-library Management System:
- Super Admin Entity : Use cases of Super Admin are Manage Course, Manage Students, Manage Shedules, Manage Fees, Manage Durations, Manage Books, Manage Author, Manage Users and Full E-library Management System Operations
- System User Entity : Use cases of System User are Manage Course, Manage Students, Manage Shedules, Manage Fees, Manage Durations, Manage Books, Manage Author
- Librarian Entity : Use cases of Librarian are Add Books, Add Publishers, Issues Books, Return Books, Search Books
- Student Entity : Use cases of Student are Search Books, Request for Issue, Check Status, Add to My Library, View Books
Use Case Diagram of E-library Management System :
