Unified Modeling Language (UML)
Table of Contents
About
An UML depicts a system and how entity interact with each other.
UML is a collection of tools for analysis, design, and modeling
- software-based systems
- and/of processes
UML 2 has many types of diagrams.
A system could be:
- a website,
- an app,
- or a business process.
In the Unified Modeling Language (UML)
Related to data model
Articles Related
Diagram Type
Activity
An activity diagram helps to specify/ visualize life cycles of a business process
Class
Class diagrams add the behaviours of each entity to the model.