Unified Modeling Language Diagrams: Structural Model View
Unified Modeling Language Diagrams: Structural Model View
The unified modeling language allows the software engineer to express an analysis model
using the modeling notation that is governed by a set of syntactic semantic and pragmatic
rules.
A UML system is represented using five different views that describe the system from
distinctly different perspective. Each view is defined by a set of diagram, which is as follows.
ii. The analysis representation describes a usage scenario from the end-users
perspective.
Structural model view
In this model the data and functionality are arrived from inside the system.
It represents the dynamic of behavioral as parts of the system, depicting the interactions of
collection between various structural elements described in the user model and structural
model view.
In this the structural and behavioral as parts of the system are represented as they are to be
built.
In this the structural and behavioral aspects of the environment in which the system is to be
implemented are represented.
UML Analysis modeling, which focuses on the user model and structural model views of
the system.
Actors are external entities that interact with the system. Examples of actors include users like
administrator, bank customer …etc., or another system like central database.
SYSTEM NAME
Use case 1
Use case 2
Acto Acto
r r
Use case n
USECASE FOR ADMIN
Home Page
Login Page
Admin Home
Page
Add/Delete Dept
Add/Delete
Employee
Add / Delete
Admi Leave
Leave Checking
Leave Sanction
Monthly Leave
Trans
Yearly Leave
Register Employee
Trans
Repor
Search
Search for Employee
Employee
Search
SearchforLeave
Status
Search
Searchfor Dept
Products
Home Page
Login Page
Employee Home
Page
Change Password
Check Leave
Status
Leave Sanction
Status
Update Info
Search for Employee
SEQUENCE DIAGRAMS
Sequence Diagrams Represent the objects participating the interaction horizontally and time
vertically.
SEQUENCE DIAGRAM 1
Press login
button
Validate if
If No Come Back to Home NO
Page
Tim
e
SEQUENCE DIAGRAM 2
Employee
Use URL
Press login button
Validate if NO
If No Come Back to Home Page
Time
SEQUENCE DIAGRAM FOR ADDING EMPLOYEE