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