- Posted By: freeproject
- Comments: 0
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: