University Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 23, 2018

University Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of University Management System which shows the flows between the activity of Student, College, Course, Registration, Faculty. The main activity involved in this UML Activity Diagram of University Management System are as follows:

  • Student Activity
  • College Activity
  • Course Activity
  • Registration Activity
  • Faculty Activity

Features of the Activity UML diagram of University Management System

  • Admin User can search Student, view description of a selected Student, add Student, update Student and delete Student.
  • Its shows the activity flow of editing, adding and updating of College
  • User will be able to search and generate report of Course, Registration, Faculty
  • All objects such as ( Student, College, Faculty) are interlinked
  • Its shows the full description and flow of Student, Registration, Faculty, Course, College
University Management System Activity Diagram

University Management System Class Diagram

Posted By freeproject on August 2, 2017

University Management System Class Diagram describes the structure of a University Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the University Management System are Colleges, Students, Classes, Faculties, Courses, Registrations.

Classes of University Management System Class Diagram:

  • Colleges Class : Manage all the operations of Colleges
  • Students Class : Manage all the operations of Students
  • Classes Class : Manage all the operations of Classes
  • Faculties Class : Manage all the operations of Faculties
  • Courses Class : Manage all the operations of Courses
  • Registrations Class : Manage all the operations of Registrations

Classes and their attributes of University Management System Class Diagram:

  • Colleges Attributes : college_id, college_name, college_description, college_address,
  • Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Classes Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
  • Faculties Attributes : faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Courses Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Registrations Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description

Classes and their methods of University Management System Class Diagram:

  • Colleges Methods : addColleges(), editColleges(), deleteColleges(), updateColleges(), saveColleges(), searchColleges()
  • Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
  • Classes Methods : addClasses(), editClasses(), deleteClasses(), updateClasses(), saveClasses(), searchClasses()
  • Faculties Methods : addFaculties(), editFaculties(), deleteFaculties(), updateFaculties(), saveFaculties(), searchFaculties()
  • Courses Methods : addCourses(), editCourses(), deleteCourses(), updateCourses(), saveCourses(), searchCourses()
  • Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()

Class Diagram of University Management System :

Class Diagram Image: 
University Management System Class Diagram

University Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of University Management System which shows components, provided and required interfaces, ports, and relationships between the Course, Semester, College, Faculty and Registration. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). University Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of University Management System:

  • Course Component
  • Semester Component
  • College Component
  • Faculty Component
  • Registration Component

Featues of University Management System Component Diagram:

  • You can show the models the components of University Management System.
  • Model the database schema of University Management System
  • Model the executables of an application of University Management System
  • Model the system's source code of University Management System
Component Diagram: 

University Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of University Management System Entity. The entity-relationship diagram of University Management System shows all the visual instrument of database tables and the relations between Students, Faculties, Colleges, Registrations etc. It used structure data and to define the relationships between structured data groups of University Management System functionalities. The main entities of the University Management System are Colleges, Students, Classes, Faculties, Courses and Registrations.

University Management System entities and their attributes :

  • Colleges Entity : Attributes of Colleges are college_id, college_name, college_description, college_address,
  • Students Entity : Attributes of Students are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Classes Entity : Attributes of Classes are class_id, class_student_id, class_name, class_room, class_type, class_description
  • Faculties Entity : Attributes of Faculties are faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Courses Entity : Attributes of Courses are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Registrations Entity : Attributes of Registrations are registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description

Description of University Management System Database :

  • The details of Colleges is store into the Colleges tables respective with all tables
  • Each entity ( Registrations, Classes, Courses, Students, Colleges) contains primary key and unique keys.
  • The entity Classes, Courses has binded with Colleges, Students entities with foreign key
  • There is one-to-one and one-to-many relationships available between Courses, Faculties, Registrations, Colleges
  • All the entities Colleges, Courses, Classes, Registrations are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of University Management System tables for fast query execution.
University Management System ER Diagram

University Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of University Management System which shows the interaction between the objects of Student, Registration, College, Semester, Faculty. The instance of class objects involved in this UML Sequence Diagram of University Management System are as follows:

  • Student Object
  • Registration Object
  • College Object
  • Semester Object
  • Faculty Object

This is the UML sequence diagram of University Management System which shows the interaction between the objects of Student, Registration, College, Semester, Faculty. The instance of class objects involved in this UML Sequence Diagram of University Management System are as follows:

  • Student Object
  • Registration Object
  • College Object
  • Semester Object
  • Faculty Object

University Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of University Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of University Management System. The main actors of University Management System in this Use Case Diagram are: Super Admin, System User, Cashiers, Student, who perform the different type of use cases such as Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester, Manage Users and Full University Management System Operations. Major elements of the UML use case diagram of University Management System are shown on the picture below.

The relationships between and among the actors and the use cases of University Management System:

  • Super Admin Entity : Use cases of Super Admin are Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester, Manage Users and Full University Management System Operations
  • System User Entity : Use cases of System User are Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester
  • Cashiers Entity : Use cases of Cashiers are Check Adminssion, Add Admission, Create Fees Receipts, Collect Payments
  • Student Entity : Use cases of Student are Search Colleges, Request for Admission, Pay Fees

Use Case Diagram of University Management System :

University Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz