-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMultiple_Actions.qm
49 lines (49 loc) · 1.39 KB
/
Multiple_Actions.qm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<model version="5.2.2" links="0">
<framework name="qpc"/>
<package name="package1" stereotype="0x00">
<class name="Multiple_Actions" superclass="qpc::QHsm">
<statechart properties="0x01">
<initial target="../1">
<initial_glyph conn="49,39,5,0,6,6">
<action box="0,-2,10,2"/>
</initial_glyph>
</initial>
<state name="S1">
<entry brief="s1Entry(); s1Entry2()"/>
<exit brief="s1Exit(); s1Exit2()"/>
<tran trig="EV1">
<choice target="../../../2">
<guard brief="g1()"/>
<choice_glyph conn="83,50,5,3,24">
<action box="8,-3,14,4"/>
</choice_glyph>
</choice>
<tran_glyph conn="69,50,1,-1,14">
<action box="4,-3,11,3"/>
</tran_glyph>
</tran>
<state_glyph node="48,45,21,14">
<entry box="1,2,19,3"/>
<exit box="1,5,14,3"/>
</state_glyph>
</state>
<state name="S2">
<entry brief="s2Entry(); s2Entry2()"/>
<exit brief="s2Exit(); s2Exit2()"/>
<tran trig="EV1" target="../../1">
<action brief="a1(); a2()"/>
<tran_glyph conn="107,55,3,1,-38">
<action box="-20,-3,19,5"/>
</tran_glyph>
</tran>
<state_glyph node="107,46,21,15">
<entry box="1,2,19,3"/>
<exit box="1,5,17,7"/>
</state_glyph>
</state>
<state_diagram size="258,137"/>
</statechart>
</class>
</package>
</model>