sccd.xml 832 B

123456789101112131415161718192021222324
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="ParallelStateTest">
  3. <description>
  4. Test if a parallel state is executed correctly.
  5. </description>
  6. <class name="MainApp" default="true">
  7. <scxml initial="state1">
  8. <parallel id="state1">
  9. <state id="state11">
  10. <state id="state11">
  11. <transition target="." after="0.05" />
  12. </state>
  13. </state>
  14. <state id="state12">
  15. <state id="state12">
  16. <transition target="." after="0.05" />
  17. </state>
  18. </state>
  19. <transition target="../end_parallel" />
  20. </parallel>
  21. <state id="end_parallel" />
  22. </scxml>
  23. </class>
  24. </diagram>