aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml')
-rw-r--r--Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml121
1 files changed, 121 insertions, 0 deletions
diff --git a/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml
new file mode 100644
index 00000000..1014385b
--- /dev/null
+++ b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/samples/simple1.gml
@@ -0,0 +1,121 @@
1Creator "yFiles"
2Version "2.16"
3graph
4[
5 hierarchic 1
6 label ""
7 directed 1
8 node
9 [
10 id 0
11 label "Statechart"
12 graphics
13 [
14 x 313.5
15 y 225.0
16 w 81.0
17 h 32.0
18 type "roundrectangle"
19 raisedBorder 0
20 fill "#FFCC00"
21 outline "#000000"
22 ]
23 LabelGraphics
24 [
25 text "Statechart"
26 fontSize 12
27 fontName "Dialog"
28 anchor "c"
29 ]
30 ]
31 node
32 [
33 id 1
34 label "Region0"
35 graphics
36 [
37 x -31.5
38 y 207.5
39 w 55.5
40 h 32.0
41 type "roundrectangle"
42 raisedBorder 0
43 fill "#FFCC00"
44 outline "#000000"
45 ]
46 LabelGraphics
47 [
48 text "Region0"
49 fontSize 12
50 fontName "Dialog"
51 anchor "c"
52 ]
53 ]
54 node
55 [
56 id 2
57 label "Region0"
58 graphics
59 [
60 x 313.5
61 y 440.0
62 w 55.5
63 h 32.0
64 type "roundrectangle"
65 raisedBorder 0
66 fill "#FFCC00"
67 outline "#000000"
68 ]
69 LabelGraphics
70 [
71 text "Region0"
72 fontSize 12
73 fontName "Dialog"
74 anchor "c"
75 ]
76 ]
77 edge
78 [
79 source 1
80 target 0
81 label "RefName"
82 graphics
83 [
84 fill "#000000"
85 targetArrow "standard"
86 ]
87 LabelGraphics
88 [
89 text "RefName"
90 fontSize 12
91 fontName "Dialog"
92 configuration "AutoFlippingLabel"
93 contentWidth 54.68359375
94 contentHeight 18.701171875
95 model "six_pos"
96 position "head"
97 ]
98 LabelGraphics
99 [
100 text "[2,3]"
101 fontSize 12
102 fontName "Dialog"
103 configuration "AutoFlippingLabel"
104 contentWidth 27.349609375
105 contentHeight 18.701171875
106 model "six_pos"
107 position "ttail"
108 ]
109 LabelGraphics
110 [
111 text "[0,1]"
112 fontSize 12
113 fontName "Dialog"
114 configuration "AutoFlippingLabel"
115 contentWidth 27.349609375
116 contentHeight 18.701171875
117 model "six_pos"
118 position "stail"
119 ]
120 ]
121]