- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Examination Paper Repository System Class Diagram describes the structure of a Examination Paper Repository System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Examination Paper Repository System are Student, Exam, Staff, Paper, Subject, Class.
Classes of Examination Paper Repository System Class Diagram:
- Student Class : Manage all the operations of Student
- Exam Class : Manage all the operations of Exam
- Staff Class : Manage all the operations of Staff
- Paper Class : Manage all the operations of Paper
- Subject Class : Manage all the operations of Subject
- Class Class : Manage all the operations of Class
Classes and their attributes of Examination Paper Repository System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Exam Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
- Staff Attributes : staff_id, staff_name, staff_mobile, staff_email, staff_username, staff_password, staff_address
- Paper Attributes : paper_id, paper_exam_id, paper_subject, paper_time paper_name, paper_type, paper_description
- Subject Attributes : subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description
- Class Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
Classes and their methods of Examination Paper Repository System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Exam Methods : addExam(), editExam(), deleteExam(), updateExam(), saveExam(), searchExam()
- Staff Methods : addStaff(), editStaff(), deleteStaff(), updateStaff(), saveStaff(), searchStaff()
- Paper Methods : addPaper(), editPaper(), deletePaper(), updatePaper(), savePaper(), searchPaper()
- Subject Methods : addSubject(), editSubject(), deleteSubject(), updateSubject(), saveSubject(), searchSubject()
- Class Methods : addClass(), editClass(), deleteClass(), updateClass(), saveClass(), searchClass()
Class Diagram of Examination Paper Repository System :
Class Diagram Image: