- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Timetable Management System Class Diagram describes the structure of a Timetable Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Timetable Management System are Timetable, Attendance, Class, Student, Subject, Teacher.
Classes of Timetable Management System Class Diagram:
- Timetable Class : Manage all the operations of Timetable
- Attendance Class : Manage all the operations of Attendance
- Class Class : Manage all the operations of Class
- Student Class : Manage all the operations of Student
- Subject Class : Manage all the operations of Subject
- Teacher Class : Manage all the operations of Teacher
Classes and their attributes of Timetable Management System Class Diagram:
- Timetable Attributes : timetable_id, timetable_name, timetable_type, timetable_description timetable_t
- Attendance Attributes : attendance_id, attendance_student_id, attendance_type, attendance_description
- Class Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Subject Attributes : subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description
- Teacher Attributes : teacher_id, teacher_college_id, teacher_name, teacher_mobile, teacher_email, teacher_username, teacher_password, teacher_address
Classes and their methods of Timetable Management System Class Diagram:
- Timetable Methods : addTimetable(), editTimetable(), deleteTimetable(), updateTimetable(), saveTimetable(), searchTimetable()
- Attendance Methods : addAttendance(), editAttendance(), deleteAttendance(), updateAttendance(), saveAttendance(), searchAttendance()
- Class Methods : addClass(), editClass(), deleteClass(), updateClass(), saveClass(), searchClass()
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Subject Methods : addSubject(), editSubject(), deleteSubject(), updateSubject(), saveSubject(), searchSubject()
- Teacher Methods : addTeacher(), editTeacher(), deleteTeacher(), updateTeacher(), saveTeacher(), searchTeacher()
Class Diagram of Timetable Management System :
Class Diagram Image: