with the OOP the software design can be easly described with a class diagram. But with the event-driven programming the class diagram is not very suitable. What is (if exists) the best description diagram for this different approach?
Asked
Active
Viewed 1,099 times
2
-
1UML isn't about class diagrams. Describing a model involves static and dynamic parts, both covered by UML. – qwerty_so Dec 18 '16 at 17:36
1 Answers
4
UML offers state machine and protocol state machine diagrams. In addition, UML offers signal receptions within activity diagrams.

Jim L.
- 6,177
- 3
- 21
- 47