- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Metro Rail Ticket Booking System Class Diagram describes the structure of a Metro Rail Ticket Booking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Metro Rail Ticket Booking System are Metro, Routes, Tickets, Fare, Booking Counter, Stations.
Classes of Metro Rail Ticket Booking System Class Diagram:
- Metro Class : Manage all the operations of Metro
- Routes Class : Manage all the operations of Routes
- Tickets Class : Manage all the operations of Tickets
- Fare Class : Manage all the operations of Fare
- Booking Counter Class : Manage all the operations of Booking Counter
- Stations Class : Manage all the operations of Stations
Classes and their attributes of Metro Rail Ticket Booking System Class Diagram:
- Metro Attributes : metro_id, metro_name, metro_number, metro_seat_number, metro_ticket, metro_type, metro_description
- Routes Attributes : metro_route_id, metro_route_name, metro_route_type, metro_route_description
- Tickets Attributes : ticket_id, ticket_customer_id, ticket_type, ticket_date, ticket_description
- Fare Attributes : fare_id, fare_ticket_id, fare_title, fare_type, fare_description
- Booking Counter Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Stations Attributes : station_id, station_name, station_type, station_description
Classes and their methods of Metro Rail Ticket Booking System Class Diagram:
- Metro Methods : addMetro(), editMetro(), deleteMetro(), updateMetro(), saveMetro(), searchMetro()
- Routes Methods : addRoutes(), editRoutes(), deleteRoutes(), updateRoutes(), saveRoutes(), searchRoutes()
- Tickets Methods : addTickets(), editTickets(), deleteTickets(), updateTickets(), saveTickets(), searchTickets()
- Fare Methods : addFare(), editFare(), deleteFare(), updateFare(), saveFare(), searchFare()
- Booking Counter Methods : addBooking Counter(), editBooking Counter(), deleteBooking Counter(), updateBooking Counter(), saveBooking Counter(), searchBooking Counter()
- Stations Methods : addStations(), editStations(), deleteStations(), updateStations(), saveStations(), searchStations()
Class Diagram of Metro Rail Ticket Booking System :
Class Diagram Image: