sccd.xml 650 B

123456789101112131415161718
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="NonDeterminismTest">
  3. <description>
  4. Test if nondeterminism works as expected. If two transitions fire, the first transition that is defined in the SCCDXML needs to fire.
  5. </description>
  6. <class name="MainApp" default="true">
  7. <scxml initial="Y">
  8. <state id="Y" initial="A">
  9. <state id="A">
  10. <transition target="../B" />
  11. <transition target="../C" />
  12. </state>
  13. <state id="B" />
  14. <state id="C" />
  15. </state>
  16. </scxml>
  17. </class>
  18. </diagram>