1234567891011121314151617181920212223 |
- <?xml version="1.0" ?>
- <test>
- <!-- fails because of race condition -->
- <statechart src="statechart_fig20_invar.xml">
- <override_semantics
- big_step_maximality="take_many"
- combo_step_maximality="take_many"
- assignment_memory_protocol="combo_step"/>
- </statechart>
- <input>
- <event port="in" name="start" time="0 d"/>
- </input>
- <output>
- <big_step>
- <event port="out" name="done">
- <param val="21"/>
- <param val="16"/>
- </event>
- </big_step>
- </output>
- </test>
|