drawio_dsl 0.11.2 → 0.11.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/config/configuration.json +299 -36
  4. data/docs/domain_model.drawio +89 -89
  5. data/docs/domain_model.json +267 -267
  6. data/docs/printspeak-architecture-controllers-custom.drawio +9 -9
  7. data/docs/printspeak-architecture-controllers.drawio +47 -47
  8. data/docs/printspeak-architecture-generator-custom.drawio +16 -10
  9. data/docs/printspeak-architecture-generator.drawio +268 -0
  10. data/docs/project-plan/project.drawio +107 -80
  11. data/docs/project-plan/project_done.svg +1 -1
  12. data/docs/project-plan/project_in_progress.svg +1 -1
  13. data/docs/project-plan/project_todo.svg +1 -1
  14. data/docs/tailwind_domain_model-custom.drawio +104 -0
  15. data/docs/tailwind_domain_model.json +288 -0
  16. data/docs/tailwind_domain_model.svg +3 -0
  17. data/lib/drawio_dsl/configuration.rb +52 -5
  18. data/lib/drawio_dsl/dom_builder_shapes.rb +78 -0
  19. data/lib/drawio_dsl/drawio_extensions_active.rb +1 -0
  20. data/lib/drawio_dsl/drawio_shapes.rb +121 -43
  21. data/lib/drawio_dsl/schema/_.rb +13 -0
  22. data/lib/drawio_dsl/schema/line.rb +44 -2
  23. data/lib/drawio_dsl/schema/lines/dash.rb +9 -0
  24. data/lib/drawio_dsl/schema/lines/dash24.rb +9 -0
  25. data/lib/drawio_dsl/schema/lines/dash32.rb +9 -0
  26. data/lib/drawio_dsl/schema/lines/dash44.rb +9 -0
  27. data/lib/drawio_dsl/schema/lines/dash_dot.rb +9 -0
  28. data/lib/drawio_dsl/schema/lines/dash_dot_dot.rb +9 -0
  29. data/lib/drawio_dsl/schema/lines/dash_long_dash.rb +9 -0
  30. data/lib/drawio_dsl/schema/lines/dot.rb +9 -0
  31. data/lib/drawio_dsl/schema/lines/dot_dot_dot.rb +9 -0
  32. data/lib/drawio_dsl/schema/lines/double.rb +9 -0
  33. data/lib/drawio_dsl/schema/lines/double_dash.rb +9 -0
  34. data/lib/drawio_dsl/schema/lines/double_dot.rb +9 -0
  35. data/lib/drawio_dsl/schema/lines/long_dash.rb +9 -0
  36. data/lib/drawio_dsl/schema/shape.rb +6 -1
  37. data/lib/drawio_dsl/version.rb +1 -1
  38. data/package-lock.json +2 -2
  39. data/package.json +1 -1
  40. metadata +19 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "host": "HgG",
2
+ "host": "fho",
3
3
  "theme": "style_04",
4
4
  "palette": {
5
5
  "fill_color": "#ffe6cc",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "pages": [
19
19
  {
20
- "id": "xOp",
20
+ "id": "rcu",
21
21
  "name": "Domain Modal",
22
22
  "position_x": 1620,
23
23
  "position_y": 1290,
@@ -56,22 +56,22 @@
56
56
  },
57
57
  "nodes": [
58
58
  {
59
- "id": "page_root_xOp",
60
- "parent_id": "xOp",
59
+ "id": "page_root_rcu",
60
+ "parent_id": "rcu",
61
61
  "classification": "anchor",
62
- "type": "page_root",
62
+ "key": "page_root",
63
63
  "nodes": [
64
64
  {
65
- "id": "node_root_xOp",
66
- "parent_id": "page_root_xOp",
65
+ "id": "node_root_rcu",
66
+ "parent_id": "page_root_rcu",
67
67
  "classification": "anchor",
68
- "type": "node_root",
68
+ "key": "node_root",
69
69
  "nodes": [
70
70
  {
71
71
  "id": "rule-2",
72
- "parent_id": "node_root_xOp",
72
+ "parent_id": "node_root_rcu",
73
73
  "classification": "layout_rule",
74
- "type": "grid_layout",
74
+ "key": "grid_layout",
75
75
  "anchor_x": 0,
76
76
  "anchor_y": 0,
77
77
  "direction": "horizontal",
@@ -81,10 +81,10 @@
81
81
  "cell_no": 6
82
82
  },
83
83
  {
84
- "id": "xOp-2",
85
- "parent_id": "node_root_xOp",
84
+ "id": "rcu-2",
85
+ "parent_id": "node_root_rcu",
86
86
  "classification": "shape",
87
- "type": "square",
87
+ "key": "square",
88
88
  "x": 10,
89
89
  "y": 10,
90
90
  "w": 160,
@@ -92,10 +92,10 @@
92
92
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
93
93
  },
94
94
  {
95
- "id": "xOp-3",
96
- "parent_id": "node_root_xOp",
95
+ "id": "rcu-3",
96
+ "parent_id": "node_root_rcu",
97
97
  "classification": "shape",
98
- "type": "klass",
98
+ "key": "klass",
99
99
  "x": 190,
100
100
  "y": 10,
101
101
  "w": 160,
@@ -103,10 +103,10 @@
103
103
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
104
104
  },
105
105
  {
106
- "id": "xOp-4",
107
- "parent_id": "node_root_xOp",
106
+ "id": "rcu-4",
107
+ "parent_id": "node_root_rcu",
108
108
  "classification": "shape",
109
- "type": "klass",
109
+ "key": "klass",
110
110
  "x": 370,
111
111
  "y": 10,
112
112
  "w": 160,
@@ -114,10 +114,10 @@
114
114
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
115
115
  },
116
116
  {
117
- "id": "xOp-5",
118
- "parent_id": "node_root_xOp",
117
+ "id": "rcu-5",
118
+ "parent_id": "node_root_rcu",
119
119
  "classification": "shape",
120
- "type": "klass",
120
+ "key": "klass",
121
121
  "x": 550,
122
122
  "y": 10,
123
123
  "w": 160,
@@ -125,10 +125,10 @@
125
125
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
126
126
  },
127
127
  {
128
- "id": "xOp-6",
129
- "parent_id": "node_root_xOp",
128
+ "id": "rcu-6",
129
+ "parent_id": "node_root_rcu",
130
130
  "classification": "shape",
131
- "type": "interface",
131
+ "key": "interface",
132
132
  "x": 730,
133
133
  "y": 10,
134
134
  "w": 160,
@@ -136,10 +136,10 @@
136
136
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
137
137
  },
138
138
  {
139
- "id": "xOp-7",
140
- "parent_id": "node_root_xOp",
139
+ "id": "rcu-7",
140
+ "parent_id": "node_root_rcu",
141
141
  "classification": "shape",
142
- "type": "interface",
142
+ "key": "interface",
143
143
  "x": 910,
144
144
  "y": 10,
145
145
  "w": 160,
@@ -147,10 +147,10 @@
147
147
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
148
148
  },
149
149
  {
150
- "id": "xOp-8",
151
- "parent_id": "node_root_xOp",
150
+ "id": "rcu-8",
151
+ "parent_id": "node_root_rcu",
152
152
  "classification": "shape",
153
- "type": "interface",
153
+ "key": "interface",
154
154
  "x": 10,
155
155
  "y": 190,
156
156
  "w": 160,
@@ -158,10 +158,10 @@
158
158
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
159
159
  },
160
160
  {
161
- "id": "xOp-9",
162
- "parent_id": "node_root_xOp",
161
+ "id": "rcu-9",
162
+ "parent_id": "node_root_rcu",
163
163
  "classification": "shape",
164
- "type": "square",
164
+ "key": "square",
165
165
  "x": 190,
166
166
  "y": 190,
167
167
  "w": 160,
@@ -169,10 +169,10 @@
169
169
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
170
170
  },
171
171
  {
172
- "id": "xOp-10",
173
- "parent_id": "node_root_xOp",
172
+ "id": "rcu-10",
173
+ "parent_id": "node_root_rcu",
174
174
  "classification": "shape",
175
- "type": "klass",
175
+ "key": "klass",
176
176
  "x": 370,
177
177
  "y": 190,
178
178
  "w": 160,
@@ -180,10 +180,10 @@
180
180
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
181
181
  },
182
182
  {
183
- "id": "xOp-11",
184
- "parent_id": "node_root_xOp",
183
+ "id": "rcu-11",
184
+ "parent_id": "node_root_rcu",
185
185
  "classification": "shape",
186
- "type": "interface",
186
+ "key": "interface",
187
187
  "x": 550,
188
188
  "y": 190,
189
189
  "w": 160,
@@ -191,10 +191,10 @@
191
191
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
192
192
  },
193
193
  {
194
- "id": "xOp-12",
195
- "parent_id": "node_root_xOp",
194
+ "id": "rcu-12",
195
+ "parent_id": "node_root_rcu",
196
196
  "classification": "shape",
197
- "type": "square",
197
+ "key": "square",
198
198
  "x": 730,
199
199
  "y": 190,
200
200
  "w": 160,
@@ -202,10 +202,10 @@
202
202
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
203
203
  },
204
204
  {
205
- "id": "xOp-13",
206
- "parent_id": "node_root_xOp",
205
+ "id": "rcu-13",
206
+ "parent_id": "node_root_rcu",
207
207
  "classification": "shape",
208
- "type": "klass",
208
+ "key": "klass",
209
209
  "x": 910,
210
210
  "y": 190,
211
211
  "w": 160,
@@ -213,10 +213,10 @@
213
213
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
214
214
  },
215
215
  {
216
- "id": "xOp-14",
217
- "parent_id": "node_root_xOp",
216
+ "id": "rcu-14",
217
+ "parent_id": "node_root_rcu",
218
218
  "classification": "shape",
219
- "type": "klass",
219
+ "key": "klass",
220
220
  "x": 10,
221
221
  "y": 370,
222
222
  "w": 160,
@@ -224,10 +224,10 @@
224
224
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
225
225
  },
226
226
  {
227
- "id": "xOp-15",
228
- "parent_id": "node_root_xOp",
227
+ "id": "rcu-15",
228
+ "parent_id": "node_root_rcu",
229
229
  "classification": "shape",
230
- "type": "interface",
230
+ "key": "interface",
231
231
  "x": 190,
232
232
  "y": 370,
233
233
  "w": 160,
@@ -235,10 +235,10 @@
235
235
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
236
236
  },
237
237
  {
238
- "id": "xOp-16",
239
- "parent_id": "node_root_xOp",
238
+ "id": "rcu-16",
239
+ "parent_id": "node_root_rcu",
240
240
  "classification": "shape",
241
- "type": "square",
241
+ "key": "square",
242
242
  "x": 370,
243
243
  "y": 370,
244
244
  "w": 160,
@@ -246,10 +246,10 @@
246
246
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
247
247
  },
248
248
  {
249
- "id": "xOp-17",
250
- "parent_id": "node_root_xOp",
249
+ "id": "rcu-17",
250
+ "parent_id": "node_root_rcu",
251
251
  "classification": "shape",
252
- "type": "klass",
252
+ "key": "klass",
253
253
  "x": 550,
254
254
  "y": 370,
255
255
  "w": 160,
@@ -257,10 +257,10 @@
257
257
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
258
258
  },
259
259
  {
260
- "id": "xOp-18",
261
- "parent_id": "node_root_xOp",
260
+ "id": "rcu-18",
261
+ "parent_id": "node_root_rcu",
262
262
  "classification": "shape",
263
- "type": "interface",
263
+ "key": "interface",
264
264
  "x": 730,
265
265
  "y": 370,
266
266
  "w": 160,
@@ -268,10 +268,10 @@
268
268
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
269
269
  },
270
270
  {
271
- "id": "xOp-19",
272
- "parent_id": "node_root_xOp",
271
+ "id": "rcu-19",
272
+ "parent_id": "node_root_rcu",
273
273
  "classification": "shape",
274
- "type": "klass",
274
+ "key": "klass",
275
275
  "x": 910,
276
276
  "y": 370,
277
277
  "w": 160,
@@ -279,10 +279,10 @@
279
279
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
280
280
  },
281
281
  {
282
- "id": "xOp-20",
283
- "parent_id": "node_root_xOp",
282
+ "id": "rcu-20",
283
+ "parent_id": "node_root_rcu",
284
284
  "classification": "shape",
285
- "type": "klass",
285
+ "key": "klass",
286
286
  "x": 10,
287
287
  "y": 550,
288
288
  "w": 160,
@@ -290,10 +290,10 @@
290
290
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
291
291
  },
292
292
  {
293
- "id": "xOp-21",
294
- "parent_id": "node_root_xOp",
293
+ "id": "rcu-21",
294
+ "parent_id": "node_root_rcu",
295
295
  "classification": "shape",
296
- "type": "square",
296
+ "key": "square",
297
297
  "x": 190,
298
298
  "y": 550,
299
299
  "w": 160,
@@ -301,10 +301,10 @@
301
301
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
302
302
  },
303
303
  {
304
- "id": "xOp-22",
305
- "parent_id": "node_root_xOp",
304
+ "id": "rcu-22",
305
+ "parent_id": "node_root_rcu",
306
306
  "classification": "shape",
307
- "type": "klass",
307
+ "key": "klass",
308
308
  "x": 370,
309
309
  "y": 550,
310
310
  "w": 160,
@@ -312,10 +312,10 @@
312
312
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
313
313
  },
314
314
  {
315
- "id": "xOp-23",
316
- "parent_id": "node_root_xOp",
315
+ "id": "rcu-23",
316
+ "parent_id": "node_root_rcu",
317
317
  "classification": "shape",
318
- "type": "interface",
318
+ "key": "interface",
319
319
  "x": 550,
320
320
  "y": 550,
321
321
  "w": 160,
@@ -323,10 +323,10 @@
323
323
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
324
324
  },
325
325
  {
326
- "id": "xOp-24",
327
- "parent_id": "node_root_xOp",
326
+ "id": "rcu-24",
327
+ "parent_id": "node_root_rcu",
328
328
  "classification": "shape",
329
- "type": "klass",
329
+ "key": "klass",
330
330
  "x": 730,
331
331
  "y": 550,
332
332
  "w": 160,
@@ -334,10 +334,10 @@
334
334
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
335
335
  },
336
336
  {
337
- "id": "xOp-25",
338
- "parent_id": "node_root_xOp",
337
+ "id": "rcu-25",
338
+ "parent_id": "node_root_rcu",
339
339
  "classification": "shape",
340
- "type": "klass",
340
+ "key": "klass",
341
341
  "x": 910,
342
342
  "y": 550,
343
343
  "w": 160,
@@ -345,10 +345,10 @@
345
345
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
346
346
  },
347
347
  {
348
- "id": "xOp-26",
349
- "parent_id": "node_root_xOp",
348
+ "id": "rcu-26",
349
+ "parent_id": "node_root_rcu",
350
350
  "classification": "shape",
351
- "type": "klass",
351
+ "key": "klass",
352
352
  "x": 10,
353
353
  "y": 730,
354
354
  "w": 160,
@@ -356,10 +356,10 @@
356
356
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
357
357
  },
358
358
  {
359
- "id": "xOp-27",
360
- "parent_id": "node_root_xOp",
359
+ "id": "rcu-27",
360
+ "parent_id": "node_root_rcu",
361
361
  "classification": "shape",
362
- "type": "klass",
362
+ "key": "klass",
363
363
  "x": 190,
364
364
  "y": 730,
365
365
  "w": 160,
@@ -367,10 +367,10 @@
367
367
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
368
368
  },
369
369
  {
370
- "id": "xOp-28",
371
- "parent_id": "node_root_xOp",
370
+ "id": "rcu-28",
371
+ "parent_id": "node_root_rcu",
372
372
  "classification": "shape",
373
- "type": "square",
373
+ "key": "square",
374
374
  "x": 370,
375
375
  "y": 730,
376
376
  "w": 160,
@@ -378,10 +378,10 @@
378
378
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
379
379
  },
380
380
  {
381
- "id": "xOp-29",
382
- "parent_id": "node_root_xOp",
381
+ "id": "rcu-29",
382
+ "parent_id": "node_root_rcu",
383
383
  "classification": "shape",
384
- "type": "klass",
384
+ "key": "klass",
385
385
  "x": 550,
386
386
  "y": 730,
387
387
  "w": 160,
@@ -389,10 +389,10 @@
389
389
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
390
390
  },
391
391
  {
392
- "id": "xOp-30",
393
- "parent_id": "node_root_xOp",
392
+ "id": "rcu-30",
393
+ "parent_id": "node_root_rcu",
394
394
  "classification": "shape",
395
- "type": "klass",
395
+ "key": "klass",
396
396
  "x": 730,
397
397
  "y": 730,
398
398
  "w": 160,
@@ -400,10 +400,10 @@
400
400
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
401
401
  },
402
402
  {
403
- "id": "xOp-31",
404
- "parent_id": "node_root_xOp",
403
+ "id": "rcu-31",
404
+ "parent_id": "node_root_rcu",
405
405
  "classification": "shape",
406
- "type": "klass",
406
+ "key": "klass",
407
407
  "x": 910,
408
408
  "y": 730,
409
409
  "w": 160,
@@ -411,10 +411,10 @@
411
411
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
412
412
  },
413
413
  {
414
- "id": "xOp-32",
415
- "parent_id": "node_root_xOp",
414
+ "id": "rcu-32",
415
+ "parent_id": "node_root_rcu",
416
416
  "classification": "shape",
417
- "type": "klass",
417
+ "key": "klass",
418
418
  "x": 10,
419
419
  "y": 910,
420
420
  "w": 160,
@@ -422,10 +422,10 @@
422
422
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
423
423
  },
424
424
  {
425
- "id": "xOp-33",
426
- "parent_id": "node_root_xOp",
425
+ "id": "rcu-33",
426
+ "parent_id": "node_root_rcu",
427
427
  "classification": "shape",
428
- "type": "klass",
428
+ "key": "klass",
429
429
  "x": 190,
430
430
  "y": 910,
431
431
  "w": 160,
@@ -433,10 +433,10 @@
433
433
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
434
434
  },
435
435
  {
436
- "id": "xOp-34",
437
- "parent_id": "node_root_xOp",
436
+ "id": "rcu-34",
437
+ "parent_id": "node_root_rcu",
438
438
  "classification": "shape",
439
- "type": "klass",
439
+ "key": "klass",
440
440
  "x": 370,
441
441
  "y": 910,
442
442
  "w": 160,
@@ -444,10 +444,10 @@
444
444
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
445
445
  },
446
446
  {
447
- "id": "xOp-35",
448
- "parent_id": "node_root_xOp",
447
+ "id": "rcu-35",
448
+ "parent_id": "node_root_rcu",
449
449
  "classification": "shape",
450
- "type": "klass",
450
+ "key": "klass",
451
451
  "x": 550,
452
452
  "y": 910,
453
453
  "w": 160,
@@ -455,10 +455,10 @@
455
455
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
456
456
  },
457
457
  {
458
- "id": "xOp-36",
459
- "parent_id": "node_root_xOp",
458
+ "id": "rcu-36",
459
+ "parent_id": "node_root_rcu",
460
460
  "classification": "shape",
461
- "type": "square",
461
+ "key": "square",
462
462
  "x": 730,
463
463
  "y": 910,
464
464
  "w": 160,
@@ -466,10 +466,10 @@
466
466
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
467
467
  },
468
468
  {
469
- "id": "xOp-37",
470
- "parent_id": "node_root_xOp",
469
+ "id": "rcu-37",
470
+ "parent_id": "node_root_rcu",
471
471
  "classification": "shape",
472
- "type": "klass",
472
+ "key": "klass",
473
473
  "x": 910,
474
474
  "y": 910,
475
475
  "w": 160,
@@ -477,10 +477,10 @@
477
477
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
478
478
  },
479
479
  {
480
- "id": "xOp-38",
481
- "parent_id": "node_root_xOp",
480
+ "id": "rcu-38",
481
+ "parent_id": "node_root_rcu",
482
482
  "classification": "shape",
483
- "type": "klass",
483
+ "key": "klass",
484
484
  "x": 10,
485
485
  "y": 1090,
486
486
  "w": 160,
@@ -488,10 +488,10 @@
488
488
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
489
489
  },
490
490
  {
491
- "id": "xOp-39",
492
- "parent_id": "node_root_xOp",
491
+ "id": "rcu-39",
492
+ "parent_id": "node_root_rcu",
493
493
  "classification": "shape",
494
- "type": "klass",
494
+ "key": "klass",
495
495
  "x": 190,
496
496
  "y": 1090,
497
497
  "w": 160,
@@ -499,10 +499,10 @@
499
499
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica"
500
500
  },
501
501
  {
502
- "id": "xOp-40",
503
- "parent_id": "node_root_xOp",
502
+ "id": "rcu-40",
503
+ "parent_id": "node_root_rcu",
504
504
  "classification": "shape",
505
- "type": "square",
505
+ "key": "square",
506
506
  "x": 370,
507
507
  "y": 1090,
508
508
  "w": 160,
@@ -510,10 +510,10 @@
510
510
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333"
511
511
  },
512
512
  {
513
- "id": "xOp-41",
514
- "parent_id": "node_root_xOp",
513
+ "id": "rcu-41",
514
+ "parent_id": "node_root_rcu",
515
515
  "classification": "shape",
516
- "type": "rectangle2",
516
+ "key": "rectangle2",
517
517
  "x": 592,
518
518
  "y": 1145,
519
519
  "w": 75,
@@ -521,10 +521,10 @@
521
521
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
522
522
  },
523
523
  {
524
- "id": "xOp-42",
525
- "parent_id": "node_root_xOp",
524
+ "id": "rcu-42",
525
+ "parent_id": "node_root_rcu",
526
526
  "classification": "shape",
527
- "type": "square",
527
+ "key": "square",
528
528
  "x": 730,
529
529
  "y": 1090,
530
530
  "w": 160,
@@ -533,9 +533,9 @@
533
533
  },
534
534
  {
535
535
  "id": "rule-2",
536
- "parent_id": "node_root_xOp",
536
+ "parent_id": "node_root_rcu",
537
537
  "classification": "layout_rule",
538
- "type": "grid_layout",
538
+ "key": "grid_layout",
539
539
  "anchor_x": 900,
540
540
  "anchor_y": 1080,
541
541
  "direction": "horizontal",
@@ -545,10 +545,10 @@
545
545
  "cell_no": 9
546
546
  },
547
547
  {
548
- "id": "xOp-44",
549
- "parent_id": "node_root_xOp",
548
+ "id": "rcu-44",
549
+ "parent_id": "node_root_rcu",
550
550
  "classification": "shape",
551
- "type": "rectangle2",
551
+ "key": "rectangle2",
552
552
  "x": 907,
553
553
  "y": 1090,
554
554
  "w": 75,
@@ -556,10 +556,10 @@
556
556
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
557
557
  },
558
558
  {
559
- "id": "xOp-45",
560
- "parent_id": "node_root_xOp",
559
+ "id": "rcu-45",
560
+ "parent_id": "node_root_rcu",
561
561
  "classification": "shape",
562
- "type": "rectangle2",
562
+ "key": "rectangle2",
563
563
  "x": 997,
564
564
  "y": 1090,
565
565
  "w": 75,
@@ -567,10 +567,10 @@
567
567
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
568
568
  },
569
569
  {
570
- "id": "xOp-46",
571
- "parent_id": "node_root_xOp",
570
+ "id": "rcu-46",
571
+ "parent_id": "node_root_rcu",
572
572
  "classification": "shape",
573
- "type": "rectangle2",
573
+ "key": "rectangle2",
574
574
  "x": 1087,
575
575
  "y": 1090,
576
576
  "w": 75,
@@ -578,10 +578,10 @@
578
578
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
579
579
  },
580
580
  {
581
- "id": "xOp-47",
582
- "parent_id": "node_root_xOp",
581
+ "id": "rcu-47",
582
+ "parent_id": "node_root_rcu",
583
583
  "classification": "shape",
584
- "type": "rectangle2",
584
+ "key": "rectangle2",
585
585
  "x": 1177,
586
586
  "y": 1090,
587
587
  "w": 75,
@@ -589,10 +589,10 @@
589
589
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
590
590
  },
591
591
  {
592
- "id": "xOp-48",
593
- "parent_id": "node_root_xOp",
592
+ "id": "rcu-48",
593
+ "parent_id": "node_root_rcu",
594
594
  "classification": "shape",
595
- "type": "rectangle2",
595
+ "key": "rectangle2",
596
596
  "x": 1267,
597
597
  "y": 1090,
598
598
  "w": 75,
@@ -600,10 +600,10 @@
600
600
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
601
601
  },
602
602
  {
603
- "id": "xOp-49",
604
- "parent_id": "node_root_xOp",
603
+ "id": "rcu-49",
604
+ "parent_id": "node_root_rcu",
605
605
  "classification": "shape",
606
- "type": "rectangle2",
606
+ "key": "rectangle2",
607
607
  "x": 1357,
608
608
  "y": 1090,
609
609
  "w": 75,
@@ -611,10 +611,10 @@
611
611
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
612
612
  },
613
613
  {
614
- "id": "xOp-50",
615
- "parent_id": "node_root_xOp",
614
+ "id": "rcu-50",
615
+ "parent_id": "node_root_rcu",
616
616
  "classification": "shape",
617
- "type": "rectangle2",
617
+ "key": "rectangle2",
618
618
  "x": 1447,
619
619
  "y": 1090,
620
620
  "w": 75,
@@ -622,10 +622,10 @@
622
622
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
623
623
  },
624
624
  {
625
- "id": "xOp-51",
626
- "parent_id": "node_root_xOp",
625
+ "id": "rcu-51",
626
+ "parent_id": "node_root_rcu",
627
627
  "classification": "shape",
628
- "type": "rectangle2",
628
+ "key": "rectangle2",
629
629
  "x": 1537,
630
630
  "y": 1090,
631
631
  "w": 75,
@@ -633,10 +633,10 @@
633
633
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
634
634
  },
635
635
  {
636
- "id": "xOp-52",
637
- "parent_id": "node_root_xOp",
636
+ "id": "rcu-52",
637
+ "parent_id": "node_root_rcu",
638
638
  "classification": "shape",
639
- "type": "rectangle2",
639
+ "key": "rectangle2",
640
640
  "x": 1627,
641
641
  "y": 1090,
642
642
  "w": 75,
@@ -644,10 +644,10 @@
644
644
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
645
645
  },
646
646
  {
647
- "id": "xOp-53",
648
- "parent_id": "node_root_xOp",
647
+ "id": "rcu-53",
648
+ "parent_id": "node_root_rcu",
649
649
  "classification": "shape",
650
- "type": "rectangle2",
650
+ "key": "rectangle2",
651
651
  "x": 1717,
652
652
  "y": 1090,
653
653
  "w": 75,
@@ -655,10 +655,10 @@
655
655
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
656
656
  },
657
657
  {
658
- "id": "xOp-54",
659
- "parent_id": "node_root_xOp",
658
+ "id": "rcu-54",
659
+ "parent_id": "node_root_rcu",
660
660
  "classification": "shape",
661
- "type": "rectangle2",
661
+ "key": "rectangle2",
662
662
  "x": 1807,
663
663
  "y": 1090,
664
664
  "w": 75,
@@ -666,10 +666,10 @@
666
666
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
667
667
  },
668
668
  {
669
- "id": "xOp-55",
670
- "parent_id": "node_root_xOp",
669
+ "id": "rcu-55",
670
+ "parent_id": "node_root_rcu",
671
671
  "classification": "shape",
672
- "type": "rectangle2",
672
+ "key": "rectangle2",
673
673
  "x": 1897,
674
674
  "y": 1090,
675
675
  "w": 75,
@@ -677,10 +677,10 @@
677
677
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
678
678
  },
679
679
  {
680
- "id": "xOp-56",
681
- "parent_id": "node_root_xOp",
680
+ "id": "rcu-56",
681
+ "parent_id": "node_root_rcu",
682
682
  "classification": "shape",
683
- "type": "rectangle2",
683
+ "key": "rectangle2",
684
684
  "x": 907,
685
685
  "y": 1160,
686
686
  "w": 75,
@@ -688,10 +688,10 @@
688
688
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
689
689
  },
690
690
  {
691
- "id": "xOp-57",
692
- "parent_id": "node_root_xOp",
691
+ "id": "rcu-57",
692
+ "parent_id": "node_root_rcu",
693
693
  "classification": "shape",
694
- "type": "rectangle2",
694
+ "key": "rectangle2",
695
695
  "x": 997,
696
696
  "y": 1160,
697
697
  "w": 75,
@@ -699,10 +699,10 @@
699
699
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
700
700
  },
701
701
  {
702
- "id": "xOp-58",
703
- "parent_id": "node_root_xOp",
702
+ "id": "rcu-58",
703
+ "parent_id": "node_root_rcu",
704
704
  "classification": "shape",
705
- "type": "rectangle2",
705
+ "key": "rectangle2",
706
706
  "x": 1087,
707
707
  "y": 1160,
708
708
  "w": 75,
@@ -710,10 +710,10 @@
710
710
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
711
711
  },
712
712
  {
713
- "id": "xOp-59",
714
- "parent_id": "node_root_xOp",
713
+ "id": "rcu-59",
714
+ "parent_id": "node_root_rcu",
715
715
  "classification": "shape",
716
- "type": "rectangle2",
716
+ "key": "rectangle2",
717
717
  "x": 1177,
718
718
  "y": 1160,
719
719
  "w": 75,
@@ -721,10 +721,10 @@
721
721
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
722
722
  },
723
723
  {
724
- "id": "xOp-60",
725
- "parent_id": "node_root_xOp",
724
+ "id": "rcu-60",
725
+ "parent_id": "node_root_rcu",
726
726
  "classification": "shape",
727
- "type": "rectangle2",
727
+ "key": "rectangle2",
728
728
  "x": 1267,
729
729
  "y": 1160,
730
730
  "w": 75,
@@ -732,10 +732,10 @@
732
732
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
733
733
  },
734
734
  {
735
- "id": "xOp-61",
736
- "parent_id": "node_root_xOp",
735
+ "id": "rcu-61",
736
+ "parent_id": "node_root_rcu",
737
737
  "classification": "shape",
738
- "type": "rectangle2",
738
+ "key": "rectangle2",
739
739
  "x": 1357,
740
740
  "y": 1160,
741
741
  "w": 75,
@@ -743,10 +743,10 @@
743
743
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
744
744
  },
745
745
  {
746
- "id": "xOp-62",
747
- "parent_id": "node_root_xOp",
746
+ "id": "rcu-62",
747
+ "parent_id": "node_root_rcu",
748
748
  "classification": "shape",
749
- "type": "rectangle2",
749
+ "key": "rectangle2",
750
750
  "x": 1447,
751
751
  "y": 1160,
752
752
  "w": 75,
@@ -754,10 +754,10 @@
754
754
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
755
755
  },
756
756
  {
757
- "id": "xOp-63",
758
- "parent_id": "node_root_xOp",
757
+ "id": "rcu-63",
758
+ "parent_id": "node_root_rcu",
759
759
  "classification": "shape",
760
- "type": "rectangle2",
760
+ "key": "rectangle2",
761
761
  "x": 1537,
762
762
  "y": 1160,
763
763
  "w": 75,
@@ -765,10 +765,10 @@
765
765
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
766
766
  },
767
767
  {
768
- "id": "xOp-64",
769
- "parent_id": "node_root_xOp",
768
+ "id": "rcu-64",
769
+ "parent_id": "node_root_rcu",
770
770
  "classification": "shape",
771
- "type": "rectangle2",
771
+ "key": "rectangle2",
772
772
  "x": 1627,
773
773
  "y": 1160,
774
774
  "w": 75,
@@ -776,10 +776,10 @@
776
776
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
777
777
  },
778
778
  {
779
- "id": "xOp-65",
780
- "parent_id": "node_root_xOp",
779
+ "id": "rcu-65",
780
+ "parent_id": "node_root_rcu",
781
781
  "classification": "shape",
782
- "type": "rectangle2",
782
+ "key": "rectangle2",
783
783
  "x": 1717,
784
784
  "y": 1160,
785
785
  "w": 75,
@@ -787,10 +787,10 @@
787
787
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
788
788
  },
789
789
  {
790
- "id": "xOp-66",
791
- "parent_id": "node_root_xOp",
790
+ "id": "rcu-66",
791
+ "parent_id": "node_root_rcu",
792
792
  "classification": "shape",
793
- "type": "rectangle2",
793
+ "key": "rectangle2",
794
794
  "x": 1807,
795
795
  "y": 1160,
796
796
  "w": 75,
@@ -798,10 +798,10 @@
798
798
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
799
799
  },
800
800
  {
801
- "id": "xOp-67",
802
- "parent_id": "node_root_xOp",
801
+ "id": "rcu-67",
802
+ "parent_id": "node_root_rcu",
803
803
  "classification": "shape",
804
- "type": "rectangle2",
804
+ "key": "rectangle2",
805
805
  "x": 1897,
806
806
  "y": 1160,
807
807
  "w": 75,
@@ -809,10 +809,10 @@
809
809
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
810
810
  },
811
811
  {
812
- "id": "xOp-68",
813
- "parent_id": "node_root_xOp",
812
+ "id": "rcu-68",
813
+ "parent_id": "node_root_rcu",
814
814
  "classification": "shape",
815
- "type": "rectangle2",
815
+ "key": "rectangle2",
816
816
  "x": 907,
817
817
  "y": 1230,
818
818
  "w": 75,
@@ -820,10 +820,10 @@
820
820
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
821
821
  },
822
822
  {
823
- "id": "xOp-69",
824
- "parent_id": "node_root_xOp",
823
+ "id": "rcu-69",
824
+ "parent_id": "node_root_rcu",
825
825
  "classification": "shape",
826
- "type": "rectangle2",
826
+ "key": "rectangle2",
827
827
  "x": 997,
828
828
  "y": 1230,
829
829
  "w": 75,
@@ -831,10 +831,10 @@
831
831
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
832
832
  },
833
833
  {
834
- "id": "xOp-70",
835
- "parent_id": "node_root_xOp",
834
+ "id": "rcu-70",
835
+ "parent_id": "node_root_rcu",
836
836
  "classification": "shape",
837
- "type": "rectangle2",
837
+ "key": "rectangle2",
838
838
  "x": 1087,
839
839
  "y": 1230,
840
840
  "w": 75,
@@ -842,10 +842,10 @@
842
842
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
843
843
  },
844
844
  {
845
- "id": "xOp-71",
846
- "parent_id": "node_root_xOp",
845
+ "id": "rcu-71",
846
+ "parent_id": "node_root_rcu",
847
847
  "classification": "shape",
848
- "type": "rectangle2",
848
+ "key": "rectangle2",
849
849
  "x": 1177,
850
850
  "y": 1230,
851
851
  "w": 75,
@@ -853,10 +853,10 @@
853
853
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
854
854
  },
855
855
  {
856
- "id": "xOp-72",
857
- "parent_id": "node_root_xOp",
856
+ "id": "rcu-72",
857
+ "parent_id": "node_root_rcu",
858
858
  "classification": "shape",
859
- "type": "rectangle2",
859
+ "key": "rectangle2",
860
860
  "x": 1267,
861
861
  "y": 1230,
862
862
  "w": 75,
@@ -864,10 +864,10 @@
864
864
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
865
865
  },
866
866
  {
867
- "id": "xOp-73",
868
- "parent_id": "node_root_xOp",
867
+ "id": "rcu-73",
868
+ "parent_id": "node_root_rcu",
869
869
  "classification": "shape",
870
- "type": "rectangle2",
870
+ "key": "rectangle2",
871
871
  "x": 1357,
872
872
  "y": 1230,
873
873
  "w": 75,
@@ -875,10 +875,10 @@
875
875
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
876
876
  },
877
877
  {
878
- "id": "xOp-74",
879
- "parent_id": "node_root_xOp",
878
+ "id": "rcu-74",
879
+ "parent_id": "node_root_rcu",
880
880
  "classification": "shape",
881
- "type": "rectangle2",
881
+ "key": "rectangle2",
882
882
  "x": 1447,
883
883
  "y": 1230,
884
884
  "w": 75,
@@ -886,10 +886,10 @@
886
886
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
887
887
  },
888
888
  {
889
- "id": "xOp-75",
890
- "parent_id": "node_root_xOp",
889
+ "id": "rcu-75",
890
+ "parent_id": "node_root_rcu",
891
891
  "classification": "shape",
892
- "type": "rectangle2",
892
+ "key": "rectangle2",
893
893
  "x": 1537,
894
894
  "y": 1230,
895
895
  "w": 75,
@@ -897,10 +897,10 @@
897
897
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
898
898
  },
899
899
  {
900
- "id": "xOp-76",
901
- "parent_id": "node_root_xOp",
900
+ "id": "rcu-76",
901
+ "parent_id": "node_root_rcu",
902
902
  "classification": "shape",
903
- "type": "rectangle2",
903
+ "key": "rectangle2",
904
904
  "x": 1627,
905
905
  "y": 1230,
906
906
  "w": 75,
@@ -908,10 +908,10 @@
908
908
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
909
909
  },
910
910
  {
911
- "id": "xOp-77",
912
- "parent_id": "node_root_xOp",
911
+ "id": "rcu-77",
912
+ "parent_id": "node_root_rcu",
913
913
  "classification": "shape",
914
- "type": "rectangle2",
914
+ "key": "rectangle2",
915
915
  "x": 1717,
916
916
  "y": 1230,
917
917
  "w": 75,
@@ -919,10 +919,10 @@
919
919
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
920
920
  },
921
921
  {
922
- "id": "xOp-78",
923
- "parent_id": "node_root_xOp",
922
+ "id": "rcu-78",
923
+ "parent_id": "node_root_rcu",
924
924
  "classification": "shape",
925
- "type": "rectangle2",
925
+ "key": "rectangle2",
926
926
  "x": 1807,
927
927
  "y": 1230,
928
928
  "w": 75,
@@ -930,10 +930,10 @@
930
930
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
931
931
  },
932
932
  {
933
- "id": "xOp-79",
934
- "parent_id": "node_root_xOp",
933
+ "id": "rcu-79",
934
+ "parent_id": "node_root_rcu",
935
935
  "classification": "shape",
936
- "type": "rectangle2",
936
+ "key": "rectangle2",
937
937
  "x": 1897,
938
938
  "y": 1230,
939
939
  "w": 75,
@@ -941,10 +941,10 @@
941
941
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
942
942
  },
943
943
  {
944
- "id": "xOp-80",
945
- "parent_id": "node_root_xOp",
944
+ "id": "rcu-80",
945
+ "parent_id": "node_root_rcu",
946
946
  "classification": "shape",
947
- "type": "rectangle2",
947
+ "key": "rectangle2",
948
948
  "x": 907,
949
949
  "y": 1300,
950
950
  "w": 75,
@@ -952,10 +952,10 @@
952
952
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
953
953
  },
954
954
  {
955
- "id": "xOp-81",
956
- "parent_id": "node_root_xOp",
955
+ "id": "rcu-81",
956
+ "parent_id": "node_root_rcu",
957
957
  "classification": "shape",
958
- "type": "rectangle2",
958
+ "key": "rectangle2",
959
959
  "x": 997,
960
960
  "y": 1300,
961
961
  "w": 75,
@@ -963,10 +963,10 @@
963
963
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
964
964
  },
965
965
  {
966
- "id": "xOp-82",
967
- "parent_id": "node_root_xOp",
966
+ "id": "rcu-82",
967
+ "parent_id": "node_root_rcu",
968
968
  "classification": "shape",
969
- "type": "rectangle2",
969
+ "key": "rectangle2",
970
970
  "x": 1087,
971
971
  "y": 1300,
972
972
  "w": 75,
@@ -974,10 +974,10 @@
974
974
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
975
975
  },
976
976
  {
977
- "id": "xOp-83",
978
- "parent_id": "node_root_xOp",
977
+ "id": "rcu-83",
978
+ "parent_id": "node_root_rcu",
979
979
  "classification": "shape",
980
- "type": "rectangle2",
980
+ "key": "rectangle2",
981
981
  "x": 1177,
982
982
  "y": 1300,
983
983
  "w": 75,
@@ -985,10 +985,10 @@
985
985
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
986
986
  },
987
987
  {
988
- "id": "xOp-84",
989
- "parent_id": "node_root_xOp",
988
+ "id": "rcu-84",
989
+ "parent_id": "node_root_rcu",
990
990
  "classification": "shape",
991
- "type": "rectangle2",
991
+ "key": "rectangle2",
992
992
  "x": 1267,
993
993
  "y": 1300,
994
994
  "w": 75,
@@ -996,10 +996,10 @@
996
996
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
997
997
  },
998
998
  {
999
- "id": "xOp-85",
1000
- "parent_id": "node_root_xOp",
999
+ "id": "rcu-85",
1000
+ "parent_id": "node_root_rcu",
1001
1001
  "classification": "shape",
1002
- "type": "rectangle2",
1002
+ "key": "rectangle2",
1003
1003
  "x": 1357,
1004
1004
  "y": 1300,
1005
1005
  "w": 75,
@@ -1007,10 +1007,10 @@
1007
1007
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
1008
1008
  },
1009
1009
  {
1010
- "id": "xOp-86",
1011
- "parent_id": "node_root_xOp",
1010
+ "id": "rcu-86",
1011
+ "parent_id": "node_root_rcu",
1012
1012
  "classification": "shape",
1013
- "type": "rectangle2",
1013
+ "key": "rectangle2",
1014
1014
  "x": 1447,
1015
1015
  "y": 1300,
1016
1016
  "w": 75,
@@ -1018,10 +1018,10 @@
1018
1018
  "style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;shape=mxgraph.basic.cloud_rect"
1019
1019
  },
1020
1020
  {
1021
- "id": "xOp-87",
1022
- "parent_id": "node_root_xOp",
1021
+ "id": "rcu-87",
1022
+ "parent_id": "node_root_rcu",
1023
1023
  "classification": "shape",
1024
- "type": "rectangle2",
1024
+ "key": "rectangle2",
1025
1025
  "x": 1537,
1026
1026
  "y": 1300,
1027
1027
  "w": 75,