sccd.xml 454 B

123456789101112131415
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="GlobalInputTest">
  3. <description>
  4. Check if a model receives input.
  5. </description>
  6. <inport name="Input"/>
  7. <class name="MainApp" default="true">
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <transition event="input_event" target="../state2" />
  11. </state>
  12. <state id="state2" />
  13. </scxml>
  14. </class>
  15. </diagram>