Assignment (1)
Design an UML for College Management System including:
➢ Use Case Diagram
➢ Class Diagram
➢ Sequence Diagram
➢ Activity Diagram
➢ State Diagram
College Management System Class Diagram describes the structure of a College
Management System classes, their attributes, operations (or methods), and the
relationships among objects. The main classes of the College Management System are
Library, Books, Students, Issues, Managers, Branch.
Classes of College Management System Class Diagram:
• Library Class: Manage all the operations of Library
• Books Class: Manage all the operations of Books
• Students Class: Manage all the operations of Students
• Issues Class: Manage all the operations of Issues
• Managers Class: Manage all the operations of Managers
• Branch Class: Manage all the operations of Branch
Note that:
1- Admin User can search Courses, view description of a selected Courses, add
Courses, update Courses and delete Courses.
2- User will be able to search and generate report of Branches, Faculties, Login
3- All objects such as (Courses, College, Login) are interlinked
You can Assume any needed assumptions.