Short
Don’t use Activities on an Activity Diagram
Purpose
Model useful and UML compliant Activity Diagrams
Detail
UML Activity Diagrams are often used to depict a certain flow of events. One of the reasons Activity Diagrams are so popular is because they are very similar to flow charts, something all of us know from long before UML even existed.
So lots of people start out enthusiastically to draw Activity Diagrams.
Lets say that we are modelling the checkout at a cash register of a store.… Read more