- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Bus Booking System Activity Diagram
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

Login Activity Diagram of Bus Booking System:
This is the Login Activity Diagram of Bus Booking 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 Route, Customer, Ticket, Bus, Booking. All the pages such as Ticket, Bus, Booking are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Bus Booking System. The various objects in the Bus, Route, Customer, Ticket, and Booking 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
Bus Booking System Class Diagram
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 :

- Posted By: freeproject
- Comments: 0
Bus Booking System Component Diagram
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

- Posted By: freeproject
- Comments: 0
Bus Booking System ER Diagram
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.

- Posted By: freeproject
- Comments: 0
Bus Booking System Sequence Diagram
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
Login Sequence Diagram of Bus Booking System:
This is the Login Sequence Diagram of Bus Booking System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Customer, Booking, Ticket, Route, Bus. All the pages such as Ticket, Route, Bus are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Bus Booking System. The various objects in the Route, Customer, Booking, Ticket, and Bus 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 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

- Posted By: freeproject
- Comments: 0
Bus Ticket Booking System Use Case Diagram
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 :
