2

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?

pittuzzo
  • 493
  • 8
  • 29
  • 1
    UML 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 Answers1

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