- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Parking System Class Diagram describes the structure of a Parking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Parking System are Parking Slots, Vehicles, Parking Fees, Duration, Types, Customers.
Classes of Parking System Class Diagram:
- Parking Slots Class : Manage all the operations of Parking Slots
- Vehicles Class : Manage all the operations of Vehicles
- Parking Fees Class : Manage all the operations of Parking Fees
- Duration Class : Manage all the operations of Duration
- Types Class : Manage all the operations of Types
- Customers Class : Manage all the operations of Customers
Classes and their attributes of Parking System Class Diagram:
- Parking Slots Attributes : parking_slot_id, parking_slot_car_id, parking_slot_type, parking_slot_description
- Vehicles Attributes : vehicle_id, vehicle_owner_id, vehicle_number, vehicle_company vehicle_type, vehicle_description
- Parking Fees Attributes : parking_fees_id, parking_fees_amount, parking_fees_type, parking_fees_description
- Duration Attributes : duration_id, duration_name, duration_time, duration_type, duration_description
- Types Attributes : type_id, type_name, type_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Classes and their methods of Parking System Class Diagram:
- Parking Slots Methods : addParking Slots(), editParking Slots(), deleteParking Slots(), updateParking Slots(), saveParking Slots(), searchParking Slots()
- Vehicles Methods : addVehicles(), editVehicles(), deleteVehicles(), updateVehicles(), saveVehicles(), searchVehicles()
- Parking Fees Methods : addParking Fees(), editParking Fees(), deleteParking Fees(), updateParking Fees(), saveParking Fees(), searchParking Fees()
- Duration Methods : addDuration(), editDuration(), deleteDuration(), updateDuration(), saveDuration(), searchDuration()
- Types Methods : addTypes(), editTypes(), deleteTypes(), updateTypes(), saveTypes(), searchTypes()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
Class Diagram of Parking System :
Class Diagram Image: