1234567891011121314151617181920212223 |
- <?xml version="1.0" ?>
- <test>
- <statechart src="statechart_enabledness.xml">
- <override_semantics
- big_step_maximality="take_many"
- input_event_lifeline="whole"
- enabledness_memory_protocol="combo_step"
- assignment_memory_protocol="combo_step"/>
- </statechart>
- <input>
- <input_event port="in" name="e" time="0 d"/>
- </input>
- <output>
- <big_step>
- <event port="out" name="inc"/>
- <event port="out" name="inc"/>
- <event port="out" name="inc"/>
- <event port="out" name="done"/>
- </big_step>
- </output>
- </test>
|