- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Institution Management System Class Diagram describes the structure of a Institution Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Institution Management System are Students, Courses, Registartion, Faculties, Branches, Fees.
Classes of Institution Management System Class Diagram:
- Students Class : Manage all the operations of Students
- Courses Class : Manage all the operations of Courses
- Registartion Class : Manage all the operations of Registartion
- Faculties Class : Manage all the operations of Faculties
- Branches Class : Manage all the operations of Branches
- Fees Class : Manage all the operations of Fees
Classes and their attributes of Institution Management System Class Diagram:
- Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Courses Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Registartion Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Faculties Attributes : faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
- Branches Attributes : branch_id, branch_name, branch_type, branch_city, branch_address
- Fees Attributes : fees_id, fees_amount, fees_type, fees_description
Classes and their methods of Institution Management System Class Diagram:
- Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
- Courses Methods : addCourses(), editCourses(), deleteCourses(), updateCourses(), saveCourses(), searchCourses()
- Registartion Methods : addRegistartion(), editRegistartion(), deleteRegistartion(), updateRegistartion(), saveRegistartion(), searchRegistartion()
- Faculties Methods : addFaculties(), editFaculties(), deleteFaculties(), updateFaculties(), saveFaculties(), searchFaculties()
- Branches Methods : addBranches(), editBranches(), deleteBranches(), updateBranches(), saveBranches(), searchBranches()
- Fees Methods : addFees(), editFees(), deleteFees(), updateFees(), saveFees(), searchFees()
Class Diagram of Institution Management System :
Class Diagram Image: