Add a new State Diagram Example

0 votes
asked Apr 1, 2015 in To be sorted by anonymous

First of all. Great software. Thank you.

I was looking for an example of a state diagram where one sub-state has a transition to sub-state of a different state. I couldn't find one so I think the following should be added to the example page for state diagrams:

@startuml

scale 350 width
 
state A {
  state X {
  }
  state Y {
  }
  X --> Z
}
 
state B {
  state Z {
  }
  Z --> Y
}
  
}
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...