cpee 1.3.119 → 1.3.120

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. data/cockpit/contrib/graph_example.svg +1166 -0
  2. data/cockpit/contrib/legend.svg +817 -0
  3. data/cockpit/contrib/tree_example.svg +788 -0
  4. data/cockpit/css/ui.css +41 -14
  5. data/cockpit/index.html +82 -35
  6. data/cockpit/js/instance.js +38 -28
  7. data/cockpit/js/ui.js +18 -1
  8. data/cockpit/js/wfadaptor.cpee.js +3 -20
  9. data/cockpit/lib/contextmenu.css +8 -2
  10. data/cockpit/lib/jquery.cookie.js +117 -0
  11. data/cockpit/lib/wfadaptor.css +4 -0
  12. data/cockpit/testsets/Concurrent.xml +2 -2
  13. data/cockpit/testsets/Coopis Testset.xml +39 -37
  14. data/cockpit/testsets/Endpoints and Data Manipulation.xml +14 -12
  15. data/cockpit/testsets/ICSOC Testset.xml +61 -59
  16. data/cockpit/testsets/Linear.xml +31 -29
  17. data/cockpit/testsets/Mangler 1.xml +57 -55
  18. data/cockpit/testsets/Mangler 2.xml +60 -58
  19. data/cockpit/testsets/RESCUE - Book Movie - Local.xml +68 -66
  20. data/cockpit/testsets/RESCUE - Book Movie.xml +68 -66
  21. data/cockpit/testsets/RESCUE - Loop-Parallel Injection.xml +61 -59
  22. data/cockpit/testsets/SOPROMO Test Sonification.xml +38 -36
  23. data/cockpit/testsets/Syncing P34 1.xml +31 -29
  24. data/cockpit/testsets/Syncing P34 2.xml +31 -29
  25. data/cockpit/testsets/Syncing P34 3.xml +31 -29
  26. data/cockpit/testsets/Syncing P34.xml +31 -29
  27. data/cockpit/testsets/TEST - Bad Loop.xml +129 -127
  28. data/cockpit/testsets/TEST - Wrong Positions.xml +142 -140
  29. data/cpee.gemspec +1 -1
  30. data/server/handlerwrappers/default.rb +13 -0
  31. data/server/resources/properties.init +3 -1
  32. data/server/resources/transformation_dslx.xsl +3 -0
  33. metadata +6 -6
  34. data/server/instances/1/notifications/9a9f296b8446be3ee15a99fbb94543dd/consumer-secret +0 -1
  35. data/server/instances/1/notifications/9a9f296b8446be3ee15a99fbb94543dd/producer-secret +0 -1
  36. data/server/instances/1/notifications/9a9f296b8446be3ee15a99fbb94543dd/subscription.xml +0 -27
  37. data/server/instances/1/properties.xml +0 -41
@@ -0,0 +1,788 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ version="1.1"
11
+ id="svg2"
12
+ inkscape:version="0.48+devel r12739"
13
+ width="100%"
14
+ height="100%"
15
+ sodipodi:docname="tree_example.svg">
16
+ <metadata
17
+ id="metadata177">
18
+ <rdf:RDF>
19
+ <cc:Work
20
+ rdf:about="">
21
+ <dc:format>image/svg+xml</dc:format>
22
+ <dc:type
23
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
24
+ <dc:title></dc:title>
25
+ </cc:Work>
26
+ </rdf:RDF>
27
+ </metadata>
28
+ <sodipodi:namedview
29
+ pagecolor="#ffffff"
30
+ bordercolor="#666666"
31
+ borderopacity="1"
32
+ objecttolerance="10"
33
+ gridtolerance="10"
34
+ guidetolerance="10"
35
+ inkscape:pageopacity="0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:window-width="640"
38
+ inkscape:window-height="480"
39
+ id="namedview175"
40
+ showgrid="true"
41
+ inkscape:zoom="3.5881183"
42
+ inkscape:cx="173.02464"
43
+ inkscape:cy="-1039.6575"
44
+ inkscape:current-layer="svg2"
45
+ inkscape:snap-intersection-paths="false"
46
+ inkscape:object-nodes="true"
47
+ inkscape:snap-smooth-nodes="true"
48
+ inkscape:snap-text-baseline="true"
49
+ inkscape:snap-grids="true"
50
+ inkscape:snap-center="false"
51
+ showguides="true"
52
+ inkscape:guide-bbox="true">
53
+ <inkscape:grid
54
+ type="xygrid"
55
+ id="grid3639" />
56
+ <sodipodi:guide
57
+ orientation="0,1"
58
+ position="-2,488"
59
+ id="guide4752" />
60
+ <sodipodi:guide
61
+ orientation="1,0"
62
+ position="15,630"
63
+ id="guide4773" />
64
+ </sodipodi:namedview>
65
+ <defs
66
+ id="defs4">
67
+ <!--{{{-->
68
+ <style
69
+ type="text/css"
70
+ id="style6"><![CDATA[
71
+ svg rect.injected {
72
+ fill: Highlight;
73
+ fill-opacity: 0.2;
74
+ }
75
+
76
+ svg path.ourline {
77
+ stroke-opacity: 0.9;
78
+ stroke:#000000;
79
+ stroke-width: 2;
80
+ fill: none;
81
+ }
82
+ svg rect.block {
83
+ stroke-width: 1;
84
+ stroke-dasharray: 3,5;
85
+ stroke: #000000;
86
+ fill: none;
87
+ }
88
+ svg circle.stand, svg rect.stand {
89
+ stroke:#000000;
90
+ stroke-width:2.06896567;
91
+ stroke-linecap:round;
92
+ stroke-linejoin:round;
93
+ stroke-miterlimit:4;
94
+ stroke-opacity:1;
95
+ stroke-dasharray:none;
96
+ }
97
+ svg text.normal {
98
+ font-size:20px;
99
+ font-style:normal;
100
+ font-variant:normal;
101
+ font-weight:bold;
102
+ font-stretch:normal;
103
+ text-align:center;
104
+ line-height:125%;
105
+ writing-mode:lr-tb;
106
+ text-anchor:middle;
107
+ color:#000000;
108
+ fill:#000000;
109
+ fill-opacity:1;
110
+ stroke:none;
111
+ font-family:Arial;
112
+ }
113
+
114
+ svg text.super {
115
+ font-size:11px;
116
+ font-style:normal;
117
+ font-variant:normal;
118
+ font-weight:bold;
119
+ font-stretch:normal;
120
+ text-align:center;
121
+ line-height:100%;
122
+ writing-mode:lr-tb;
123
+ text-anchor:left;
124
+ color:#000000;
125
+ fill:#000000;
126
+ fill-opacity:1;
127
+ stroke:none;
128
+ font-family:Arial;
129
+ }
130
+ svg tspan.active {
131
+ fill:#ff0000;
132
+ display: none;
133
+ }
134
+ svg tspan.vote {
135
+ fill:#73d216;
136
+ display: none;
137
+ }
138
+ svg tspan.colon {
139
+ display: none;
140
+ }
141
+ svg tspan.necessary {
142
+ display: inline;
143
+ }
144
+
145
+ svg text.normallarge {
146
+ font-size:25px;
147
+ font-style:normal;
148
+ font-variant:normal;
149
+ font-weight:bold;
150
+ font-stretch:normal;
151
+ text-align:center;
152
+ line-height:125%;
153
+ writing-mode:lr-tb;
154
+ text-anchor:middle;
155
+ color:#000000;
156
+ fill:#000000;
157
+ fill-opacity:1;
158
+ stroke:none;
159
+ font-family:Arial;
160
+ }
161
+ svg text.small {
162
+ font-size:14px;
163
+ font-style:normal;
164
+ font-variant:normal;
165
+ font-weight:bold;
166
+ font-stretch:normal;
167
+ text-align:center;
168
+ line-height:125%;
169
+ writing-mode:lr-tb;
170
+ text-anchor:middle;
171
+ color:#000000;
172
+ fill:#000000;
173
+ fill-opacity:1;
174
+ stroke:none;
175
+ font-family:Arial;
176
+ }
177
+
178
+ #arrow {
179
+ stroke: #000000;
180
+ stroke-width: 2;
181
+ fill: #000000;
182
+ }
183
+ ]]></style>
184
+ <!--}}}-->
185
+ <symbol
186
+ id="activity"
187
+ class="clickable">
188
+ <!-- {{{ -->
189
+ <rect
190
+ x="1"
191
+ y="1"
192
+ width="28"
193
+ height="28"
194
+ class="stand"
195
+ id="rect9" />
196
+ </symbol>
197
+ <!-- }}} -->
198
+ <symbol
199
+ id="activitymanipulate"
200
+ class="clickable">
201
+ <!-- {{{ -->
202
+ <rect
203
+ x="1"
204
+ y="1"
205
+ width="28"
206
+ height="28"
207
+ class="stand"
208
+ id="rect12" />
209
+ <circle
210
+ cx="28"
211
+ cy="28"
212
+ r="9"
213
+ class="stand"
214
+ id="circle14"
215
+ d="m 37,28 c 0,4.970563 -4.029437,9 -9,9 -4.970563,0 -9,-4.029437 -9,-9 0,-4.970563 4.029437,-9 9,-9 4.970563,0 9,4.029437 9,9 z" />
216
+ <text
217
+ class="small"
218
+ transform="translate(28, 32)"
219
+ id="text16">m</text>
220
+ </symbol>
221
+ <!-- }}} -->
222
+ <symbol
223
+ id="call"
224
+ class="clickable">
225
+ <!-- {{{ -->
226
+ <circle
227
+ cx="15"
228
+ cy="15"
229
+ r="14"
230
+ class="stand"
231
+ id="circle19" />
232
+ <text
233
+ class="normal"
234
+ transform="translate(15, 21)"
235
+ id="text21">c</text>
236
+ </symbol>
237
+ <!-- }}} -->
238
+ <symbol
239
+ id="manipulate"
240
+ class="clickable">
241
+ <!-- {{{ -->
242
+ <circle
243
+ cx="15"
244
+ cy="15"
245
+ r="14"
246
+ class="stand"
247
+ id="circle24"
248
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
249
+ <text
250
+ class="normal"
251
+ transform="translate(15, 21)"
252
+ id="text26">m</text>
253
+ </symbol>
254
+ <!-- }}} -->
255
+ <symbol
256
+ id="callmanipulate"
257
+ class="clickable">
258
+ <!-- {{{ -->
259
+ <circle
260
+ cx="15"
261
+ cy="15"
262
+ r="14"
263
+ class="stand"
264
+ id="circle29"
265
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
266
+ <text
267
+ class="normal"
268
+ transform="translate(15, 21)"
269
+ id="text31">c</text>
270
+ <circle
271
+ cx="28"
272
+ cy="28"
273
+ r="9"
274
+ class="stand"
275
+ id="circle33"
276
+ d="m 37,28 c 0,4.970563 -4.029437,9 -9,9 -4.970563,0 -9,-4.029437 -9,-9 0,-4.970563 4.029437,-9 9,-9 4.970563,0 9,4.029437 9,9 z" />
277
+ <text
278
+ class="small"
279
+ transform="translate(28, 32)"
280
+ id="text35">m</text>
281
+ </symbol>
282
+ <!-- }}} -->
283
+ <symbol
284
+ id="choose"
285
+ class="clickable">
286
+ <!-- {{{ -->
287
+ <circle
288
+ cx="15"
289
+ cy="15"
290
+ r="14"
291
+ class="stand"
292
+ id="circle38"
293
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
294
+ <text
295
+ class="normal"
296
+ transform="translate(15, 21)"
297
+ id="text40">σ</text>
298
+ </symbol>
299
+ <!-- }}} -->
300
+ <symbol
301
+ id="alternative"
302
+ class="clickable">
303
+ <!-- {{{ -->
304
+ <circle
305
+ cx="15"
306
+ cy="15"
307
+ r="14"
308
+ class="standwithout"
309
+ id="circle43"
310
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
311
+ <text
312
+ class="normal"
313
+ transform="translate(15, 20)"
314
+ id="text45">{..}</text>
315
+ </symbol>
316
+ <!-- }}} -->
317
+ <symbol
318
+ id="otherwise"
319
+ class="clickable">
320
+ <!-- {{{ -->
321
+ <circle
322
+ cx="15"
323
+ cy="15"
324
+ r="14"
325
+ class="standwithout"
326
+ id="circle48"
327
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
328
+ <text
329
+ class="normal"
330
+ transform="translate(15, 20)"
331
+ id="text50">{⁎}</text>
332
+ </symbol>
333
+ <!-- }}} -->
334
+ <symbol
335
+ id="parallel"
336
+ class="clickable">
337
+ <!-- {{{ -->
338
+ <circle
339
+ cx="15"
340
+ cy="15"
341
+ r="14"
342
+ class="stand"
343
+ id="circle53"
344
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
345
+ <text
346
+ class="normal"
347
+ transform="translate(15, 21)"
348
+ id="text55">||</text>
349
+ </symbol>
350
+ <!-- }}} -->
351
+ <symbol
352
+ id="parallel_branch"
353
+ class="clickable">
354
+ <!-- {{{ -->
355
+ <circle
356
+ cx="15"
357
+ cy="15"
358
+ r="14"
359
+ class="stand"
360
+ id="circle58"
361
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
362
+ <text
363
+ class="normal"
364
+ transform="translate(15, 21)"
365
+ id="text60">|</text>
366
+ </symbol>
367
+ <!-- }}} -->
368
+ <symbol
369
+ id="critical"
370
+ class="clickable">
371
+ <!-- {{{ -->
372
+ <circle
373
+ cx="15"
374
+ cy="15"
375
+ r="14"
376
+ class="stand"
377
+ id="circle63"
378
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
379
+ <text
380
+ class="normal"
381
+ transform="translate(15, 21)"
382
+ id="text65">⚠</text>
383
+ </symbol>
384
+ <!-- }}} -->
385
+ <symbol
386
+ id="loop"
387
+ class="clickable">
388
+ <!-- {{{ -->
389
+ <circle
390
+ cx="15"
391
+ cy="15"
392
+ r="14"
393
+ class="stand"
394
+ id="circle68"
395
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
396
+ <text
397
+ class="normallarge"
398
+ transform="translate(15, 24)"
399
+ id="text70">↺</text>
400
+ </symbol>
401
+ <!-- }}} -->
402
+ <symbol
403
+ id="end">
404
+ <!-- {{{ -->
405
+ <circle
406
+ cx="15"
407
+ cy="15"
408
+ r="14"
409
+ class="stand"
410
+ id="circle73"
411
+ d="M 29,15 C 29,22.731986 22.731986,29 15,29 7.2680135,29 1,22.731986 1,15 1,7.2680135 7.2680135,1 15,1 22.731986,1 29,7.2680135 29,15 Z" />
412
+ <circle
413
+ cx="15"
414
+ cy="15"
415
+ r="11"
416
+ class="stand"
417
+ id="circle75"
418
+ d="M 26,15 C 26,21.075132 21.075132,26 15,26 8.9248678,26 4,21.075132 4,15 4,8.9248678 8.9248678,4 15,4 21.075132,4 26,8.9248678 26,15 Z" />
419
+ <text
420
+ class="normal"
421
+ transform="translate(15, 21)"
422
+ id="text77">Ω</text>
423
+ </symbol>
424
+ <!-- }}} -->
425
+ <marker
426
+ id="arrow"
427
+ viewBox="0 0 10 10"
428
+ refX="24"
429
+ refY="5"
430
+ orient="auto"
431
+ markerUnits="strokeWidth"
432
+ markerWidth="4.5"
433
+ markerHeight="4.5">
434
+ <path
435
+ d="m 2 2 l 6 3 l -6 3 z"
436
+ id="path80" />
437
+ </marker>
438
+ </defs>
439
+ <text
440
+ xml:space="preserve"
441
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
442
+ x="15"
443
+ y="974"
444
+ id="text4769"
445
+ sodipodi:linespacing="100%"
446
+ inkscape:export-xdpi="300"
447
+ inkscape:export-ydpi="300"><tspan
448
+ sodipodi:role="line"
449
+ id="tspan4771"
450
+ x="15"
451
+ y="974">Tree Example:</tspan></text>
452
+ <ellipse
453
+ style="color:#000000;fill:#ffffff;fill-opacity:0.78431373;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
454
+ id="path4459-4"
455
+ inkscape:export-xdpi="300"
456
+ inkscape:export-ydpi="300"
457
+ cx="130"
458
+ cy="974"
459
+ rx="10"
460
+ ry="10.000001" />
461
+ <path
462
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
463
+ d="m 45,994 0,20 20,0 0,-20 z"
464
+ id="path3643-9"
465
+ inkscape:connector-curvature="0"
466
+ sodipodi:nodetypes="ccccc" />
467
+ <path
468
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
469
+ d="m 75,994 0,20 20,0 0,-20 z"
470
+ id="path3643-9-1"
471
+ inkscape:connector-curvature="0"
472
+ sodipodi:nodetypes="ccccc" />
473
+ <g
474
+ transform="translate(175,546.63782)"
475
+ id="g4605-1">
476
+ <path
477
+ sodipodi:nodetypes="ccccc"
478
+ inkscape:connector-curvature="0"
479
+ id="path3641-5-1"
480
+ d="m 25,447.36218 10,10 -10,10 -10,-10 z"
481
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
482
+ <path
483
+ sodipodi:open="true"
484
+ sodipodi:end="4.3284087"
485
+ sodipodi:start="5.0451287"
486
+ transform="matrix(0.12,0,0,0.11507724,22,410.361)"
487
+ d="m 35.88779,375.5202 a 33.333332,33.689835 0 1 1 -23.374918,0.60541"
488
+ sodipodi:ry="33.689835"
489
+ sodipodi:rx="33.333332"
490
+ sodipodi:cy="407.36218"
491
+ sodipodi:cx="25"
492
+ id="path4459-9-4"
493
+ style="color:#000000;fill:#ffffff;fill-opacity:0.78431373;fill-rule:evenodd;stroke:#000000;stroke-width:8.5097084;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
494
+ sodipodi:type="arc" />
495
+ <path
496
+ inkscape:connector-curvature="0"
497
+ id="path4505-7"
498
+ d="m 25.27398,452.93094 2.227621,0.19415 -1.046375,1.70444 z"
499
+ style="fill:#000000;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
500
+ <text
501
+ sodipodi:linespacing="100%"
502
+ id="text4532-4"
503
+ y="451.36218"
504
+ x="31"
505
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
506
+ xml:space="preserve"><tspan
507
+ style="font-size:7.5px"
508
+ y="451.36218"
509
+ x="31"
510
+ id="tspan4534-8"
511
+ sodipodi:role="line">post</tspan></text>
512
+ </g>
513
+ <path
514
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
515
+ d="m 175,1024 0,20 20,0 0,-20 z"
516
+ id="path3643-9-4"
517
+ inkscape:connector-curvature="0"
518
+ sodipodi:nodetypes="ccccc" />
519
+ <path
520
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
521
+ d="m 205,1024 0,20 20,0 0,-20 z"
522
+ id="path3643-9-1-4"
523
+ inkscape:connector-curvature="0"
524
+ sodipodi:nodetypes="ccccc" />
525
+ <g
526
+ id="g4600-3"
527
+ transform="translate(105,596.63782)">
528
+ <path
529
+ sodipodi:nodetypes="ccccc"
530
+ inkscape:connector-curvature="0"
531
+ id="path3641-4"
532
+ d="m 25,397.36218 10,10 -10,10 -10,-10 z"
533
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
534
+ <text
535
+ sodipodi:linespacing="100%"
536
+ id="text4461-8"
537
+ y="412.64661"
538
+ x="25"
539
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
540
+ xml:space="preserve"><tspan
541
+ y="412.64661"
542
+ x="25"
543
+ id="tspan4463-9"
544
+ sodipodi:role="line">+</tspan></text>
545
+ </g>
546
+ <path
547
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
548
+ d="M 120,974 55,994"
549
+ id="path4961"
550
+ inkscape:connector-curvature="0"
551
+ inkscape:export-xdpi="300"
552
+ inkscape:export-ydpi="300" />
553
+ <path
554
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
555
+ d="m 130,984 0,10"
556
+ id="path4963"
557
+ inkscape:connector-curvature="0"
558
+ inkscape:export-xdpi="300"
559
+ inkscape:export-ydpi="300" />
560
+ <path
561
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
562
+ d="M 120,976 85,994"
563
+ id="path4965"
564
+ inkscape:connector-curvature="0"
565
+ sodipodi:nodetypes="cc"
566
+ inkscape:export-xdpi="300"
567
+ inkscape:export-ydpi="300" />
568
+ <path
569
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
570
+ d="m 125,1009 -15,15"
571
+ id="path4967"
572
+ inkscape:connector-curvature="0"
573
+ inkscape:export-xdpi="300"
574
+ inkscape:export-ydpi="300"
575
+ sodipodi:nodetypes="cc" />
576
+ <path
577
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
578
+ d="m 135,1009 20,15"
579
+ id="path4969"
580
+ inkscape:connector-curvature="0"
581
+ inkscape:export-xdpi="300"
582
+ inkscape:export-ydpi="300"
583
+ sodipodi:nodetypes="cc" />
584
+ <path
585
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
586
+ d="m 140,974 60,20"
587
+ id="path4971"
588
+ inkscape:connector-curvature="0"
589
+ inkscape:export-xdpi="300"
590
+ inkscape:export-ydpi="300"
591
+ sodipodi:nodetypes="cc" />
592
+ <path
593
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
594
+ d="m 195,1009 -10,15"
595
+ id="path4973"
596
+ inkscape:connector-curvature="0"
597
+ inkscape:export-xdpi="300"
598
+ inkscape:export-ydpi="300" />
599
+ <path
600
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
601
+ d="m 205,1009 10,15"
602
+ id="path4975"
603
+ inkscape:connector-curvature="0"
604
+ inkscape:export-xdpi="300"
605
+ inkscape:export-ydpi="300" />
606
+ <text
607
+ xml:space="preserve"
608
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
609
+ x="55"
610
+ y="1009"
611
+ id="text4977"
612
+ sodipodi:linespacing="100%"
613
+ inkscape:export-xdpi="300"
614
+ inkscape:export-ydpi="300"><tspan
615
+ sodipodi:role="line"
616
+ id="tspan4979"
617
+ x="55"
618
+ y="1009">a</tspan></text>
619
+ <text
620
+ xml:space="preserve"
621
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
622
+ x="85"
623
+ y="1009"
624
+ id="text4981"
625
+ sodipodi:linespacing="100%"
626
+ inkscape:export-xdpi="300"
627
+ inkscape:export-ydpi="300"><tspan
628
+ sodipodi:role="line"
629
+ id="tspan4983"
630
+ x="85"
631
+ y="1009">b</tspan></text>
632
+ <g
633
+ id="g4198"
634
+ transform="translate(-20,30)">
635
+ <path
636
+ sodipodi:nodetypes="ccccc"
637
+ inkscape:connector-curvature="0"
638
+ id="path3643-9-4-8"
639
+ d="m 105,1024 0,20 20,0 0,-20 z"
640
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
641
+ <text
642
+ inkscape:export-ydpi="300"
643
+ inkscape:export-xdpi="300"
644
+ sodipodi:linespacing="100%"
645
+ id="text4985"
646
+ y="1039"
647
+ x="115"
648
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
649
+ xml:space="preserve"><tspan
650
+ y="1039"
651
+ x="115"
652
+ id="tspan4987"
653
+ sodipodi:role="line">c</tspan></text>
654
+ </g>
655
+ <g
656
+ id="g4203"
657
+ transform="translate(-20,30)">
658
+ <path
659
+ sodipodi:nodetypes="ccccc"
660
+ inkscape:connector-curvature="0"
661
+ id="path3643-9-1-4-4"
662
+ d="m 135,1024 0,20 20,0 0,-20 z"
663
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
664
+ <text
665
+ inkscape:export-ydpi="300"
666
+ inkscape:export-xdpi="300"
667
+ sodipodi:linespacing="100%"
668
+ id="text4989"
669
+ y="1039"
670
+ x="145"
671
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
672
+ xml:space="preserve"><tspan
673
+ y="1039"
674
+ x="145"
675
+ id="tspan4991"
676
+ sodipodi:role="line">d</tspan></text>
677
+ </g>
678
+ <text
679
+ xml:space="preserve"
680
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
681
+ x="185"
682
+ y="1039"
683
+ id="text4993"
684
+ sodipodi:linespacing="100%"
685
+ inkscape:export-xdpi="300"
686
+ inkscape:export-ydpi="300"><tspan
687
+ sodipodi:role="line"
688
+ id="tspan4995"
689
+ x="185"
690
+ y="1039">f</tspan></text>
691
+ <text
692
+ xml:space="preserve"
693
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
694
+ x="215"
695
+ y="1039"
696
+ id="text4997"
697
+ sodipodi:linespacing="100%"
698
+ inkscape:export-xdpi="300"
699
+ inkscape:export-ydpi="300"><tspan
700
+ sodipodi:role="line"
701
+ id="tspan4999"
702
+ x="215"
703
+ y="1039">g</tspan></text>
704
+ <g
705
+ id="g4600-3-2"
706
+ transform="translate(85,626.63782)">
707
+ <path
708
+ sodipodi:nodetypes="ccccc"
709
+ inkscape:connector-curvature="0"
710
+ id="path3641-4-4"
711
+ d="m 25,397.36218 10,10 -10,10 -10,-10 z"
712
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
713
+ <text
714
+ sodipodi:linespacing="100%"
715
+ id="text4461-8-4"
716
+ y="411.24402"
717
+ x="25"
718
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
719
+ xml:space="preserve"><tspan
720
+ y="411.24402"
721
+ x="25"
722
+ id="tspan4463-9-7"
723
+ sodipodi:role="line">|</tspan></text>
724
+ </g>
725
+ <g
726
+ id="g4600-3-2-7"
727
+ transform="translate(130,626.63782)">
728
+ <path
729
+ sodipodi:nodetypes="ccccc"
730
+ inkscape:connector-curvature="0"
731
+ id="path3641-4-4-0"
732
+ d="m 25,397.36218 10,10 -10,10 -10,-10 z"
733
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
734
+ <text
735
+ sodipodi:linespacing="100%"
736
+ id="text4461-8-4-7"
737
+ y="411.24402"
738
+ x="25"
739
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
740
+ xml:space="preserve"><tspan
741
+ y="411.24402"
742
+ x="25"
743
+ id="tspan4463-9-7-5"
744
+ sodipodi:role="line">|</tspan></text>
745
+ </g>
746
+ <path
747
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
748
+ d="m 105,1039 -9.99999,14.9999"
749
+ id="path4967-9"
750
+ inkscape:connector-curvature="0"
751
+ inkscape:export-xdpi="300"
752
+ inkscape:export-ydpi="300" />
753
+ <path
754
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
755
+ d="m 115,1039 10,14.9999"
756
+ id="path4969-0"
757
+ inkscape:connector-curvature="0"
758
+ inkscape:export-xdpi="300"
759
+ inkscape:export-ydpi="300" />
760
+ <g
761
+ id="g4203-5"
762
+ transform="translate(10,30)">
763
+ <path
764
+ sodipodi:nodetypes="ccccc"
765
+ inkscape:connector-curvature="0"
766
+ id="path3643-9-1-4-4-9"
767
+ d="m 135,1024 0,20 20,0 0,-20 z"
768
+ style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
769
+ <text
770
+ inkscape:export-ydpi="300"
771
+ inkscape:export-xdpi="300"
772
+ sodipodi:linespacing="100%"
773
+ id="text4989-0"
774
+ y="1039"
775
+ x="145"
776
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
777
+ xml:space="preserve"><tspan
778
+ y="1039"
779
+ x="145"
780
+ id="tspan4991-7"
781
+ sodipodi:role="line">e</tspan></text>
782
+ </g>
783
+ <path
784
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
785
+ d="m 155,1044 0,10"
786
+ id="path4274"
787
+ inkscape:connector-curvature="0" />
788
+ </svg>