3 — Sequence Diagrams
Purpose
[stub: sequence-diagrams]
Metadata
| Author | Amit Singh |
| Scope | low-level-design |
Local graph
Related notes
2 — Class Diagrams
How class diagrams capture a design's static structure — classes, attributes, methods, and the relationships between them — before any code gets written.
4 — State Diagrams
How state diagrams model an object's lifecycle as a finite set of states and transitions, useful for anything with a status field.
5 — Activity Diagrams
How activity diagrams map the control flow and branching logic of a workflow or business process, independent of any single class.
6 — Object Diagrams
How object diagrams snapshot a specific set of instances and their links at a point in time, useful for validating a class diagram against a concrete scenario.