[go: up one dir, main page]

0% found this document useful (0 votes)
156 views3 pages

Uml Models: Use Case Diagram

UML Diagram for employee management system. it is a simple employee management system that is admin or the HR will upload the details of the employee and employee can view or access the data from website

Uploaded by

Kavya Muttur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
156 views3 pages

Uml Models: Use Case Diagram

UML Diagram for employee management system. it is a simple employee management system that is admin or the HR will upload the details of the employee and employee can view or access the data from website

Uploaded by

Kavya Muttur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

UML MODELS

Use Case Diagram:


Use case diagram is the combination of use cases of a system, a use case shows a single
function of the system. By looking at the use case diagram the stakeholder will known what
functionality the system have or will be included. They will know exactly who will be interacting
with system. And identify which functionality is excluded. This is the use case diagram for our
project.

Login

Recover password

Create employee and manage


details

HR manager Update details and maintain Employee


database

View profile

Sequence Diagram:
Sequence diagram is an interaction diagram that shows how process operate with one
another and in what order. It shows, as parallel vertical lines, different processes or objects that
live simultaneously, and as horizontally arrows, the message exchange between them in the order
which they occur. It is primarily used to show interaction between objects in the sequential order
that occur. Interaction means sending or receiving messages. So we have designed the following
sequence diagram.
Fig. Sequence diagram for HR manager

Fig. Sequence diagram for Employee


Class Diagram:
Class diagram is a static diagram which represents the static view of an application. Class
diagram is not only used for visualizing, describing and documenting different accepts of the
system but also for constructing executable code of the software application. The class diagram
describes the attributes and operations of a class and also the constrains imposed on the system.
It shows a collection of classes, interfaces, associations, collaborations and constraints. It is also
known as a structural diagram. The purpose of the class diagram is to model the static view of an
application.

Manager
Employee
+Name:string
+Name:string
Creates
+Age:sting
+Age:String
+Address: string
+Address:sting
+Phone:string
+Phone:string

View Account

Account

+Details:string

+projects:string

+department:string

‘’

You might also like