Lecrapouille/PlantUMLStatecharts

MultiDiGraph

Lecrapouille opened this issue · 0 comments

Implement multi edges:

First case:

  • A -> B: event1
  • A -> B: event2

Second case:

  • A : event evt1 / action1
  • A : event evt2 / action2

Examples:

  • Motor:
Stop <- Spinning : setSpeed(x) [ x == 0 ]
Stop <- Spinning : halt
  • Simple