- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Student Grading Ranking System Class Diagram describes the structure of a Student Grading Ranking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Student Grading Ranking System are Student, Exams, Registrations, Results, Grade, Merit List.
Classes of Student Grading Ranking System Class Diagram:
- Student Class : Manage all the operations of Student
- Exams Class : Manage all the operations of Exams
- 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 Grading Ranking System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Exams Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_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 Grading Ranking System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Exams Methods : addExams(), editExams(), deleteExams(), updateExams(), saveExams(), searchExams()
- 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 Grading Ranking System :
Class Diagram Image: