123456789101112131415 |
- <?xml version="1.1" ?>
- <diagram author="Sam Pieters" name="InputPrivatePortTest">
- <description>
- Classes could have a private port, check if this port can receive events.
- </description>
- <class name="MainApp" default="true">
- <inport name="priv_port"/>
- <scxml initial="state1">
- <state id="state1">
- <transition port="priv_port" event="priv_event" target="../state2" />
- </state>
- <state id="state2" />
- </scxml>
- </class>
- </diagram>
|