Please enable JavaScript.
Coggle requires JavaScript to display documents.
UML Diagram (Structure Diagram (Class Diagram (Elements (class, interface,…
UML Diagram
Structure Diagram
Class Diagram
Use to show
-
features, constraints and relationships
-
-
-
Object Diagram
-
-
Notes
UML 2.5 standard hierachy of diagrams (see UML 2.5 diagrams overview), shows class diagrams and object diagrams as completely unrelated
Some other authoritative UML sources state that component diagrams are deployment diagrams containing only instance specifications are also special kinds of object diagrams
-
-
-
Component Diagram
Use to show
components, provided and required interfaces
-
-
-
-
Deployment Diagram
-
-
Notes
-
In UML 2.x artifacts are deployed to nodes, and artifacts could manifest (implement) components. Components are deployed to nodes indirectly through artifacts.
-
Behavior Diagram
Use Case Diagram
Use to show
a set of use cases that system can perform in collaboration to provide some observable and valuable results
-
-
Interaction Diagram
-
Communication Diagram
Use to show
the interaction between lifelines where the architecture of the internal and how this corresponds with the message passing is central
-
-
-
-