tester.xml 950 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <diagram author="Yentl Van Tendeloo" name="Testing">
  3. <description>
  4. Testing
  5. </description>
  6. <class name="Testing" default="true">
  7. <scxml initial="A">
  8. <parallel id="A">
  9. <state id="B" initial="1">
  10. <onexit>
  11. <script>
  12. raise Exception("Should never leave!")
  13. </script>
  14. </onexit>
  15. <state id="1">
  16. <onentry>
  17. <raise event="Z"/>
  18. </onentry>
  19. </state>
  20. </state>
  21. <state id="D" initial="a">
  22. <state id="a"/>
  23. <state id="b"/>
  24. <transition event="Z" target="a"/>
  25. </state>
  26. </parallel>
  27. </scxml>
  28. </class>
  29. </diagram>