Hostel Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 22, 2018

Hostel Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Hostel Management System which shows the flows between the activity of Hostel Facility, Beds, Hostel, Payments, Rooms. The main activity involved in this UML Activity Diagram of Hostel Management System are as follows:

  • Hostel Facility Activity
  • Beds Activity
  • Hostel Activity
  • Payments Activity
  • Rooms Activity

Features of the Activity UML diagram of Hostel Management System

  • Admin User can search Hostel Facility, view description of a selected Hostel Facility, add Hostel Facility, update Hostel Facility and delete Hostel Facility.
  • Its shows the activity flow of editing, adding and updating of Beds
  • User will be able to search and generate report of Hostel, Payments, Rooms
  • All objects such as ( Hostel Facility, Beds, Rooms) are interlinked
  • Its shows the full description and flow of Hostel Facility, Payments, Rooms, Hostel, Beds
Hostel Management System Activity Diagram

Hostel Management System Class Diagram

Posted By freeproject on August 2, 2017

Hostel Management System Class Diagram describes the structure of a Hostel Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Hostel Management System are Hostel, Beds, Rooms, Rent, Allotees, Payments.

Classes of Hostel Management System Class Diagram:

  • Hostel Class : Manage all the operations of Hostel
  • Beds Class : Manage all the operations of Beds
  • Rooms Class : Manage all the operations of Rooms
  • Rent Class : Manage all the operations of Rent
  • Allotees Class : Manage all the operations of Allotees
  • Payments Class : Manage all the operations of Payments

Classes and their attributes of Hostel Management System Class Diagram:

  • Hostel Attributes : hostel_id, hostel_name, hostel_type, hostel_rent, hostel_description, hostel_address
  • Beds Attributes : bed_id, bed_name, bed_type, bed_description
  • Rooms Attributes : room_id, room_exam_id, room_number, room_type, room_description
  • Rent Attributes : rent_id, rent_hostel_id, rent_title, rent_amount, rent_type, rent_description
  • Allotees Attributes : allotee_id, allotee_name, allotee_mobile, allotee_email, allotee_username, allotee_password, allotee_address
  • Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description

Classes and their methods of Hostel Management System Class Diagram:

  • Hostel Methods : addHostel(), editHostel(), deleteHostel(), updateHostel(), saveHostel(), searchHostel()
  • Beds Methods : addBeds(), editBeds(), deleteBeds(), updateBeds(), saveBeds(), searchBeds()
  • Rooms Methods : addRooms(), editRooms(), deleteRooms(), updateRooms(), saveRooms(), searchRooms()
  • Rent Methods : addRent(), editRent(), deleteRent(), updateRent(), saveRent(), searchRent()
  • Allotees Methods : addAllotees(), editAllotees(), deleteAllotees(), updateAllotees(), saveAllotees(), searchAllotees()
  • Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()

Class Diagram of Hostel Management System :

Class Diagram Image: 
Hostel Management System Class Diagram

Hostel Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Hostel Management System which shows components, provided and required interfaces, ports, and relationships between the Allotees, Rooms, Beds, Hostel Facility and Rent. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Hostel Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Hostel Management System:

  • Allotees Component
  • Rooms Component
  • Beds Component
  • Hostel Facility Component
  • Rent Component

Featues of Hostel Management System Component Diagram:

  • You can show the models the components of Hostel Management System.
  • Model the database schema of Hostel Management System
  • Model the executables of an application of Hostel Management System
  • Model the system's source code of Hostel Management System
Component Diagram: 

Hostel Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Hostel Management System Entity. The entity-relationship diagram of Hostel Management System shows all the visual instrument of database tables and the relations between Beds, Rent, Hostel, Payments etc. It used structure data and to define the relationships between structured data groups of Hostel Management System functionalities. The main entities of the Hostel Management System are Hostel, Beds, Rooms, Rent, Allotees and Payments.

Hostel Management System entities and their attributes :

  • Hostel Entity : Attributes of Hostel are hostel_id, hostel_name, hostel_type, hostel_rent, hostel_description, hostel_address
  • Beds Entity : Attributes of Beds are bed_id, bed_name, bed_type, bed_description
  • Rooms Entity : Attributes of Rooms are room_id, room_exam_id, room_number, room_type, room_description
  • Rent Entity : Attributes of Rent are rent_id, rent_hostel_id, rent_title, rent_amount, rent_type, rent_description
  • Allotees Entity : Attributes of Allotees are allotee_id, allotee_name, allotee_mobile, allotee_email, allotee_username, allotee_password, allotee_address
  • Payments Entity : Attributes of Payments are payment_id, payment_customer_id, payment_date, payment_amount, payment_description

Description of Hostel Management System Database :

  • The details of Hostel is store into the Hostel tables respective with all tables
  • Each entity (Payments, Rooms, Allotees, Beds, Hostel) contains primary key and unique keys.
  • The entity Rooms, Allotees has binded with Hostel, Beds entities with foreign key
  • There is one-to-one and one-to-many relationships available between Allotees, Rent, Payments, Hostel
  • All the entities Hostel, Allotees, Rooms, Payments are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Hostel Management System tables for fast query execution.
Hostel Management System ER Diagram

Hostel Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Hostel Management System which shows the interaction between the objects of Rooms, Allotees, Hostel, Rent, Payments. The instance of class objects involved in this UML Sequence Diagram of Hostel Management System are as follows:

  • Rooms Object
  • Allotees Object
  • Hostel Object
  • Rent Object
  • Payments Object

This is the UML sequence diagram of Hostel Management System which shows the interaction between the objects of Rooms, Allotees, Hostel, Rent, Payments. The instance of class objects involved in this UML Sequence Diagram of Hostel Management System are as follows:

  • Rooms Object
  • Allotees Object
  • Hostel Object
  • Rent Object
  • Payments Object

Hostel Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Hostel Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Hostel Management System. The main actors of Hostel Management System in this Use Case Diagram are: Super Admin, System User, Allotees, Hostel Owner, who perform the different type of use cases such as Manage Hostel, Manage Beds, Manage Rooms, Manage Rent, Manage Allotees, Manage Payments, Manage Hostel Facility, Manage Users and Full Hostel Management System Operations. Major elements of the UML use case diagram of Hostel Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Hostel Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Hostel, Manage Beds, Manage Rooms, Manage Rent, Manage Allotees, Manage Payments, Manage Hostel Facility, Manage Users and Full Hostel Management System Operations
  • System User Entity : Use cases of System User are Manage Hostel, Manage Beds, Manage Rooms, Manage Rent, Manage Allotees, Manage Payments, Manage Hostel Facility
  • Allotees Entity : Use cases of Allotees are Search Hostels, View Facilities, Book Hostels, Make Payments
  • Hostel Owner Entity : Use cases of Hostel Owner are Add Allotees, Check Payment, Collect Payments, Search Allotees

Use Case Diagram of Hostel Management System :

Hostel Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz