- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Railway Enquiry System Class Diagram describes the structure of a Railway Enquiry System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Railway Enquiry System are Trains, Timetable, Fare, Stations, Seats Availability, Routes.
Classes of Railway Enquiry System Class Diagram:
- Trains Class : Manage all the operations of Trains
- Timetable Class : Manage all the operations of Timetable
- Fare Class : Manage all the operations of Fare
- Stations Class : Manage all the operations of Stations
- Seats Availability Class : Manage all the operations of Seats Availability
- Routes Class : Manage all the operations of Routes
Classes and their attributes of Railway Enquiry System Class Diagram:
- Trains Attributes : train_id, train_name, train_number, train_seat_number, train_ticket, train_type, train_description
- Timetable Attributes : timetable_id, timetable_name, timetable_type, timetable_description timetable_t
- Fare Attributes : fare_id, fare_ticket_id, fare_title, fare_type, fare_description
- Stations Attributes : station_id, station_name, station_type, station_description
- Seats Availability Attributes : seat_id, seat_train_id, seat_customer_id, seat_number, seat_type, seat_description
- Routes Attributes : train_route_id, train_route_name, train_route_type, train_route_description
Classes and their methods of Railway Enquiry System Class Diagram:
- Trains Methods : addTrains(), editTrains(), deleteTrains(), updateTrains(), saveTrains(), searchTrains()
- Timetable Methods : addTimetable(), editTimetable(), deleteTimetable(), updateTimetable(), saveTimetable(), searchTimetable()
- Fare Methods : addFare(), editFare(), deleteFare(), updateFare(), saveFare(), searchFare()
- Stations Methods : addStations(), editStations(), deleteStations(), updateStations(), saveStations(), searchStations()
- Seats Availability Methods : addSeats Availability(), editSeats Availability(), deleteSeats Availability(), updateSeats Availability(), saveSeats Availability(), searchSeats Availability()
- Routes Methods : addRoutes(), editRoutes(), deleteRoutes(), updateRoutes(), saveRoutes(), searchRoutes()
Class Diagram of Railway Enquiry System :
Class Diagram Image: