Bus Ticket Booking System UML Diagram

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

Posted By freeproject on March 18, 2018

Bus Ticket Booking System Activity Diagram

Posted By freeproject on March 13, 2018

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

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

Features of the Activity UML diagram of Bus Ticket 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 Booking
  • User will be able to search and generate report of Bus, Ticket, Route
  • All objects such as ( Customer, Booking, Route) are interlinked
  • Its shows the full description and flow of Customer, Ticket, Route, Bus, Booking
Bus Ticket Booking System Activity Diagram

Bus Ticket Booking System Class Diagram

Posted By freeproject on August 2, 2017

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

Classes of Bus Ticket 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
  • Bus Route Class : Manage all the operations of Bus Route
  • Ticket Booking Class : Manage all the operations of Ticket Booking
  • Seat Class : Manage all the operations of Seat

Classes and their attributes of Bus Ticket 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
  • Bus Route Attributes : bus_route_id, bus_route_name, bus_route_type, bus_route_description
  • Ticket Booking Attributes : ticket booking_id, ticket booking_type, ticket booking_Date, ticket booking_description
  • Seat Attributes : seat_id, seat_bus_id, seat_customer_id, seat_number, seat_type, seat_description

Classes and their methods of Bus Ticket 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()
  • Bus Route Methods : addBus Route(), editBus Route(), deleteBus Route(), updateBus Route(), saveBus Route(), searchBus Route()
  • Ticket Booking Methods : addTicket Booking(), editTicket Booking(), deleteTicket Booking(), updateTicket Booking(), saveTicket Booking(), searchTicket Booking()
  • Seat Methods : addSeat(), editSeat(), deleteSeat(), updateSeat(), saveSeat(), searchSeat()

Class Diagram of Bus Ticket Booking System :

Class Diagram Image: 
Bus Ticket Booking System Class Diagram

Bus Ticket Booking System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Bus Ticket Booking System:

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

Featues of Bus Ticket Booking System Component Diagram:

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

Bus Ticket Booking System ER Diagram

Posted By freeproject on July 17, 2017

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

Bus Ticket 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
  • Bus Route Entity : Attributes of Bus Route are bus_route_id, bus_route_name, bus_route_type, bus_route_description
  • Ticket Booking Entity : Attributes of Ticket Booking are ticket booking_id, ticket booking_type, ticket booking_Date, ticket booking_description
  • Seat Entity : Attributes of Seat are seat_id, seat_bus_id, seat_customer_id, seat_number, seat_type, seat_description

Description of Bus Ticket Booking System Database :

  • The details of Bus is store into the Bus tables respective with all tables
  • Each entity (Seat, 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, Bus Route, Seat, Bus
  • All the entities Bus, Ticket Booking, Customer, Seat are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Bus Ticket Booking System tables for fast query execution.
Bus Ticket Booking System ER Diagram

Bus Ticket Booking System Sequence Diagram

Posted By freeproject on January 31, 2018

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

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

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

  • Customer Object
  • Booking Object
  • Route Object
  • Ticket Object
  • Bus 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