collections of examples of diagrams in UML.
---------
first of all, UML diagrams are a graphical way for software engineers to communicate with each others.
there are 2 types of UML diagrams:
1. Structural diagrams:
explain the structure of software.
examples of structural diagrams: class diagram, erd diagram.
2. Behavioural diagrams:
explain the process timelineof software.
examples of behavioural diagrams: sequence diagram, flowchart, state machine diagram.