- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Student Counselling Management System Class Diagram describes the structure of a Student Counselling Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Student Counselling Management System are Student, Counsellings, Registrations, Results, Grade, Merit List.
Classes of Student Counselling Management System Class Diagram:
- Student Class : Manage all the operations of Student
- Counsellings Class : Manage all the operations of Counsellings
- Registrations Class : Manage all the operations of Registrations
- Results Class : Manage all the operations of Results
- Grade Class : Manage all the operations of Grade
- Merit List Class : Manage all the operations of Merit List
Classes and their attributes of Student Counselling Management System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Counsellings Attributes : counselling_id, counselling_name, counselling_type, counselling_description
- Registrations Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Results Attributes : result_id, result_student_id, result_name, result_description
- Grade Attributes : grade_id, grade_student_id, grade_name, grade_type, grade_description
- Merit List Attributes : merit_list_id, merit_list_student_id, merit_list_name, merit_list_type, merit_list_description
Classes and their methods of Student Counselling Management System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Counsellings Methods : addCounsellings(), editCounsellings(), deleteCounsellings(), updateCounsellings(), saveCounsellings(), searchCounsellings()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
- Results Methods : addResults(), editResults(), deleteResults(), updateResults(), saveResults(), searchResults()
- Grade Methods : addGrade(), editGrade(), deleteGrade(), updateGrade(), saveGrade(), searchGrade()
- Merit List Methods : addMerit List(), editMerit List(), deleteMerit List(), updateMerit List(), saveMerit List(), searchMerit List()
Class Diagram of Student Counselling Management System :
Class Diagram Image: