| 1234567891011121314151617 |
- <?xml version="1.1" ?>
- <diagram author="Sam Pieters" name="GlobalTimedOutputTest">
- <description>
- Check if the model raises a timed output.
- </description>
- <outport name="Outport"/>
- <class name="MainApp" default="true">
- <scxml initial="state1">
- <state id="state1">
- <transition after="0.57" target="../state2">
- <raise port="Outport" event="output_event" />
- </transition>
- </state>
- <state id="state2" />
- </scxml>
- </class>
- </diagram>
|