- <?xml version="1.1" ?>
- <diagram author="Sam Pieters" name="GlobalInputTest">
- <description>
- Check if a model receives input.
- </description>
- <inport name="Input"/>
- <class name="MainApp" default="true">
- <scxml initial="state1">
- <state id="state1">
- <transition event="input_event" target="../state2" />
- </state>
- <state id="state2" />
- </scxml>
- </class>
- </diagram>
|