sccd.xml 478 B

123456789101112131415
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="AfterTransitionTest">
  3. <description>
  4. Check if a statechart transitions after a certain time.
  5. </description>
  6. <class name="MainApp" default="true">
  7. <scxml initial="state1">
  8. <state id="state1">
  9. <transition after="1" target="../state3"/>
  10. </state>
  11. <state id="state2" />
  12. <state id="state3" />
  13. </scxml>
  14. </class>
  15. </diagram>