Common UML Diagrams in A Single Page: Diagram Type Purpose Who Uses

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 1

Common UML Diagrams in a single Page 1

Diagram Type Purpose Who Uses

To model the static view of an application.


Class Diagram Structural Can be directly mapped with object-oriented languages and thus widely used at the time of construction Developers
Base for component and deployment diagrams

Component diagrams can also be described as a static implementation view of a system


Component Diagram Structural Developers
These components are libraries, packages, files, etc.

Developers,
Package Diagram Structural To view components as logical container
Deployment Team
Deployment diagrams are used for describing the hardware components, where software components are
Deployment Diagram Structural Deployment
deployed
Business Analyst
A single use case diagram captures a particular functionality of a system highlighting association between
Solution Architect
Use-Case Diagram Behavioral use-cases.
Development Team
Show the interaction among the requirements and actors
Testing
Business Analyst
Solution Architect
Sequence Diagram Behavioral To model the flow of control by time sequence
Development Team
Testing
Business Analyst
The most important purpose of Statechart diagram is to model lifetime of an Solution Architect
State Diagram Behavioral
object from creation to termination the different states. Development
Testing
Business Analyst
Activity Diagram Behavioral Activity diagram is suitable for modeling the activity flow of the system
Solution Architect

You might also like