10 common UML diagrams
2024-11-18 11:09:22 0 Report
Login to view full content
Other creations by the author
Outline/Content
Structure-Behavior Diagram
Class diagram
Describe the static structure of classes in the system.
Object diagram
The state of multiple objects in the system at a certain moment
Component diagram
A special UML diagram to describe the static implementation view of the system
Deployment diagram
Define the physical architecture of hardware and software in the system
Use Case Diagram
Describe system functions from the user's perspective.
Package Diagram
A package is a UML structure that allows you to organize model elements such as use cases or classes into groups.
Dynamic Behavior Diagram
Sequence Diagram
The dynamic collaborative relationship between objects, emphasizing the order in which objects send messages, while also showing the interaction between objects.
Collaboration diagram
Describe the assistive relationship between objects.
State diagram
Describe the state-to-state control flow, commonly used for dynamic feature modeling
Activity Diagram
Describes the workflow of the business implementation use case
Collect
Collect
Collect
Collect
0 Comments
Next page