Grokking the Object Oriented Design Interview
Vote
0% completed
Activity Diagrams
An activity diagram walks one flow from start to finish and shows where it branches. If a class diagram is a photograph of the design, an activity diagram is one path through it.
It is the diagram most like a flowchart, which makes it the easiest of the four to read and the easiest to draw badly.
The symbols
There are only six, and you have already met all of them in the case studies.
- Start. A filled black circle. Every diagram has exactly one.
- Action. A rounded rectangle with a verb phrase inside it. One step. "System calculates the total parking fee".
- **Flow
.....
.....
.....
Like the course? Get enrolled and start learning!