- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Coach Management System Class Diagram describes the structure of a Coach Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Coach Management System are Coach, Coach Number, Passenger, Train, Seat, Report.
Classes of Coach Management System Class Diagram:
- Coach Class : Manage all the operations of Coach
- Coach Number Class : Manage all the operations of Coach Number
- Passenger Class : Manage all the operations of Passenger
- Train Class : Manage all the operations of Train
- Seat Class : Manage all the operations of Seat
- Report Class : Manage all the operations of Report
Classes and their attributes of Coach Management System Class Diagram:
- Coach Attributes : coach_id, coach_number, coach_type, coach_description
- Coach Number Attributes : coach_number_id, coach_number_type, coach_number_description
- Passenger Attributes : passenger_id, passenger_name, passenger_mobile, passenger_email, passenger_username, passenger_password, passenger_address
- Train Attributes : train_id, train_name, train_number, train_seat_number, train_ticket, train_type, train_description
- Seat Attributes : seat_id, seat_bus_id, seat_customer_id, seat_number, seat_type, seat_description
- Report Attributes : report_id, report_title, report_type, report_description
Classes and their methods of Coach Management System Class Diagram:
- Coach Methods : addCoach(), editCoach(), deleteCoach(), updateCoach(), saveCoach(), searchCoach()
- Coach Number Methods : addCoach Number(), editCoach Number(), deleteCoach Number(), updateCoach Number(), saveCoach Number(), searchCoach Number()
- Passenger Methods : addPassenger(), editPassenger(), deletePassenger(), updatePassenger(), savePassenger(), searchPassenger()
- Train Methods : addTrain(), editTrain(), deleteTrain(), updateTrain(), saveTrain(), searchTrain()
- Seat Methods : addSeat(), editSeat(), deleteSeat(), updateSeat(), saveSeat(), searchSeat()
- Report Methods : addReport(), editReport(), deleteReport(), updateReport(), saveReport(), searchReport()
Class Diagram of Coach Management System :
Class Diagram Image: