sccd.xml 524 B

123456789101112131415
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="InputPrivatePortTest">
  3. <description>
  4. Classes could have a private port, check if this port can receive events.
  5. </description>
  6. <class name="MainApp" default="true">
  7. <inport name="priv_port"/>
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <transition port="priv_port" event="priv_event" target="../state2" />
  11. </state>
  12. <state id="state2" />
  13. </scxml>
  14. </class>
  15. </diagram>