-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathArg_Actions.qm
More file actions
60 lines (60 loc) · 1.73 KB
/
Copy pathArg_Actions.qm
File metadata and controls
60 lines (60 loc) · 1.73 KB
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
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<model version="5.2.2" links="0">
<framework name="qpc"/>
<package name="package1" stereotype="0x00">
<class name="Arg_Actions" superclass="qpc::QHsm">
<statechart properties="0x01">
<initial target="../1">
<initial_glyph conn="49,39,5,0,7,5">
<action box="0,-2,10,2"/>
</initial_glyph>
</initial>
<state name="S1">
<entry brief="s1Entry(); s1Entry2(); foo()"/>
<exit brief="s1Exit(); s1Exit2(); foo()"/>
<tran trig="EV1">
<choice target="../../../2">
<guard brief="g1(e)"/>
<choice_glyph conn="84,49,5,3,25,1,2">
<action box="8,-3,20,3"/>
</choice_glyph>
</choice>
<tran_glyph conn="70,49,1,-1,14">
<action box="4,-3,21,4"/>
</tran_glyph>
</tran>
<tran trig="EV2">
<choice target="../../../2">
<guard brief="g2()"/>
<choice_glyph conn="88,65,5,2,36,-4">
<action box="13,0,27,6"/>
</choice_glyph>
</choice>
<tran_glyph conn="60,58,2,-1,7,28">
<action box="8,4,19,5"/>
</tran_glyph>
</tran>
<state_glyph node="35,44,35,14">
<entry box="1,2,34,4"/>
<exit box="1,6,34,7"/>
</state_glyph>
</state>
<state name="S2">
<entry brief="s2Entry(); s2Entry2(); foo()"/>
<exit brief="s2Exit(); s2Exit2()"/>
<tran trig="EV1" target="../../1">
<action brief="a1(e); a2(); foo()"/>
<tran_glyph conn="111,55,3,1,-39,-1,-2">
<action box="-34,-3,41,4"/>
</tran_glyph>
</tran>
<state_glyph node="111,46,37,15">
<entry box="1,2,36,6"/>
<exit box="1,8,36,6"/>
</state_glyph>
</state>
<state_diagram size="258,137"/>
</statechart>
</class>
</package>
</model>