- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Exam Seating Management System Class Diagram describes the structure of a Exam Seating Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Exam Seating Management System are Student, Block, Room, Exam, Seat, Teacher.
Classes of Exam Seating Management System Class Diagram:
- Student Class : Manage all the operations of Student
- Block Class : Manage all the operations of Block
- Room Class : Manage all the operations of Room
- Exam Class : Manage all the operations of Exam
- Seat Class : Manage all the operations of Seat
- Teacher Class : Manage all the operations of Teacher
Classes and their attributes of Exam Seating Management System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Block Attributes : block_id, blocK_ room_id, block_number, block _description
- Room Attributes : room_id, room_exam_id, room_number, room_type, room_description
- Exam Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
- Seat Attributes : seat_id, seat_student_id, seat_exam_id, seat_number, seat_type, seat_description
- Teacher Attributes : teacher_id, teacher_exam_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
Classes and their methods of Exam Seating Management System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Block Methods : addBlock(), editBlock(), deleteBlock(), updateBlock(), saveBlock(), searchBlock()
- Room Methods : addRoom(), editRoom(), deleteRoom(), updateRoom(), saveRoom(), searchRoom()
- Exam Methods : addExam(), editExam(), deleteExam(), updateExam(), saveExam(), searchExam()
- Seat Methods : addSeat(), editSeat(), deleteSeat(), updateSeat(), saveSeat(), searchSeat()
- Teacher Methods : addTeacher(), editTeacher(), deleteTeacher(), updateTeacher(), saveTeacher(), searchTeacher()
Class Diagram of Exam Seating Management System :
Class Diagram Image: