- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Farm Management System Class Diagram describes the structure of a Farm Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Farm Management System are Farm, Plants, Treatments, Medicines, Employees, Login.
Classes of Farm Management System Class Diagram:
- Farm Class : Manage all the operations of Farm
- Plants Class : Manage all the operations of Plants
- Treatments Class : Manage all the operations of Treatments
- Medicines Class : Manage all the operations of Medicines
- Employees Class : Manage all the operations of Employees
- Login Class : Manage all the operations of Login
Classes and their attributes of Farm Management System Class Diagram:
- Farm Attributes : farm_id, farm_name, farm_type, farm_description
- Plants Attributes : plant_id, plant_name, plant_type, plant_description
- Treatments Attributes : treatment_id, treatment_name, treatment_method, treatment_type, treatment_description
- Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Farm Management System Class Diagram:
- Farm Methods : addFarm(), editFarm(), deleteFarm(), updateFarm(), saveFarm(), searchFarm()
- Plants Methods : addPlants(), editPlants(), deletePlants(), updatePlants(), savePlants(), searchPlants()
- Treatments Methods : addTreatments(), editTreatments(), deleteTreatments(), updateTreatments(), saveTreatments(), searchTreatments()
- Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
Class Diagram of Farm Management System :
Class Diagram Image: