- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Laboratory Management System Class Diagram describes the structure of a Laboratory Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Laboratory Management System are Student, Lab, Report, Update, Complete Information, Point.
Classes of Laboratory Management System Class Diagram:
- Student Class : Manage all the operations of Student
- Lab Class : Manage all the operations of Lab
- Report Class : Manage all the operations of Report
- Update Class : Manage all the operations of Update
- Complete Information Class : Manage all the operations of Complete Information
- Point Class : Manage all the operations of Point
Classes and their attributes of Laboratory Management System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Lab Attributes : lab_id, lab_name, lab_type, lab_description
- Report Attributes : report_id, report_name, report_type, report_description
- Update Attributes : update_id, update_name, update_type, update_description
- Complete Information Attributes : information_id, information_name, information_type, information_description
- Point Attributes : point_id, point_title, point_type, point_description
Classes and their methods of Laboratory Management System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Lab Methods : addLab(), editLab(), deleteLab(), updateLab(), saveLab(), searchLab()
- Report Methods : addReport(), editReport(), deleteReport(), updateReport(), saveReport(), searchReport()
- Update Methods : addUpdate(), editUpdate(), deleteUpdate(), updateUpdate(), saveUpdate(), searchUpdate()
- Complete Information Methods : addComplete Information(), editComplete Information(), deleteComplete Information(), updateComplete Information(), saveComplete Information(), searchComplete Information()
- Point Methods : addPoint(), editPoint(), deletePoint(), updatePoint(), savePoint(), searchPoint()
Class Diagram of Laboratory Management System :
Class Diagram Image: