Request support for conditionals and other elements in state diagrams

0 votes
asked Nov 21, 2014 in To be sorted by anonymous

Currently the state diagrams are lacking support for:

  • conditionals
  • join
  • final state
  • history
  • ...

1 Answer

+2 votes
answered Dec 3, 2014 by Sardtok (180 points)

The final state exists. The syntax is the same as entry points:

SomeState --> [*]

Some of the other stuff would be interesting. Parts of it is currently possible, like conditionals. You could use the standard guard syntax:

SomeState --> OtherState : message [guard] / response

But perhaps you mean junctions in this case?

Junctions, exit points, etc. would be nice, though.

...