sccd.xml 787 B

123456789101112131415161718192021
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="NonDeterminismTest">
  3. <description>
  4. Test if nondeterminism works as expected.
  5. There are two states defined in a composite that fire the same moment but these get resolved as the composite state also has an upper transition.
  6. </description>
  7. <class name="MainApp" default="true">
  8. <scxml initial="Y">
  9. <state id="Y" initial="A">
  10. <state id="A">
  11. <transition target="../B" />
  12. <transition target="../C" />
  13. </state>
  14. <state id="B" />
  15. <state id="C" />
  16. <transition target="../D" />
  17. </state>
  18. <state id="D" />
  19. </scxml>
  20. </class>
  21. </diagram>