sccd.xml 553 B

12345678910111213141516
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="GlobalInputCheckTest">
  3. <description>
  4. Check if the model receives input from the right port and not from just any port.
  5. </description>
  6. <inport name="FalseInput"/>
  7. <inport name="Input"/>
  8. <class name="MainApp" default="true">
  9. <scxml initial="state1">
  10. <state id="state1">
  11. <transition port="Input" event="input_event" target="../state2" />
  12. </state>
  13. <state id="state2" />
  14. </scxml>
  15. </class>
  16. </diagram>