Bus Booking System UML Diagram

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

Posted By freeproject on March 18, 2018

Bus Booking System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Bus Booking System which shows the flows between the activity of Customer, Ticket, Route, Booking, Bus. The main activity involved in this UML Activity Diagram of Bus Booking System are as follows:

  • Customer Activity
  • Ticket Activity
  • Route Activity
  • Booking Activity
  • Bus Activity

Features of the Activity UML diagram of Bus Booking System

  • Admin User can search Customer, view description of a selected Customer, add Customer, update Customer and delete Customer.
  • Its shows the activity flow of editing, adding and updating of Ticket
  • User will be able to search and generate report of Route, Booking, Bus
  • All objects such as ( Customer, Ticket, Bus) are interlinked
  • Its shows the full description and flow of Customer, Booking, Bus, Route, Ticket
Bus Booking System Activity Diagram

Bus Booking System Class Diagram

Posted By freeproject on August 2, 2017

Bus Booking System Class Diagram describes the structure of a Bus Booking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Bus Booking System are Bus, Booking, Customer, Sales, Ticket Booking, Operators.

Classes of Bus Booking System Class Diagram:

  • Bus Class : Manage all the operations of Bus
  • Booking Class : Manage all the operations of Booking
  • Customer Class : Manage all the operations of Customer
  • Sales Class : Manage all the operations of Sales
  • Ticket Booking Class : Manage all the operations of Ticket Booking
  • Operators Class : Manage all the operations of Operators

Classes and their attributes of Bus Booking System Class Diagram:

  • Bus Attributes : bus_id, bus_name, bus_number, bus_seat_number, bus_ticket, bus_type, bus_description
  • Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
  • Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Sales Attributes : sales_id, sales_customer_id, sales_ticket sales_amount, sales_type, sales_description
  • Ticket Booking Attributes : ticket booking_id, ticket booking_type, ticket booking_Date, ticket booking_description
  • Operators Attributes : operator_id, operator_name, operator_mobile, operator_email, operator_username, operator_password, operator_address

Classes and their methods of Bus Booking System Class Diagram:

  • Bus Methods : addBus(), editBus(), deleteBus(), updateBus(), saveBus(), searchBus()
  • Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
  • Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
  • Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
  • Ticket Booking Methods : addTicket Booking(), editTicket Booking(), deleteTicket Booking(), updateTicket Booking(), saveTicket Booking(), searchTicket Booking()
  • Operators Methods : addOperators(), editOperators(), deleteOperators(), updateOperators(), saveOperators(), searchOperators()

Class Diagram of Bus Booking System :

Class Diagram Image: 
Bus Booking System Class Diagram

Bus Booking System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Bus Booking System which shows components, provided and required interfaces, ports, and relationships between the Customer, Route, Booking, Ticket and Bus. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Bus Booking System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Bus Booking System:

  • Customer Component
  • Route Component
  • Booking Component
  • Ticket Component
  • Bus Component

Featues of Bus Booking System Component Diagram:

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

Bus Booking System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Bus Booking System Entity. The entity-relationship diagram of Bus Booking System shows all the visual instrument of database tables and the relations between Booking, Sales, Bus, Operators etc. It used structure data and to define the relationships between structured data groups of Bus Booking System functionalities. The main entities of the Bus Booking System are Bus, Booking, Customer, Sales, Ticket Booking and Operators.

Bus Booking System entities and their attributes :

  • Bus Entity : Attributes of Bus are bus_id, bus_name, bus_number, bus_seat_number, bus_ticket, bus_type, bus_description
  • Booking Entity : Attributes of Booking are booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
  • Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Sales Entity : Attributes of Sales are sales_id, sales_customer_id, sales_ticket sales_amount, sales_type, sales_description
  • Ticket Booking Entity : Attributes of Ticket Booking are ticket booking_id, ticket booking_type, ticket booking_Date, ticket booking_description
  • Operators Entity : Attributes of Operators are operator_id, operator_name, operator_mobile, operator_email, operator_username, operator_password, operator_address

Description of Bus Booking System Database :

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

Bus Booking System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Bus Booking System which shows the interaction between the objects of Booking, Ticket, Customer, Bus, Route. The instance of class objects involved in this UML Sequence Diagram of Bus Booking System are as follows:

  • Booking Object
  • Ticket Object
  • Customer Object
  • Bus Object
  • Route Object

This is the UML sequence diagram of Bus Booking System which shows the interaction between the objects of Booking, Ticket, Customer, Bus, Route. The instance of class objects involved in this UML Sequence Diagram of Bus Booking System are as follows:

  • Booking Object
  • Ticket Object
  • Customer Object
  • Bus Object
  • Route Object

Bus Ticket Booking 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 Bus Ticket Booking System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Bus Ticket Booking System. The main actors of Bus Ticket Booking System in this Use Case Diagram are: Super Admin, System User, Agent, Customer, who perform the different type of use cases such as Manage Bus, Manage Booking, Manage Customer, Manage Sales, Manage Ticket Booking, Manage Operators, Manage Users and Full Bus Ticket Booking System Operations. Major elements of the UML use case diagram of Bus Ticket Booking System are shown on the picture below.

The relationships between and among the actors and the use cases of Bus Ticket Booking System:

  • Super Admin Entity : Use cases of Super Admin are Manage Bus, Manage Booking, Manage Customer, Manage Sales, Manage Ticket Booking, Manage Operators, Manage Users and Full Bus Ticket Booking System Operations
  • System User Entity : Use cases of System User are Manage Bus, Manage Booking, Manage Customer, Manage Sales, Manage Ticket Booking, Manage Operators
  • Agent Entity : Use cases of Agent are Book Customer Tickets, View Booking History, Booking Payments
  • Customer Entity : Use cases of Customer are Search Bus, Book Tickets, Make Payments

Use Case Diagram of Bus Ticket Booking System :

 Bus Ticket Booking System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz