- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Pooling System Class Diagram describes the structure of a Car Pooling System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Pooling System are Cars, Pooling, Passengar, Car Routes, Bill, Drivers.
Classes of Car Pooling System Class Diagram:
- Cars Class : Manage all the operations of Cars
- Pooling Class : Manage all the operations of Pooling
- Passengar Class : Manage all the operations of Passengar
- Car Routes Class : Manage all the operations of Car Routes
- Bill Class : Manage all the operations of Bill
- Drivers Class : Manage all the operations of Drivers
Classes and their attributes of Car Pooling System Class Diagram:
- Cars Attributes : car_id, car_customer_id, car_number, car_company car_type, car_description
- Pooling Attributes : pooling_id, pooling_customer_id, pooling_driver_id, pooling_amount, pooling_payment, pooling_type, pooling_description
- Passengar Attributes : passenger_id, passenger_name, passenger_mobile, passenger_email, passenger_username, passenger_password, passenger_address
- Car Routes Attributes : car_route_id, car_route_name, car_route_type, car_route_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Drivers Attributes : driver_id, driver_name, driver_mobile, driver_email, driver_username, driver_password, driver_address, driver_licence
Classes and their methods of Car Pooling System Class Diagram:
- Cars Methods : addCars(), editCars(), deleteCars(), updateCars(), saveCars(), searchCars()
- Pooling Methods : addPooling(), editPooling(), deletePooling(), updatePooling(), savePooling(), searchPooling()
- Passengar Methods : addPassengar(), editPassengar(), deletePassengar(), updatePassengar(), savePassengar(), searchPassengar()
- Car Routes Methods : addCar Routes(), editCar Routes(), deleteCar Routes(), updateCar Routes(), saveCar Routes(), searchCar Routes()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
- Drivers Methods : addDrivers(), editDrivers(), deleteDrivers(), updateDrivers(), saveDrivers(), searchDrivers()
Class Diagram of Car Pooling System :
Class Diagram Image: