pict-section-flow 1.4.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/package.json +7 -2
  2. package/source/Pict-Section-Flow.js +20 -14
  3. package/source/providers/PictProvider-Flow-Background.js +303 -0
  4. package/source/providers/PictProvider-Flow-CSS.js +73 -7
  5. package/source/providers/PictProvider-Flow-Geometry.js +11 -421
  6. package/source/providers/PictProvider-Flow-Icons.js +12 -0
  7. package/source/providers/PictProvider-Flow-Layouts.js +107 -0
  8. package/source/services/PictService-Flow-ConnectionRenderer.js +1 -1
  9. package/source/services/PictService-Flow-CursorManager.js +113 -0
  10. package/source/services/PictService-Flow-InteractionManager.js +439 -59
  11. package/source/services/PictService-Flow-Layout.js +21 -16
  12. package/source/services/PictService-Flow-PathGenerator.js +30 -417
  13. package/source/services/PictService-Flow-RenderManager.js +23 -3
  14. package/source/services/PictService-Flow-ViewportManager.js +102 -0
  15. package/source/views/PictView-Flow-FloatingToolbar.js +5 -1
  16. package/source/views/PictView-Flow-Node.js +29 -0
  17. package/source/views/PictView-Flow-Toolbar.js +50 -3
  18. package/source/views/PictView-Flow.js +591 -2
  19. package/.claude/launch.json +0 -11
  20. package/docs/.nojekyll +0 -0
  21. package/docs/Architecture.md +0 -163
  22. package/docs/Custom-Styling.md +0 -275
  23. package/docs/Data_Model.md +0 -149
  24. package/docs/Event_System.md +0 -156
  25. package/docs/Getting_Started.md +0 -237
  26. package/docs/Implementation_Reference.md +0 -528
  27. package/docs/Layout_Persistence.md +0 -117
  28. package/docs/README.md +0 -103
  29. package/docs/Theme_Integration.md +0 -150
  30. package/docs/_brand.json +0 -18
  31. package/docs/_cover.md +0 -17
  32. package/docs/_playground.json +0 -24
  33. package/docs/_sidebar.md +0 -57
  34. package/docs/_topbar.md +0 -8
  35. package/docs/_version.json +0 -7
  36. package/docs/api/PictFlowCard.md +0 -216
  37. package/docs/api/PictFlowCardPropertiesPanel.md +0 -235
  38. package/docs/api/addConnection.md +0 -101
  39. package/docs/api/addNode.md +0 -137
  40. package/docs/api/autoLayout.md +0 -77
  41. package/docs/api/getFlowData.md +0 -112
  42. package/docs/api/marshalToView.md +0 -95
  43. package/docs/api/openPanel.md +0 -128
  44. package/docs/api/registerHandler.md +0 -174
  45. package/docs/api/registerNodeType.md +0 -142
  46. package/docs/api/removeConnection.md +0 -57
  47. package/docs/api/removeNode.md +0 -80
  48. package/docs/api/saveLayout.md +0 -152
  49. package/docs/api/screenToSVGCoords.md +0 -68
  50. package/docs/api/selectNode.md +0 -116
  51. package/docs/api/setTheme.md +0 -168
  52. package/docs/api/setZoom.md +0 -97
  53. package/docs/api/toggleFullscreen.md +0 -68
  54. package/docs/card-help/EACH.md +0 -19
  55. package/docs/card-help/FREAD.md +0 -24
  56. package/docs/card-help/FWRITE.md +0 -24
  57. package/docs/card-help/GET.md +0 -22
  58. package/docs/card-help/ITE.md +0 -23
  59. package/docs/card-help/LOG.md +0 -23
  60. package/docs/card-help/NOTE.md +0 -17
  61. package/docs/card-help/PREV.md +0 -18
  62. package/docs/card-help/SET.md +0 -27
  63. package/docs/card-help/SPKL.md +0 -22
  64. package/docs/card-help/STAT.md +0 -23
  65. package/docs/card-help/SW.md +0 -25
  66. package/docs/diagrams/architecture-at-a-glance.excalidraw +0 -4270
  67. package/docs/diagrams/architecture-at-a-glance.mmd +0 -30
  68. package/docs/diagrams/architecture-at-a-glance.svg +0 -2
  69. package/docs/diagrams/data-flow.excalidraw +0 -1451
  70. package/docs/diagrams/data-flow.mmd +0 -17
  71. package/docs/diagrams/data-flow.svg +0 -2
  72. package/docs/diagrams/high-level-design.excalidraw +0 -5767
  73. package/docs/diagrams/high-level-design.mmd +0 -86
  74. package/docs/diagrams/high-level-design.svg +0 -2
  75. package/docs/diagrams/relationships.excalidraw +0 -3852
  76. package/docs/diagrams/relationships.mmd +0 -9
  77. package/docs/diagrams/relationships.svg +0 -2
  78. package/docs/diagrams/service-initialization-sequence.excalidraw +0 -1466
  79. package/docs/diagrams/service-initialization-sequence.mmd +0 -19
  80. package/docs/diagrams/service-initialization-sequence.svg +0 -2
  81. package/docs/diagrams/svg-layer-structure.excalidraw +0 -1060
  82. package/docs/diagrams/svg-layer-structure.mmd +0 -18
  83. package/docs/diagrams/svg-layer-structure.svg +0 -2
  84. package/docs/examples/README.md +0 -9
  85. package/docs/examples/simple_cards/README.md +0 -677
  86. package/docs/examples/simple_cards/css/flowexample.css +0 -65
  87. package/docs/examples/simple_cards/index.html +0 -32
  88. package/docs/examples/simple_cards/js/pict.min.js +0 -12
  89. package/docs/examples/simple_cards/pict-section-flow-example-simple-cards.compatible.min.js +0 -1
  90. package/docs/index.html +0 -38
  91. package/docs/playground/app.json +0 -6
  92. package/docs/playground/appdata.json +0 -85
  93. package/docs/playground/application.js +0 -23
  94. package/docs/playground/pict.json +0 -17
  95. package/docs/playground/runtime/pict-application.min.js +0 -2
  96. package/docs/playground/runtime/pict-section-flow.min.js +0 -2
  97. package/docs/playground/runtime/pict-section-modal.min.js +0 -2
  98. package/docs/playground/runtime/pict.min.js +0 -12
  99. package/docs/retold-catalog.json +0 -244
  100. package/docs/retold-keyword-index.json +0 -26028
  101. package/example_applications/simple_cards/css/flowexample.css +0 -65
  102. package/example_applications/simple_cards/html/index.html +0 -32
  103. package/example_applications/simple_cards/package.json +0 -52
  104. package/example_applications/simple_cards/source/Pict-Application-FlowExample-Configuration.json +0 -15
  105. package/example_applications/simple_cards/source/Pict-Application-FlowExample.js +0 -539
  106. package/example_applications/simple_cards/source/card-help-content.js +0 -16
  107. package/example_applications/simple_cards/source/cards/FlowCard-Comment.js +0 -38
  108. package/example_applications/simple_cards/source/cards/FlowCard-DataPreview.js +0 -44
  109. package/example_applications/simple_cards/source/cards/FlowCard-Each.js +0 -38
  110. package/example_applications/simple_cards/source/cards/FlowCard-FileRead.js +0 -56
  111. package/example_applications/simple_cards/source/cards/FlowCard-FileWrite.js +0 -50
  112. package/example_applications/simple_cards/source/cards/FlowCard-GetValue.js +0 -37
  113. package/example_applications/simple_cards/source/cards/FlowCard-IfThenElse.js +0 -49
  114. package/example_applications/simple_cards/source/cards/FlowCard-LogValues.js +0 -55
  115. package/example_applications/simple_cards/source/cards/FlowCard-SetValue.js +0 -97
  116. package/example_applications/simple_cards/source/cards/FlowCard-Sparkline.js +0 -100
  117. package/example_applications/simple_cards/source/cards/FlowCard-StatusMonitor.js +0 -46
  118. package/example_applications/simple_cards/source/cards/FlowCard-Switch.js +0 -39
  119. package/example_applications/simple_cards/source/providers/PictRouter-FlowExample-Configuration.json +0 -22
  120. package/example_applications/simple_cards/source/sample-flows.js +0 -410
  121. package/example_applications/simple_cards/source/views/PictView-FlowExample-About.js +0 -184
  122. package/example_applications/simple_cards/source/views/PictView-FlowExample-BottomBar.js +0 -77
  123. package/example_applications/simple_cards/source/views/PictView-FlowExample-Documentation.js +0 -325
  124. package/example_applications/simple_cards/source/views/PictView-FlowExample-FileWriteInfo.js +0 -59
  125. package/example_applications/simple_cards/source/views/PictView-FlowExample-Layout.js +0 -90
  126. package/example_applications/simple_cards/source/views/PictView-FlowExample-MainWorkspace.js +0 -453
  127. package/example_applications/simple_cards/source/views/PictView-FlowExample-TopBar.js +0 -95
  128. package/scripts/generate-card-help.js +0 -214
  129. package/source/providers/edges/Edge-Bezier.js +0 -41
  130. package/source/providers/edges/Edge-Orthogonal.js +0 -37
  131. package/source/providers/edges/Edge-OrthogonalSnap.js +0 -72
  132. package/source/providers/edges/Edge-Perimeter-Linear.js +0 -31
  133. package/source/providers/edges/Edge-Perimeter-Orthogonal.js +0 -39
  134. package/source/providers/edges/Edge-Perimeter.js +0 -48
  135. package/source/providers/edges/Edge-PerimeterMath.js +0 -92
  136. package/source/providers/edges/Edge-Straight.js +0 -24
  137. package/source/providers/layouts/Layout-Circular.js +0 -203
  138. package/source/providers/layouts/Layout-Coerce.js +0 -40
  139. package/source/providers/layouts/Layout-Columnar.js +0 -134
  140. package/source/providers/layouts/Layout-Custom.js +0 -27
  141. package/source/providers/layouts/Layout-ForcedFromCenter.js +0 -256
  142. package/source/providers/layouts/Layout-Grid.js +0 -134
  143. package/source/providers/layouts/Layout-Layered.js +0 -155
  144. package/source/providers/layouts/Layout-Rank.js +0 -141
  145. package/source/providers/layouts/Layout-Staggered.js +0 -131
  146. package/source/providers/layouts/Layout-Tabular.js +0 -94
  147. package/test/CardPalette_tests.js +0 -43
  148. package/test/ConnectionHandleManager_tests.js +0 -717
  149. package/test/ConnectionRenderer_tests.js +0 -591
  150. package/test/ConnectionStyle_tests.js +0 -90
  151. package/test/DataManager_tests.js +0 -859
  152. package/test/Geometry_tests.js +0 -767
  153. package/test/InteractionManager_tests.js +0 -279
  154. package/test/Layout_tests.js +0 -1604
  155. package/test/NodeView_tests.js +0 -66
  156. package/test/PanelManager_tests.js +0 -172
  157. package/test/PathGenerator_tests.js +0 -978
  158. package/test/PortRenderer_tests.js +0 -376
  159. package/test/RenderManager_tests.js +0 -756
  160. package/test/Renderer_tests.js +0 -133
  161. package/test/SelectionManager_tests.js +0 -185
  162. package/test/StylePresets_tests.js +0 -153
  163. package/test/ToolbarExtraButtons_tests.js +0 -138
  164. package/test/UndirectedConnections_tests.js +0 -70
@@ -1,3852 +0,0 @@
1
- {
2
- "type": "excalidraw",
3
- "version": 2,
4
- "source": "pict-renderer-graph/er",
5
- "elements": [
6
- {
7
- "id": "er-box-FlowData",
8
- "type": "rectangle",
9
- "x": 250,
10
- "y": 20,
11
- "width": 140,
12
- "height": 56,
13
- "angle": 0,
14
- "strokeColor": "#1B1F23",
15
- "backgroundColor": "transparent",
16
- "fillStyle": "hachure",
17
- "strokeWidth": 2,
18
- "strokeStyle": "solid",
19
- "roughness": 1,
20
- "opacity": 100,
21
- "groupIds": [],
22
- "frameId": null,
23
- "roundness": {
24
- "type": 3
25
- },
26
- "seed": 105,
27
- "version": 1,
28
- "versionNonce": 105,
29
- "isDeleted": false,
30
- "boundElements": [],
31
- "updated": 1,
32
- "link": null,
33
- "locked": false,
34
- "index": null
35
- },
36
- {
37
- "id": "er-title-FlowData",
38
- "type": "text",
39
- "x": 250,
40
- "y": 40,
41
- "width": 140,
42
- "height": 22.4,
43
- "angle": 0,
44
- "strokeColor": "#1B1F23",
45
- "backgroundColor": "transparent",
46
- "fillStyle": "solid",
47
- "strokeWidth": 1,
48
- "strokeStyle": "solid",
49
- "roughness": 1,
50
- "opacity": 100,
51
- "groupIds": [],
52
- "frameId": null,
53
- "roundness": null,
54
- "seed": 106,
55
- "version": 1,
56
- "versionNonce": 106,
57
- "isDeleted": false,
58
- "boundElements": null,
59
- "updated": 1,
60
- "link": null,
61
- "locked": false,
62
- "text": "FlowData",
63
- "fontSize": 16,
64
- "fontFamily": 5,
65
- "textAlign": "center",
66
- "verticalAlign": "top",
67
- "containerId": null,
68
- "originalText": "FlowData",
69
- "autoResize": true,
70
- "lineHeight": 1.25,
71
- "index": null
72
- },
73
- {
74
- "id": "er-box-Node",
75
- "type": "rectangle",
76
- "x": 420,
77
- "y": 372,
78
- "width": 140,
79
- "height": 56,
80
- "angle": 0,
81
- "strokeColor": "#1B1F23",
82
- "backgroundColor": "transparent",
83
- "fillStyle": "hachure",
84
- "strokeWidth": 2,
85
- "strokeStyle": "solid",
86
- "roughness": 1,
87
- "opacity": 100,
88
- "groupIds": [],
89
- "frameId": null,
90
- "roundness": {
91
- "type": 3
92
- },
93
- "seed": 389,
94
- "version": 1,
95
- "versionNonce": 389,
96
- "isDeleted": false,
97
- "boundElements": [],
98
- "updated": 1,
99
- "link": null,
100
- "locked": false,
101
- "index": null
102
- },
103
- {
104
- "id": "er-title-Node",
105
- "type": "text",
106
- "x": 420,
107
- "y": 392,
108
- "width": 140,
109
- "height": 22.4,
110
- "angle": 0,
111
- "strokeColor": "#1B1F23",
112
- "backgroundColor": "transparent",
113
- "fillStyle": "solid",
114
- "strokeWidth": 1,
115
- "strokeStyle": "solid",
116
- "roughness": 1,
117
- "opacity": 100,
118
- "groupIds": [],
119
- "frameId": null,
120
- "roundness": null,
121
- "seed": 390,
122
- "version": 1,
123
- "versionNonce": 390,
124
- "isDeleted": false,
125
- "boundElements": null,
126
- "updated": 1,
127
- "link": null,
128
- "locked": false,
129
- "text": "Node",
130
- "fontSize": 16,
131
- "fontFamily": 5,
132
- "textAlign": "center",
133
- "verticalAlign": "top",
134
- "containerId": null,
135
- "originalText": "Node",
136
- "autoResize": true,
137
- "lineHeight": 1.25,
138
- "index": null
139
- },
140
- {
141
- "id": "er-box-Connection",
142
- "type": "rectangle",
143
- "x": 20,
144
- "y": 372,
145
- "width": 140,
146
- "height": 56,
147
- "angle": 0,
148
- "strokeColor": "#1B1F23",
149
- "backgroundColor": "transparent",
150
- "fillStyle": "hachure",
151
- "strokeWidth": 2,
152
- "strokeStyle": "solid",
153
- "roughness": 1,
154
- "opacity": 100,
155
- "groupIds": [],
156
- "frameId": null,
157
- "roundness": {
158
- "type": 3
159
- },
160
- "seed": 252,
161
- "version": 1,
162
- "versionNonce": 252,
163
- "isDeleted": false,
164
- "boundElements": [],
165
- "updated": 1,
166
- "link": null,
167
- "locked": false,
168
- "index": null
169
- },
170
- {
171
- "id": "er-title-Connection",
172
- "type": "text",
173
- "x": 20,
174
- "y": 392,
175
- "width": 140,
176
- "height": 22.4,
177
- "angle": 0,
178
- "strokeColor": "#1B1F23",
179
- "backgroundColor": "transparent",
180
- "fillStyle": "solid",
181
- "strokeWidth": 1,
182
- "strokeStyle": "solid",
183
- "roughness": 1,
184
- "opacity": 100,
185
- "groupIds": [],
186
- "frameId": null,
187
- "roundness": null,
188
- "seed": 253,
189
- "version": 1,
190
- "versionNonce": 253,
191
- "isDeleted": false,
192
- "boundElements": null,
193
- "updated": 1,
194
- "link": null,
195
- "locked": false,
196
- "text": "Connection",
197
- "fontSize": 16,
198
- "fontFamily": 5,
199
- "textAlign": "center",
200
- "verticalAlign": "top",
201
- "containerId": null,
202
- "originalText": "Connection",
203
- "autoResize": true,
204
- "lineHeight": 1.25,
205
- "index": null
206
- },
207
- {
208
- "id": "er-box-Panel",
209
- "type": "rectangle",
210
- "x": 360,
211
- "y": 196,
212
- "width": 140,
213
- "height": 56,
214
- "angle": 0,
215
- "strokeColor": "#1B1F23",
216
- "backgroundColor": "transparent",
217
- "fillStyle": "hachure",
218
- "strokeWidth": 2,
219
- "strokeStyle": "solid",
220
- "roughness": 1,
221
- "opacity": 100,
222
- "groupIds": [],
223
- "frameId": null,
224
- "roundness": {
225
- "type": 3
226
- },
227
- "seed": 924,
228
- "version": 1,
229
- "versionNonce": 924,
230
- "isDeleted": false,
231
- "boundElements": [],
232
- "updated": 1,
233
- "link": null,
234
- "locked": false,
235
- "index": null
236
- },
237
- {
238
- "id": "er-title-Panel",
239
- "type": "text",
240
- "x": 360,
241
- "y": 216,
242
- "width": 140,
243
- "height": 22.4,
244
- "angle": 0,
245
- "strokeColor": "#1B1F23",
246
- "backgroundColor": "transparent",
247
- "fillStyle": "solid",
248
- "strokeWidth": 1,
249
- "strokeStyle": "solid",
250
- "roughness": 1,
251
- "opacity": 100,
252
- "groupIds": [],
253
- "frameId": null,
254
- "roundness": null,
255
- "seed": 925,
256
- "version": 1,
257
- "versionNonce": 925,
258
- "isDeleted": false,
259
- "boundElements": null,
260
- "updated": 1,
261
- "link": null,
262
- "locked": false,
263
- "text": "Panel",
264
- "fontSize": 16,
265
- "fontFamily": 5,
266
- "textAlign": "center",
267
- "verticalAlign": "top",
268
- "containerId": null,
269
- "originalText": "Panel",
270
- "autoResize": true,
271
- "lineHeight": 1.25,
272
- "index": null
273
- },
274
- {
275
- "id": "er-box-ViewState",
276
- "type": "rectangle",
277
- "x": 140,
278
- "y": 196,
279
- "width": 140,
280
- "height": 56,
281
- "angle": 0,
282
- "strokeColor": "#1B1F23",
283
- "backgroundColor": "transparent",
284
- "fillStyle": "hachure",
285
- "strokeWidth": 2,
286
- "strokeStyle": "solid",
287
- "roughness": 1,
288
- "opacity": 100,
289
- "groupIds": [],
290
- "frameId": null,
291
- "roundness": {
292
- "type": 3
293
- },
294
- "seed": 860,
295
- "version": 1,
296
- "versionNonce": 860,
297
- "isDeleted": false,
298
- "boundElements": [],
299
- "updated": 1,
300
- "link": null,
301
- "locked": false,
302
- "index": null
303
- },
304
- {
305
- "id": "er-title-ViewState",
306
- "type": "text",
307
- "x": 140,
308
- "y": 216,
309
- "width": 140,
310
- "height": 22.4,
311
- "angle": 0,
312
- "strokeColor": "#1B1F23",
313
- "backgroundColor": "transparent",
314
- "fillStyle": "solid",
315
- "strokeWidth": 1,
316
- "strokeStyle": "solid",
317
- "roughness": 1,
318
- "opacity": 100,
319
- "groupIds": [],
320
- "frameId": null,
321
- "roundness": null,
322
- "seed": 861,
323
- "version": 1,
324
- "versionNonce": 861,
325
- "isDeleted": false,
326
- "boundElements": null,
327
- "updated": 1,
328
- "link": null,
329
- "locked": false,
330
- "text": "ViewState",
331
- "fontSize": 16,
332
- "fontFamily": 5,
333
- "textAlign": "center",
334
- "verticalAlign": "top",
335
- "containerId": null,
336
- "originalText": "ViewState",
337
- "autoResize": true,
338
- "lineHeight": 1.25,
339
- "index": null
340
- },
341
- {
342
- "id": "er-box-Port",
343
- "type": "rectangle",
344
- "x": 180,
345
- "y": 548,
346
- "width": 140,
347
- "height": 56,
348
- "angle": 0,
349
- "strokeColor": "#1B1F23",
350
- "backgroundColor": "transparent",
351
- "fillStyle": "hachure",
352
- "strokeWidth": 2,
353
- "strokeStyle": "solid",
354
- "roughness": 1,
355
- "opacity": 100,
356
- "groupIds": [],
357
- "frameId": null,
358
- "roundness": {
359
- "type": 3
360
- },
361
- "seed": 292,
362
- "version": 1,
363
- "versionNonce": 292,
364
- "isDeleted": false,
365
- "boundElements": [],
366
- "updated": 1,
367
- "link": null,
368
- "locked": false,
369
- "index": null
370
- },
371
- {
372
- "id": "er-title-Port",
373
- "type": "text",
374
- "x": 180,
375
- "y": 568,
376
- "width": 140,
377
- "height": 22.4,
378
- "angle": 0,
379
- "strokeColor": "#1B1F23",
380
- "backgroundColor": "transparent",
381
- "fillStyle": "solid",
382
- "strokeWidth": 1,
383
- "strokeStyle": "solid",
384
- "roughness": 1,
385
- "opacity": 100,
386
- "groupIds": [],
387
- "frameId": null,
388
- "roundness": null,
389
- "seed": 293,
390
- "version": 1,
391
- "versionNonce": 293,
392
- "isDeleted": false,
393
- "boundElements": null,
394
- "updated": 1,
395
- "link": null,
396
- "locked": false,
397
- "text": "Port",
398
- "fontSize": 16,
399
- "fontFamily": 5,
400
- "textAlign": "center",
401
- "verticalAlign": "top",
402
- "containerId": null,
403
- "originalText": "Port",
404
- "autoResize": true,
405
- "lineHeight": 1.25,
406
- "index": null
407
- },
408
- {
409
- "id": "er-rel-0",
410
- "type": "arrow",
411
- "x": 390,
412
- "y": 48,
413
- "width": 30,
414
- "height": 346.02666666666664,
415
- "angle": 0,
416
- "strokeColor": "#2E7D74",
417
- "backgroundColor": "transparent",
418
- "fillStyle": "solid",
419
- "strokeWidth": 2,
420
- "strokeStyle": "solid",
421
- "roughness": 0,
422
- "opacity": 100,
423
- "groupIds": [],
424
- "frameId": null,
425
- "roundness": null,
426
- "seed": 440,
427
- "version": 1,
428
- "versionNonce": 440,
429
- "isDeleted": false,
430
- "boundElements": [],
431
- "updated": 1,
432
- "link": null,
433
- "locked": false,
434
- "points": [
435
- [
436
- 0,
437
- 0
438
- ],
439
- [
440
- 16,
441
- 0
442
- ],
443
- [
444
- 19.340192043895684,
445
- 3.085285779606764
446
- ],
447
- [
448
- 21.462277091906685,
449
- 11.866483767718329
450
- ],
451
- [
452
- 22.51851851851859,
453
- 25.631604938271607
454
- ],
455
- [
456
- 22.661179698216756,
457
- 43.668660265203485
458
- ],
459
- [
460
- 22.042524005486996,
461
- 65.26566072245086
462
- ],
463
- [
464
- 20.814814814814895,
465
- 89.7106172839506
466
- ],
467
- [
468
- 19.130315500685924,
469
- 116.29154092363967
470
- ],
471
- [
472
- 17.141289437585783,
473
- 144.29644261545494
474
- ],
475
- [
476
- 15,
477
- 173.01333333333332
478
- ],
479
- [
480
- 12.85871056241433,
481
- 201.7302240512117
482
- ],
483
- [
484
- 10.869684499314133,
485
- 229.73512574302697
486
- ],
487
- [
488
- 9.185185185185162,
489
- 256.316049382716
490
- ],
491
- [
492
- 7.957475994513061,
493
- 280.76100594421575
494
- ],
495
- [
496
- 7.338820301783301,
497
- 302.3580064014632
498
- ],
499
- [
500
- 7.481481481481524,
501
- 320.3950617283951
502
- ],
503
- [
504
- 8.537722908093315,
505
- 334.16018289894834
506
- ],
507
- [
508
- 10.65980795610426,
509
- 342.94138088705984
510
- ],
511
- [
512
- 14,
513
- 346.02666666666664
514
- ],
515
- [
516
- 30,
517
- 346.02666666666664
518
- ]
519
- ],
520
- "lastCommittedPoint": null,
521
- "startBinding": {
522
- "elementId": "er-box-FlowData",
523
- "focus": 0,
524
- "gap": 4
525
- },
526
- "endBinding": {
527
- "elementId": "er-box-Node",
528
- "focus": 0,
529
- "gap": 4
530
- },
531
- "startArrowhead": null,
532
- "endArrowhead": null,
533
- "elbowed": false,
534
- "index": null
535
- },
536
- {
537
- "id": "er-rel-1",
538
- "type": "arrow",
539
- "x": 250,
540
- "y": 48,
541
- "width": 90,
542
- "height": 343.04,
543
- "angle": 0,
544
- "strokeColor": "#2E7D74",
545
- "backgroundColor": "transparent",
546
- "fillStyle": "solid",
547
- "strokeWidth": 2,
548
- "strokeStyle": "solid",
549
- "roughness": 0,
550
- "opacity": 100,
551
- "groupIds": [],
552
- "frameId": null,
553
- "roundness": null,
554
- "seed": 820,
555
- "version": 1,
556
- "versionNonce": 820,
557
- "isDeleted": false,
558
- "boundElements": [],
559
- "updated": 1,
560
- "link": null,
561
- "locked": false,
562
- "points": [
563
- [
564
- 0,
565
- 0
566
- ],
567
- [
568
- -16,
569
- 0
570
- ],
571
- [
572
- -19.87517146776409,
573
- 3.058655692729765
574
- ],
575
- [
576
- -23.51989026063103,
577
- 11.76406035665294
578
- ],
579
- [
580
- -26.962962962962962,
581
- 25.410370370370373
582
- ],
583
- [
584
- -30.233196159122087,
585
- 43.291742112482865
586
- ],
587
- [
588
- -33.35939643347052,
589
- 64.70233196159124
590
- ],
591
- [
592
- -36.37037037037035,
593
- 88.93629629629632
594
- ],
595
- [
596
- -39.29492455418378,
597
- 115.28779149519892
598
- ],
599
- [
600
- -42.161865569272976,
601
- 143.05097393689988
602
- ],
603
- [
604
- -45,
605
- 171.52
606
- ],
607
- [
608
- -47.838134430726996,
609
- 199.98902606310014
610
- ],
611
- [
612
- -50.70507544581619,
613
- 227.75220850480116
614
- ],
615
- [
616
- -53.62962962962962,
617
- 254.10370370370373
618
- ],
619
- [
620
- -56.64060356652948,
621
- 278.33766803840876
622
- ],
623
- [
624
- -59.76680384087791,
625
- 299.7482578875172
626
- ],
627
- [
628
- -63.03703703703701,
629
- 317.6296296296297
630
- ],
631
- [
632
- -66.48010973936897,
633
- 331.27593964334704
634
- ],
635
- [
636
- -70.12482853223594,
637
- 339.98134430727026
638
- ],
639
- [
640
- -74,
641
- 343.04
642
- ],
643
- [
644
- -90,
645
- 343.04
646
- ]
647
- ],
648
- "lastCommittedPoint": null,
649
- "startBinding": {
650
- "elementId": "er-box-FlowData",
651
- "focus": 0,
652
- "gap": 4
653
- },
654
- "endBinding": {
655
- "elementId": "er-box-Connection",
656
- "focus": 0,
657
- "gap": 4
658
- },
659
- "startArrowhead": null,
660
- "endArrowhead": null,
661
- "elbowed": false,
662
- "index": null
663
- },
664
- {
665
- "id": "er-rel-2",
666
- "type": "arrow",
667
- "x": 334.93333333333334,
668
- "y": 76,
669
- "width": 95.06666666666666,
670
- "height": 120,
671
- "angle": 0,
672
- "strokeColor": "#2E7D74",
673
- "backgroundColor": "transparent",
674
- "fillStyle": "solid",
675
- "strokeWidth": 2,
676
- "strokeStyle": "solid",
677
- "roughness": 0,
678
- "opacity": 100,
679
- "groupIds": [],
680
- "frameId": null,
681
- "roundness": null,
682
- "seed": 544,
683
- "version": 1,
684
- "versionNonce": 544,
685
- "isDeleted": false,
686
- "boundElements": [],
687
- "updated": 1,
688
- "link": null,
689
- "locked": false,
690
- "points": [
691
- [
692
- 0,
693
- 0
694
- ],
695
- [
696
- 0,
697
- 16
698
- ],
699
- [
700
- 0.8476451760402028,
701
- 21.09410150891631
702
- ],
703
- [
704
- 3.2601737540008457,
705
- 26.115775034293534
706
- ],
707
- [
708
- 7.041975308642009,
709
- 31.07407407407409
710
- ],
711
- [
712
- 11.997439414723374,
713
- 35.97805212620027
714
- ],
715
- [
716
- 17.930955647005078,
717
- 40.836762688614556
718
- ],
719
- [
720
- 24.646913580246917,
721
- 45.65925925925927
722
- ],
723
- [
724
- 31.949702789209027,
725
- 50.45459533607682
726
- ],
727
- [
728
- 39.64371284865115,
729
- 55.23182441700959
730
- ],
731
- [
732
- 47.53333333333336,
733
- 60
734
- ],
735
- [
736
- 55.422953818015515,
737
- 64.76817558299041
738
- ],
739
- [
740
- 63.11696387745775,
741
- 69.54540466392316
742
- ],
743
- [
744
- 70.41975308641975,
745
- 74.34074074074073
746
- ],
747
- [
748
- 77.13571101966164,
749
- 79.16323731138544
750
- ],
751
- [
752
- 83.06922725194335,
753
- 84.02194787379972
754
- ],
755
- [
756
- 88.02469135802471,
757
- 88.92592592592592
758
- ],
759
- [
760
- 91.80649291266576,
761
- 93.88422496570644
762
- ],
763
- [
764
- 94.2190214906264,
765
- 98.90589849108369
766
- ],
767
- [
768
- 95.06666666666666,
769
- 104
770
- ],
771
- [
772
- 95.06666666666666,
773
- 120
774
- ]
775
- ],
776
- "lastCommittedPoint": null,
777
- "startBinding": {
778
- "elementId": "er-box-FlowData",
779
- "focus": 0,
780
- "gap": 4
781
- },
782
- "endBinding": {
783
- "elementId": "er-box-Panel",
784
- "focus": 0,
785
- "gap": 4
786
- },
787
- "startArrowhead": null,
788
- "endArrowhead": null,
789
- "elbowed": false,
790
- "index": null
791
- },
792
- {
793
- "id": "er-rel-3",
794
- "type": "arrow",
795
- "x": 305.06666666666666,
796
- "y": 76,
797
- "width": 95.06666666666666,
798
- "height": 120,
799
- "angle": 0,
800
- "strokeColor": "#2E7D74",
801
- "backgroundColor": "transparent",
802
- "fillStyle": "solid",
803
- "strokeWidth": 2,
804
- "strokeStyle": "solid",
805
- "roughness": 0,
806
- "opacity": 100,
807
- "groupIds": [],
808
- "frameId": null,
809
- "roundness": null,
810
- "seed": 116,
811
- "version": 1,
812
- "versionNonce": 116,
813
- "isDeleted": false,
814
- "boundElements": [],
815
- "updated": 1,
816
- "link": null,
817
- "locked": false,
818
- "points": [
819
- [
820
- 0,
821
- 0
822
- ],
823
- [
824
- 0,
825
- 16
826
- ],
827
- [
828
- -0.8476451760402028,
829
- 21.09410150891631
830
- ],
831
- [
832
- -3.2601737540009594,
833
- 26.115775034293534
834
- ],
835
- [
836
- -7.041975308641952,
837
- 31.07407407407409
838
- ],
839
- [
840
- -11.997439414723374,
841
- 35.97805212620027
842
- ],
843
- [
844
- -17.93095564700502,
845
- 40.836762688614556
846
- ],
847
- [
848
- -24.64691358024686,
849
- 45.65925925925927
850
- ],
851
- [
852
- -31.94970278920897,
853
- 50.45459533607682
854
- ],
855
- [
856
- -39.64371284865109,
857
- 55.23182441700959
858
- ],
859
- [
860
- -47.53333333333336,
861
- 60
862
- ],
863
- [
864
- -55.42295381801554,
865
- 64.76817558299041
866
- ],
867
- [
868
- -63.11696387745772,
869
- 69.54540466392316
870
- ],
871
- [
872
- -70.41975308641975,
873
- 74.34074074074073
874
- ],
875
- [
876
- -77.13571101966164,
877
- 79.16323731138544
878
- ],
879
- [
880
- -83.06922725194329,
881
- 84.02194787379972
882
- ],
883
- [
884
- -88.02469135802468,
885
- 88.92592592592592
886
- ],
887
- [
888
- -91.80649291266573,
889
- 93.88422496570644
890
- ],
891
- [
892
- -94.2190214906264,
893
- 98.90589849108369
894
- ],
895
- [
896
- -95.06666666666666,
897
- 104
898
- ],
899
- [
900
- -95.06666666666666,
901
- 120
902
- ]
903
- ],
904
- "lastCommittedPoint": null,
905
- "startBinding": {
906
- "elementId": "er-box-FlowData",
907
- "focus": 0,
908
- "gap": 4
909
- },
910
- "endBinding": {
911
- "elementId": "er-box-ViewState",
912
- "focus": 0,
913
- "gap": 4
914
- },
915
- "startArrowhead": null,
916
- "endArrowhead": null,
917
- "elbowed": false,
918
- "index": null
919
- },
920
- {
921
- "id": "er-rel-4",
922
- "type": "arrow",
923
- "x": 420,
924
- "y": 405.97333333333336,
925
- "width": 100,
926
- "height": 170.02666666666664,
927
- "angle": 0,
928
- "strokeColor": "#2E7D74",
929
- "backgroundColor": "transparent",
930
- "fillStyle": "solid",
931
- "strokeWidth": 2,
932
- "strokeStyle": "solid",
933
- "roughness": 0,
934
- "opacity": 100,
935
- "groupIds": [],
936
- "frameId": null,
937
- "roundness": null,
938
- "seed": 853,
939
- "version": 1,
940
- "versionNonce": 853,
941
- "isDeleted": false,
942
- "boundElements": [],
943
- "updated": 1,
944
- "link": null,
945
- "locked": false,
946
- "points": [
947
- [
948
- 0,
949
- 0
950
- ],
951
- [
952
- -16,
953
- 0
954
- ],
955
- [
956
- -19.964334705075487,
957
- 1.5160128029263547
958
- ],
959
- [
960
- -23.862825788751763,
961
- 5.830818472793737
962
- ],
963
- [
964
- -27.703703703703695,
965
- 12.594567901234598
966
- ],
967
- [
968
- -31.495198902606262,
969
- 21.457411979881158
970
- ],
971
- [
972
- -35.245541838134386,
973
- 32.06950160036581
974
- ],
975
- [
976
- -38.96296296296288,
977
- 44.08098765432101
978
- ],
979
- [
980
- -42.65569272976677,
981
- 57.14202103337914
982
- ],
983
- [
984
- -46.33196159122082,
985
- 70.90275262917237
986
- ],
987
- [
988
- -50,
989
- 85.01333333333332
990
- ],
991
- [
992
- -53.668038408779125,
993
- 99.12391403749427
994
- ],
995
- [
996
- -57.34430727023323,
997
- 112.88464563328762
998
- ],
999
- [
1000
- -61.03703703703707,
1001
- 125.94567901234564
1002
- ],
1003
- [
1004
- -64.7544581618655,
1005
- 137.95716506630083
1006
- ],
1007
- [
1008
- -68.50480109739362,
1009
- 148.5692546867856
1010
- ],
1011
- [
1012
- -72.2962962962963,
1013
- 157.4320987654321
1014
- ],
1015
- [
1016
- -76.1371742112483,
1017
- 164.19584819387296
1018
- ],
1019
- [
1020
- -80.03566529492457,
1021
- 168.51065386374023
1022
- ],
1023
- [
1024
- -84,
1025
- 170.02666666666664
1026
- ],
1027
- [
1028
- -100,
1029
- 170.02666666666664
1030
- ]
1031
- ],
1032
- "lastCommittedPoint": null,
1033
- "startBinding": {
1034
- "elementId": "er-box-Node",
1035
- "focus": 0,
1036
- "gap": 4
1037
- },
1038
- "endBinding": {
1039
- "elementId": "er-box-Port",
1040
- "focus": 0,
1041
- "gap": 4
1042
- },
1043
- "startArrowhead": null,
1044
- "endArrowhead": null,
1045
- "elbowed": false,
1046
- "index": null
1047
- },
1048
- {
1049
- "id": "er-rel-5",
1050
- "type": "arrow",
1051
- "x": 160,
1052
- "y": 400,
1053
- "width": 23.55555555555557,
1054
- "height": 170.02666666666664,
1055
- "angle": 0,
1056
- "strokeColor": "#2E7D74",
1057
- "backgroundColor": "transparent",
1058
- "fillStyle": "solid",
1059
- "strokeWidth": 2,
1060
- "strokeStyle": "solid",
1061
- "roughness": 0,
1062
- "opacity": 100,
1063
- "groupIds": [],
1064
- "frameId": null,
1065
- "roundness": null,
1066
- "seed": 908,
1067
- "version": 1,
1068
- "versionNonce": 908,
1069
- "isDeleted": false,
1070
- "boundElements": [],
1071
- "updated": 1,
1072
- "link": null,
1073
- "locked": false,
1074
- "points": [
1075
- [
1076
- 0,
1077
- 0
1078
- ],
1079
- [
1080
- 16,
1081
- 0
1082
- ],
1083
- [
1084
- 19.251028806584344,
1085
- 1.5160128029263547
1086
- ],
1087
- [
1088
- 21.11934156378601,
1089
- 5.830818472793737
1090
- ],
1091
- [
1092
- 21.7777777777778,
1093
- 12.594567901234655
1094
- ],
1095
- [
1096
- 21.399176954732525,
1097
- 21.4574119798811
1098
- ],
1099
- [
1100
- 20.156378600823075,
1101
- 32.06950160036581
1102
- ],
1103
- [
1104
- 18.222222222222257,
1105
- 44.08098765432106
1106
- ],
1107
- [
1108
- 15.769547325102906,
1109
- 57.142021033379024
1110
- ],
1111
- [
1112
- 12.971193415637885,
1113
- 70.90275262917237
1114
- ],
1115
- [
1116
- 10,
1117
- 85.01333333333332
1118
- ],
1119
- [
1120
- 7.028806584362144,
1121
- 99.12391403749427
1122
- ],
1123
- [
1124
- 4.230452674897094,
1125
- 112.88464563328762
1126
- ],
1127
- [
1128
- 1.7777777777777715,
1129
- 125.94567901234564
1130
- ],
1131
- [
1132
- -0.15637860082301813,
1133
- 137.95716506630094
1134
- ],
1135
- [
1136
- -1.3991769547324964,
1137
- 148.5692546867856
1138
- ],
1139
- [
1140
- -1.7777777777777715,
1141
- 157.4320987654321
1142
- ],
1143
- [
1144
- -1.1193415637860085,
1145
- 164.19584819387285
1146
- ],
1147
- [
1148
- 0.7489711934156276,
1149
- 168.51065386374023
1150
- ],
1151
- [
1152
- 4,
1153
- 170.02666666666664
1154
- ],
1155
- [
1156
- 20,
1157
- 170.02666666666664
1158
- ]
1159
- ],
1160
- "lastCommittedPoint": null,
1161
- "startBinding": {
1162
- "elementId": "er-box-Connection",
1163
- "focus": 0,
1164
- "gap": 4
1165
- },
1166
- "endBinding": {
1167
- "elementId": "er-box-Port",
1168
- "focus": 0,
1169
- "gap": 4
1170
- },
1171
- "startArrowhead": null,
1172
- "endArrowhead": null,
1173
- "elbowed": false,
1174
- "index": null
1175
- },
1176
- {
1177
- "id": "er-rel-6",
1178
- "type": "arrow",
1179
- "x": 160,
1180
- "y": 408.96,
1181
- "width": 23.55555555555557,
1182
- "height": 173.01333333333338,
1183
- "angle": 0,
1184
- "strokeColor": "#2E7D74",
1185
- "backgroundColor": "transparent",
1186
- "fillStyle": "solid",
1187
- "strokeWidth": 2,
1188
- "strokeStyle": "solid",
1189
- "roughness": 0,
1190
- "opacity": 100,
1191
- "groupIds": [],
1192
- "frameId": null,
1193
- "roundness": null,
1194
- "seed": 884,
1195
- "version": 1,
1196
- "versionNonce": 884,
1197
- "isDeleted": false,
1198
- "boundElements": [],
1199
- "updated": 1,
1200
- "link": null,
1201
- "locked": false,
1202
- "points": [
1203
- [
1204
- 0,
1205
- 0
1206
- ],
1207
- [
1208
- 16,
1209
- 0
1210
- ],
1211
- [
1212
- 19.251028806584344,
1213
- 1.5426428898032896
1214
- ],
1215
- [
1216
- 21.11934156378601,
1217
- 5.933241883859125
1218
- ],
1219
- [
1220
- 21.7777777777778,
1221
- 12.81580246913586
1222
- ],
1223
- [
1224
- 21.399176954732525,
1225
- 21.834330132601792
1226
- ],
1227
- [
1228
- 20.156378600823075,
1229
- 32.6328303612255
1230
- ],
1231
- [
1232
- 18.222222222222257,
1233
- 44.85530864197534
1234
- ],
1235
- [
1236
- 15.769547325102906,
1237
- 58.14577046181989
1238
- ],
1239
- [
1240
- 12.971193415637885,
1241
- 72.14822130772751
1242
- ],
1243
- [
1244
- 10,
1245
- 86.50666666666672
1246
- ],
1247
- [
1248
- 7.028806584362144,
1249
- 100.86511202560592
1250
- ],
1251
- [
1252
- 4.230452674897094,
1253
- 114.8675628715136
1254
- ],
1255
- [
1256
- 1.7777777777777715,
1257
- 128.15802469135798
1258
- ],
1259
- [
1260
- -0.15637860082301813,
1261
- 140.380502972108
1262
- ],
1263
- [
1264
- -1.3991769547324964,
1265
- 151.17900320073164
1266
- ],
1267
- [
1268
- -1.7777777777777715,
1269
- 160.19753086419763
1270
- ],
1271
- [
1272
- -1.1193415637860085,
1273
- 167.0800914494742
1274
- ],
1275
- [
1276
- 0.7489711934156276,
1277
- 171.47069044353003
1278
- ],
1279
- [
1280
- 4,
1281
- 173.01333333333338
1282
- ],
1283
- [
1284
- 20,
1285
- 173.01333333333338
1286
- ]
1287
- ],
1288
- "lastCommittedPoint": null,
1289
- "startBinding": {
1290
- "elementId": "er-box-Connection",
1291
- "focus": 0,
1292
- "gap": 4
1293
- },
1294
- "endBinding": {
1295
- "elementId": "er-box-Port",
1296
- "focus": 0,
1297
- "gap": 4
1298
- },
1299
- "startArrowhead": null,
1300
- "endArrowhead": null,
1301
- "elbowed": false,
1302
- "index": null
1303
- },
1304
- {
1305
- "id": "er-rel-7",
1306
- "type": "arrow",
1307
- "x": 430,
1308
- "y": 252,
1309
- "width": 60,
1310
- "height": 120,
1311
- "angle": 0,
1312
- "strokeColor": "#2E7D74",
1313
- "backgroundColor": "transparent",
1314
- "fillStyle": "solid",
1315
- "strokeWidth": 2,
1316
- "strokeStyle": "solid",
1317
- "roughness": 0,
1318
- "opacity": 100,
1319
- "groupIds": [],
1320
- "frameId": null,
1321
- "roundness": null,
1322
- "seed": 228,
1323
- "version": 1,
1324
- "versionNonce": 228,
1325
- "isDeleted": false,
1326
- "boundElements": [],
1327
- "updated": 1,
1328
- "link": null,
1329
- "locked": false,
1330
- "points": [
1331
- [
1332
- 0,
1333
- 0
1334
- ],
1335
- [
1336
- 0,
1337
- 16
1338
- ],
1339
- [
1340
- 0.5349794238682648,
1341
- 21.09410150891631
1342
- ],
1343
- [
1344
- 2.057613168724231,
1345
- 26.115775034293506
1346
- ],
1347
- [
1348
- 4.444444444444457,
1349
- 31.074074074074076
1350
- ],
1351
- [
1352
- 7.572016460905445,
1353
- 35.978052126200225
1354
- ],
1355
- [
1356
- 11.316872427983526,
1357
- 40.836762688614556
1358
- ],
1359
- [
1360
- 15.555555555555657,
1361
- 45.65925925925927
1362
- ],
1363
- [
1364
- 20.164609053497998,
1365
- 50.45459533607686
1366
- ],
1367
- [
1368
- 25.020576131687278,
1369
- 55.23182441700959
1370
- ],
1371
- [
1372
- 30,
1373
- 60
1374
- ],
1375
- [
1376
- 34.979423868312836,
1377
- 64.76817558299041
1378
- ],
1379
- [
1380
- 39.835390946502,
1381
- 69.5454046639232
1382
- ],
1383
- [
1384
- 44.44444444444446,
1385
- 74.34074074074073
1386
- ],
1387
- [
1388
- 48.683127572016474,
1389
- 79.1632373113855
1390
- ],
1391
- [
1392
- 52.42798353909467,
1393
- 84.02194787379972
1394
- ],
1395
- [
1396
- 55.55555555555566,
1397
- 88.92592592592598
1398
- ],
1399
- [
1400
- 57.94238683127571,
1401
- 93.8842249657065
1402
- ],
1403
- [
1404
- 59.46502057613168,
1405
- 98.90589849108369
1406
- ],
1407
- [
1408
- 60,
1409
- 104
1410
- ],
1411
- [
1412
- 60,
1413
- 120
1414
- ]
1415
- ],
1416
- "lastCommittedPoint": null,
1417
- "startBinding": {
1418
- "elementId": "er-box-Panel",
1419
- "focus": 0,
1420
- "gap": 4
1421
- },
1422
- "endBinding": {
1423
- "elementId": "er-box-Node",
1424
- "focus": 0,
1425
- "gap": 4
1426
- },
1427
- "startArrowhead": null,
1428
- "endArrowhead": null,
1429
- "elbowed": false,
1430
- "index": null
1431
- },
1432
- {
1433
- "id": "erc-0-a-bar0",
1434
- "type": "line",
1435
- "x": 399,
1436
- "y": 55,
1437
- "width": 0,
1438
- "height": 14,
1439
- "angle": 0,
1440
- "strokeColor": "#1B1F23",
1441
- "backgroundColor": "transparent",
1442
- "fillStyle": "hachure",
1443
- "strokeWidth": 1.6,
1444
- "strokeStyle": "solid",
1445
- "roughness": 0,
1446
- "opacity": 100,
1447
- "groupIds": [],
1448
- "frameId": null,
1449
- "roundness": null,
1450
- "seed": 264,
1451
- "version": 1,
1452
- "versionNonce": 264,
1453
- "isDeleted": false,
1454
- "boundElements": [],
1455
- "updated": 1,
1456
- "link": null,
1457
- "locked": false,
1458
- "index": null,
1459
- "points": [
1460
- [
1461
- 0,
1462
- 0
1463
- ],
1464
- [
1465
- 0,
1466
- -14
1467
- ]
1468
- ],
1469
- "lastCommittedPoint": null,
1470
- "startBinding": null,
1471
- "endBinding": null,
1472
- "startArrowhead": null,
1473
- "endArrowhead": null
1474
- },
1475
- {
1476
- "id": "erc-0-a-bar1",
1477
- "type": "line",
1478
- "x": 404,
1479
- "y": 55,
1480
- "width": 0,
1481
- "height": 14,
1482
- "angle": 0,
1483
- "strokeColor": "#1B1F23",
1484
- "backgroundColor": "transparent",
1485
- "fillStyle": "hachure",
1486
- "strokeWidth": 1.6,
1487
- "strokeStyle": "solid",
1488
- "roughness": 0,
1489
- "opacity": 100,
1490
- "groupIds": [],
1491
- "frameId": null,
1492
- "roundness": null,
1493
- "seed": 265,
1494
- "version": 1,
1495
- "versionNonce": 265,
1496
- "isDeleted": false,
1497
- "boundElements": [],
1498
- "updated": 1,
1499
- "link": null,
1500
- "locked": false,
1501
- "index": null,
1502
- "points": [
1503
- [
1504
- 0,
1505
- 0
1506
- ],
1507
- [
1508
- 0,
1509
- -14
1510
- ]
1511
- ],
1512
- "lastCommittedPoint": null,
1513
- "startBinding": null,
1514
- "endBinding": null,
1515
- "startArrowhead": null,
1516
- "endArrowhead": null
1517
- },
1518
- {
1519
- "id": "erc-0-b-fork0",
1520
- "type": "line",
1521
- "x": 406,
1522
- "y": 394.02666666666664,
1523
- "width": 14,
1524
- "height": 8,
1525
- "angle": 0,
1526
- "strokeColor": "#1B1F23",
1527
- "backgroundColor": "transparent",
1528
- "fillStyle": "hachure",
1529
- "strokeWidth": 1.6,
1530
- "strokeStyle": "solid",
1531
- "roughness": 0,
1532
- "opacity": 100,
1533
- "groupIds": [],
1534
- "frameId": null,
1535
- "roundness": null,
1536
- "seed": 368,
1537
- "version": 1,
1538
- "versionNonce": 368,
1539
- "isDeleted": false,
1540
- "boundElements": [],
1541
- "updated": 1,
1542
- "link": null,
1543
- "locked": false,
1544
- "index": null,
1545
- "points": [
1546
- [
1547
- 0,
1548
- 0
1549
- ],
1550
- [
1551
- 14,
1552
- -8
1553
- ]
1554
- ],
1555
- "lastCommittedPoint": null,
1556
- "startBinding": null,
1557
- "endBinding": null,
1558
- "startArrowhead": null,
1559
- "endArrowhead": null
1560
- },
1561
- {
1562
- "id": "erc-0-b-fork1",
1563
- "type": "line",
1564
- "x": 406,
1565
- "y": 394.02666666666664,
1566
- "width": 14,
1567
- "height": 0,
1568
- "angle": 0,
1569
- "strokeColor": "#1B1F23",
1570
- "backgroundColor": "transparent",
1571
- "fillStyle": "hachure",
1572
- "strokeWidth": 1.6,
1573
- "strokeStyle": "solid",
1574
- "roughness": 0,
1575
- "opacity": 100,
1576
- "groupIds": [],
1577
- "frameId": null,
1578
- "roundness": null,
1579
- "seed": 369,
1580
- "version": 1,
1581
- "versionNonce": 369,
1582
- "isDeleted": false,
1583
- "boundElements": [],
1584
- "updated": 1,
1585
- "link": null,
1586
- "locked": false,
1587
- "index": null,
1588
- "points": [
1589
- [
1590
- 0,
1591
- 0
1592
- ],
1593
- [
1594
- 14,
1595
- 0
1596
- ]
1597
- ],
1598
- "lastCommittedPoint": null,
1599
- "startBinding": null,
1600
- "endBinding": null,
1601
- "startArrowhead": null,
1602
- "endArrowhead": null
1603
- },
1604
- {
1605
- "id": "erc-0-b-fork2",
1606
- "type": "line",
1607
- "x": 406,
1608
- "y": 394.02666666666664,
1609
- "width": 14,
1610
- "height": 8,
1611
- "angle": 0,
1612
- "strokeColor": "#1B1F23",
1613
- "backgroundColor": "transparent",
1614
- "fillStyle": "hachure",
1615
- "strokeWidth": 1.6,
1616
- "strokeStyle": "solid",
1617
- "roughness": 0,
1618
- "opacity": 100,
1619
- "groupIds": [],
1620
- "frameId": null,
1621
- "roundness": null,
1622
- "seed": 370,
1623
- "version": 1,
1624
- "versionNonce": 370,
1625
- "isDeleted": false,
1626
- "boundElements": [],
1627
- "updated": 1,
1628
- "link": null,
1629
- "locked": false,
1630
- "index": null,
1631
- "points": [
1632
- [
1633
- 0,
1634
- 0
1635
- ],
1636
- [
1637
- 14,
1638
- 8
1639
- ]
1640
- ],
1641
- "lastCommittedPoint": null,
1642
- "startBinding": null,
1643
- "endBinding": null,
1644
- "startArrowhead": null,
1645
- "endArrowhead": null
1646
- },
1647
- {
1648
- "id": "erc-0-b-zero",
1649
- "type": "ellipse",
1650
- "x": 392.5,
1651
- "y": 389.52666666666664,
1652
- "width": 9,
1653
- "height": 9,
1654
- "angle": 0,
1655
- "strokeColor": "#1B1F23",
1656
- "backgroundColor": "#FBF7EE",
1657
- "fillStyle": "solid",
1658
- "strokeWidth": 1.6,
1659
- "strokeStyle": "solid",
1660
- "roughness": 0,
1661
- "opacity": 100,
1662
- "groupIds": [],
1663
- "frameId": null,
1664
- "roundness": null,
1665
- "seed": 371,
1666
- "version": 1,
1667
- "versionNonce": 371,
1668
- "isDeleted": false,
1669
- "boundElements": [],
1670
- "updated": 1,
1671
- "link": null,
1672
- "locked": false,
1673
- "index": null
1674
- },
1675
- {
1676
- "id": "er-rlabelbg-0",
1677
- "type": "rectangle",
1678
- "x": 375.0148148148149,
1679
- "y": 138.85530864197528,
1680
- "width": 71.6,
1681
- "height": 17,
1682
- "angle": 0,
1683
- "strokeColor": "#FBF7EE",
1684
- "backgroundColor": "#FBF7EE",
1685
- "fillStyle": "solid",
1686
- "strokeWidth": 1,
1687
- "strokeStyle": "solid",
1688
- "roughness": 0,
1689
- "opacity": 100,
1690
- "groupIds": [],
1691
- "frameId": null,
1692
- "roundness": {
1693
- "type": 3
1694
- },
1695
- "seed": 328,
1696
- "version": 1,
1697
- "versionNonce": 328,
1698
- "isDeleted": false,
1699
- "boundElements": [],
1700
- "updated": 1,
1701
- "link": null,
1702
- "locked": false,
1703
- "index": null
1704
- },
1705
- {
1706
- "id": "er-rlabel-0",
1707
- "type": "text",
1708
- "x": 375.0148148148149,
1709
- "y": 138.95530864197528,
1710
- "width": 71.6,
1711
- "height": 17,
1712
- "angle": 0,
1713
- "strokeColor": "#8A7F72",
1714
- "backgroundColor": "transparent",
1715
- "fillStyle": "solid",
1716
- "strokeWidth": 1,
1717
- "strokeStyle": "solid",
1718
- "roughness": 1,
1719
- "opacity": 100,
1720
- "groupIds": [],
1721
- "frameId": null,
1722
- "roundness": null,
1723
- "seed": 329,
1724
- "version": 1,
1725
- "versionNonce": 329,
1726
- "isDeleted": false,
1727
- "boundElements": null,
1728
- "updated": 1,
1729
- "link": null,
1730
- "locked": false,
1731
- "text": "contains",
1732
- "fontSize": 12,
1733
- "fontFamily": 5,
1734
- "textAlign": "center",
1735
- "verticalAlign": "top",
1736
- "containerId": null,
1737
- "originalText": "contains",
1738
- "autoResize": true,
1739
- "lineHeight": 1.25,
1740
- "index": null
1741
- },
1742
- {
1743
- "id": "erc-1-a-bar0",
1744
- "type": "line",
1745
- "x": 241,
1746
- "y": 41,
1747
- "width": 0,
1748
- "height": 14,
1749
- "angle": 0,
1750
- "strokeColor": "#1B1F23",
1751
- "backgroundColor": "transparent",
1752
- "fillStyle": "hachure",
1753
- "strokeWidth": 1.6,
1754
- "strokeStyle": "solid",
1755
- "roughness": 0,
1756
- "opacity": 100,
1757
- "groupIds": [],
1758
- "frameId": null,
1759
- "roundness": null,
1760
- "seed": 636,
1761
- "version": 1,
1762
- "versionNonce": 636,
1763
- "isDeleted": false,
1764
- "boundElements": [],
1765
- "updated": 1,
1766
- "link": null,
1767
- "locked": false,
1768
- "index": null,
1769
- "points": [
1770
- [
1771
- 0,
1772
- 0
1773
- ],
1774
- [
1775
- 0,
1776
- 14
1777
- ]
1778
- ],
1779
- "lastCommittedPoint": null,
1780
- "startBinding": null,
1781
- "endBinding": null,
1782
- "startArrowhead": null,
1783
- "endArrowhead": null
1784
- },
1785
- {
1786
- "id": "erc-1-a-bar1",
1787
- "type": "line",
1788
- "x": 236,
1789
- "y": 41,
1790
- "width": 0,
1791
- "height": 14,
1792
- "angle": 0,
1793
- "strokeColor": "#1B1F23",
1794
- "backgroundColor": "transparent",
1795
- "fillStyle": "hachure",
1796
- "strokeWidth": 1.6,
1797
- "strokeStyle": "solid",
1798
- "roughness": 0,
1799
- "opacity": 100,
1800
- "groupIds": [],
1801
- "frameId": null,
1802
- "roundness": null,
1803
- "seed": 637,
1804
- "version": 1,
1805
- "versionNonce": 637,
1806
- "isDeleted": false,
1807
- "boundElements": [],
1808
- "updated": 1,
1809
- "link": null,
1810
- "locked": false,
1811
- "index": null,
1812
- "points": [
1813
- [
1814
- 0,
1815
- 0
1816
- ],
1817
- [
1818
- 0,
1819
- 14
1820
- ]
1821
- ],
1822
- "lastCommittedPoint": null,
1823
- "startBinding": null,
1824
- "endBinding": null,
1825
- "startArrowhead": null,
1826
- "endArrowhead": null
1827
- },
1828
- {
1829
- "id": "erc-1-b-fork0",
1830
- "type": "line",
1831
- "x": 174,
1832
- "y": 391.04,
1833
- "width": 14,
1834
- "height": 8,
1835
- "angle": 0,
1836
- "strokeColor": "#1B1F23",
1837
- "backgroundColor": "transparent",
1838
- "fillStyle": "hachure",
1839
- "strokeWidth": 1.6,
1840
- "strokeStyle": "solid",
1841
- "roughness": 0,
1842
- "opacity": 100,
1843
- "groupIds": [],
1844
- "frameId": null,
1845
- "roundness": null,
1846
- "seed": 220,
1847
- "version": 1,
1848
- "versionNonce": 220,
1849
- "isDeleted": false,
1850
- "boundElements": [],
1851
- "updated": 1,
1852
- "link": null,
1853
- "locked": false,
1854
- "index": null,
1855
- "points": [
1856
- [
1857
- 0,
1858
- 0
1859
- ],
1860
- [
1861
- -14,
1862
- 8
1863
- ]
1864
- ],
1865
- "lastCommittedPoint": null,
1866
- "startBinding": null,
1867
- "endBinding": null,
1868
- "startArrowhead": null,
1869
- "endArrowhead": null
1870
- },
1871
- {
1872
- "id": "erc-1-b-fork1",
1873
- "type": "line",
1874
- "x": 174,
1875
- "y": 391.04,
1876
- "width": 14,
1877
- "height": 0,
1878
- "angle": 0,
1879
- "strokeColor": "#1B1F23",
1880
- "backgroundColor": "transparent",
1881
- "fillStyle": "hachure",
1882
- "strokeWidth": 1.6,
1883
- "strokeStyle": "solid",
1884
- "roughness": 0,
1885
- "opacity": 100,
1886
- "groupIds": [],
1887
- "frameId": null,
1888
- "roundness": null,
1889
- "seed": 221,
1890
- "version": 1,
1891
- "versionNonce": 221,
1892
- "isDeleted": false,
1893
- "boundElements": [],
1894
- "updated": 1,
1895
- "link": null,
1896
- "locked": false,
1897
- "index": null,
1898
- "points": [
1899
- [
1900
- 0,
1901
- 0
1902
- ],
1903
- [
1904
- -14,
1905
- 0
1906
- ]
1907
- ],
1908
- "lastCommittedPoint": null,
1909
- "startBinding": null,
1910
- "endBinding": null,
1911
- "startArrowhead": null,
1912
- "endArrowhead": null
1913
- },
1914
- {
1915
- "id": "erc-1-b-fork2",
1916
- "type": "line",
1917
- "x": 174,
1918
- "y": 391.04,
1919
- "width": 14,
1920
- "height": 8,
1921
- "angle": 0,
1922
- "strokeColor": "#1B1F23",
1923
- "backgroundColor": "transparent",
1924
- "fillStyle": "hachure",
1925
- "strokeWidth": 1.6,
1926
- "strokeStyle": "solid",
1927
- "roughness": 0,
1928
- "opacity": 100,
1929
- "groupIds": [],
1930
- "frameId": null,
1931
- "roundness": null,
1932
- "seed": 222,
1933
- "version": 1,
1934
- "versionNonce": 222,
1935
- "isDeleted": false,
1936
- "boundElements": [],
1937
- "updated": 1,
1938
- "link": null,
1939
- "locked": false,
1940
- "index": null,
1941
- "points": [
1942
- [
1943
- 0,
1944
- 0
1945
- ],
1946
- [
1947
- -14,
1948
- -8
1949
- ]
1950
- ],
1951
- "lastCommittedPoint": null,
1952
- "startBinding": null,
1953
- "endBinding": null,
1954
- "startArrowhead": null,
1955
- "endArrowhead": null
1956
- },
1957
- {
1958
- "id": "erc-1-b-zero",
1959
- "type": "ellipse",
1960
- "x": 178.5,
1961
- "y": 386.54,
1962
- "width": 9,
1963
- "height": 9,
1964
- "angle": 0,
1965
- "strokeColor": "#1B1F23",
1966
- "backgroundColor": "#FBF7EE",
1967
- "fillStyle": "solid",
1968
- "strokeWidth": 1.6,
1969
- "strokeStyle": "solid",
1970
- "roughness": 0,
1971
- "opacity": 100,
1972
- "groupIds": [],
1973
- "frameId": null,
1974
- "roundness": null,
1975
- "seed": 223,
1976
- "version": 1,
1977
- "versionNonce": 223,
1978
- "isDeleted": false,
1979
- "boundElements": [],
1980
- "updated": 1,
1981
- "link": null,
1982
- "locked": false,
1983
- "index": null
1984
- },
1985
- {
1986
- "id": "er-rlabelbg-1",
1987
- "type": "rectangle",
1988
- "x": 170.98148148148147,
1989
- "y": 128.43629629629632,
1990
- "width": 71.6,
1991
- "height": 17,
1992
- "angle": 0,
1993
- "strokeColor": "#FBF7EE",
1994
- "backgroundColor": "#FBF7EE",
1995
- "fillStyle": "solid",
1996
- "strokeWidth": 1,
1997
- "strokeStyle": "solid",
1998
- "roughness": 0,
1999
- "opacity": 100,
2000
- "groupIds": [],
2001
- "frameId": null,
2002
- "roundness": {
2003
- "type": 3
2004
- },
2005
- "seed": 901,
2006
- "version": 1,
2007
- "versionNonce": 901,
2008
- "isDeleted": false,
2009
- "boundElements": [],
2010
- "updated": 1,
2011
- "link": null,
2012
- "locked": false,
2013
- "index": null
2014
- },
2015
- {
2016
- "id": "er-rlabel-1",
2017
- "type": "text",
2018
- "x": 170.98148148148147,
2019
- "y": 128.5362962962963,
2020
- "width": 71.6,
2021
- "height": 17,
2022
- "angle": 0,
2023
- "strokeColor": "#8A7F72",
2024
- "backgroundColor": "transparent",
2025
- "fillStyle": "solid",
2026
- "strokeWidth": 1,
2027
- "strokeStyle": "solid",
2028
- "roughness": 1,
2029
- "opacity": 100,
2030
- "groupIds": [],
2031
- "frameId": null,
2032
- "roundness": null,
2033
- "seed": 902,
2034
- "version": 1,
2035
- "versionNonce": 902,
2036
- "isDeleted": false,
2037
- "boundElements": null,
2038
- "updated": 1,
2039
- "link": null,
2040
- "locked": false,
2041
- "text": "contains",
2042
- "fontSize": 12,
2043
- "fontFamily": 5,
2044
- "textAlign": "center",
2045
- "verticalAlign": "top",
2046
- "containerId": null,
2047
- "originalText": "contains",
2048
- "autoResize": true,
2049
- "lineHeight": 1.25,
2050
- "index": null
2051
- },
2052
- {
2053
- "id": "erc-2-a-bar0",
2054
- "type": "line",
2055
- "x": 327.93333333333334,
2056
- "y": 85,
2057
- "width": 14,
2058
- "height": 0,
2059
- "angle": 0,
2060
- "strokeColor": "#1B1F23",
2061
- "backgroundColor": "transparent",
2062
- "fillStyle": "hachure",
2063
- "strokeWidth": 1.6,
2064
- "strokeStyle": "solid",
2065
- "roughness": 0,
2066
- "opacity": 100,
2067
- "groupIds": [],
2068
- "frameId": null,
2069
- "roundness": null,
2070
- "seed": 372,
2071
- "version": 1,
2072
- "versionNonce": 372,
2073
- "isDeleted": false,
2074
- "boundElements": [],
2075
- "updated": 1,
2076
- "link": null,
2077
- "locked": false,
2078
- "index": null,
2079
- "points": [
2080
- [
2081
- 0,
2082
- 0
2083
- ],
2084
- [
2085
- 14,
2086
- 0
2087
- ]
2088
- ],
2089
- "lastCommittedPoint": null,
2090
- "startBinding": null,
2091
- "endBinding": null,
2092
- "startArrowhead": null,
2093
- "endArrowhead": null
2094
- },
2095
- {
2096
- "id": "erc-2-a-bar1",
2097
- "type": "line",
2098
- "x": 327.93333333333334,
2099
- "y": 90,
2100
- "width": 14,
2101
- "height": 0,
2102
- "angle": 0,
2103
- "strokeColor": "#1B1F23",
2104
- "backgroundColor": "transparent",
2105
- "fillStyle": "hachure",
2106
- "strokeWidth": 1.6,
2107
- "strokeStyle": "solid",
2108
- "roughness": 0,
2109
- "opacity": 100,
2110
- "groupIds": [],
2111
- "frameId": null,
2112
- "roundness": null,
2113
- "seed": 373,
2114
- "version": 1,
2115
- "versionNonce": 373,
2116
- "isDeleted": false,
2117
- "boundElements": [],
2118
- "updated": 1,
2119
- "link": null,
2120
- "locked": false,
2121
- "index": null,
2122
- "points": [
2123
- [
2124
- 0,
2125
- 0
2126
- ],
2127
- [
2128
- 14,
2129
- 0
2130
- ]
2131
- ],
2132
- "lastCommittedPoint": null,
2133
- "startBinding": null,
2134
- "endBinding": null,
2135
- "startArrowhead": null,
2136
- "endArrowhead": null
2137
- },
2138
- {
2139
- "id": "erc-2-b-fork0",
2140
- "type": "line",
2141
- "x": 430,
2142
- "y": 182,
2143
- "width": 8,
2144
- "height": 14,
2145
- "angle": 0,
2146
- "strokeColor": "#1B1F23",
2147
- "backgroundColor": "transparent",
2148
- "fillStyle": "hachure",
2149
- "strokeWidth": 1.6,
2150
- "strokeStyle": "solid",
2151
- "roughness": 0,
2152
- "opacity": 100,
2153
- "groupIds": [],
2154
- "frameId": null,
2155
- "roundness": null,
2156
- "seed": 512,
2157
- "version": 1,
2158
- "versionNonce": 512,
2159
- "isDeleted": false,
2160
- "boundElements": [],
2161
- "updated": 1,
2162
- "link": null,
2163
- "locked": false,
2164
- "index": null,
2165
- "points": [
2166
- [
2167
- 0,
2168
- 0
2169
- ],
2170
- [
2171
- 8,
2172
- 14
2173
- ]
2174
- ],
2175
- "lastCommittedPoint": null,
2176
- "startBinding": null,
2177
- "endBinding": null,
2178
- "startArrowhead": null,
2179
- "endArrowhead": null
2180
- },
2181
- {
2182
- "id": "erc-2-b-fork1",
2183
- "type": "line",
2184
- "x": 430,
2185
- "y": 182,
2186
- "width": 0,
2187
- "height": 14,
2188
- "angle": 0,
2189
- "strokeColor": "#1B1F23",
2190
- "backgroundColor": "transparent",
2191
- "fillStyle": "hachure",
2192
- "strokeWidth": 1.6,
2193
- "strokeStyle": "solid",
2194
- "roughness": 0,
2195
- "opacity": 100,
2196
- "groupIds": [],
2197
- "frameId": null,
2198
- "roundness": null,
2199
- "seed": 513,
2200
- "version": 1,
2201
- "versionNonce": 513,
2202
- "isDeleted": false,
2203
- "boundElements": [],
2204
- "updated": 1,
2205
- "link": null,
2206
- "locked": false,
2207
- "index": null,
2208
- "points": [
2209
- [
2210
- 0,
2211
- 0
2212
- ],
2213
- [
2214
- 0,
2215
- 14
2216
- ]
2217
- ],
2218
- "lastCommittedPoint": null,
2219
- "startBinding": null,
2220
- "endBinding": null,
2221
- "startArrowhead": null,
2222
- "endArrowhead": null
2223
- },
2224
- {
2225
- "id": "erc-2-b-fork2",
2226
- "type": "line",
2227
- "x": 430,
2228
- "y": 182,
2229
- "width": 8,
2230
- "height": 14,
2231
- "angle": 0,
2232
- "strokeColor": "#1B1F23",
2233
- "backgroundColor": "transparent",
2234
- "fillStyle": "hachure",
2235
- "strokeWidth": 1.6,
2236
- "strokeStyle": "solid",
2237
- "roughness": 0,
2238
- "opacity": 100,
2239
- "groupIds": [],
2240
- "frameId": null,
2241
- "roundness": null,
2242
- "seed": 514,
2243
- "version": 1,
2244
- "versionNonce": 514,
2245
- "isDeleted": false,
2246
- "boundElements": [],
2247
- "updated": 1,
2248
- "link": null,
2249
- "locked": false,
2250
- "index": null,
2251
- "points": [
2252
- [
2253
- 0,
2254
- 0
2255
- ],
2256
- [
2257
- -8,
2258
- 14
2259
- ]
2260
- ],
2261
- "lastCommittedPoint": null,
2262
- "startBinding": null,
2263
- "endBinding": null,
2264
- "startArrowhead": null,
2265
- "endArrowhead": null
2266
- },
2267
- {
2268
- "id": "erc-2-b-zero",
2269
- "type": "ellipse",
2270
- "x": 425.5,
2271
- "y": 168.5,
2272
- "width": 9,
2273
- "height": 9,
2274
- "angle": 0,
2275
- "strokeColor": "#1B1F23",
2276
- "backgroundColor": "#FBF7EE",
2277
- "fillStyle": "solid",
2278
- "strokeWidth": 1.6,
2279
- "strokeStyle": "solid",
2280
- "roughness": 0,
2281
- "opacity": 100,
2282
- "groupIds": [],
2283
- "frameId": null,
2284
- "roundness": null,
2285
- "seed": 515,
2286
- "version": 1,
2287
- "versionNonce": 515,
2288
- "isDeleted": false,
2289
- "boundElements": [],
2290
- "updated": 1,
2291
- "link": null,
2292
- "locked": false,
2293
- "index": null
2294
- },
2295
- {
2296
- "id": "er-rlabelbg-2",
2297
- "type": "rectangle",
2298
- "x": 346.6666666666667,
2299
- "y": 117.85530864197528,
2300
- "width": 71.6,
2301
- "height": 17,
2302
- "angle": 0,
2303
- "strokeColor": "#FBF7EE",
2304
- "backgroundColor": "#FBF7EE",
2305
- "fillStyle": "solid",
2306
- "strokeWidth": 1,
2307
- "strokeStyle": "solid",
2308
- "roughness": 0,
2309
- "opacity": 100,
2310
- "groupIds": [],
2311
- "frameId": null,
2312
- "roundness": {
2313
- "type": 3
2314
- },
2315
- "seed": 677,
2316
- "version": 1,
2317
- "versionNonce": 677,
2318
- "isDeleted": false,
2319
- "boundElements": [],
2320
- "updated": 1,
2321
- "link": null,
2322
- "locked": false,
2323
- "index": null
2324
- },
2325
- {
2326
- "id": "er-rlabel-2",
2327
- "type": "text",
2328
- "x": 346.6666666666667,
2329
- "y": 117.95530864197528,
2330
- "width": 71.6,
2331
- "height": 17,
2332
- "angle": 0,
2333
- "strokeColor": "#8A7F72",
2334
- "backgroundColor": "transparent",
2335
- "fillStyle": "solid",
2336
- "strokeWidth": 1,
2337
- "strokeStyle": "solid",
2338
- "roughness": 1,
2339
- "opacity": 100,
2340
- "groupIds": [],
2341
- "frameId": null,
2342
- "roundness": null,
2343
- "seed": 678,
2344
- "version": 1,
2345
- "versionNonce": 678,
2346
- "isDeleted": false,
2347
- "boundElements": null,
2348
- "updated": 1,
2349
- "link": null,
2350
- "locked": false,
2351
- "text": "contains",
2352
- "fontSize": 12,
2353
- "fontFamily": 5,
2354
- "textAlign": "center",
2355
- "verticalAlign": "top",
2356
- "containerId": null,
2357
- "originalText": "contains",
2358
- "autoResize": true,
2359
- "lineHeight": 1.25,
2360
- "index": null
2361
- },
2362
- {
2363
- "id": "erc-3-a-bar0",
2364
- "type": "line",
2365
- "x": 298.06666666666666,
2366
- "y": 85,
2367
- "width": 14,
2368
- "height": 0,
2369
- "angle": 0,
2370
- "strokeColor": "#1B1F23",
2371
- "backgroundColor": "transparent",
2372
- "fillStyle": "hachure",
2373
- "strokeWidth": 1.6,
2374
- "strokeStyle": "solid",
2375
- "roughness": 0,
2376
- "opacity": 100,
2377
- "groupIds": [],
2378
- "frameId": null,
2379
- "roundness": null,
2380
- "seed": 613,
2381
- "version": 1,
2382
- "versionNonce": 613,
2383
- "isDeleted": false,
2384
- "boundElements": [],
2385
- "updated": 1,
2386
- "link": null,
2387
- "locked": false,
2388
- "index": null,
2389
- "points": [
2390
- [
2391
- 0,
2392
- 0
2393
- ],
2394
- [
2395
- 14,
2396
- 0
2397
- ]
2398
- ],
2399
- "lastCommittedPoint": null,
2400
- "startBinding": null,
2401
- "endBinding": null,
2402
- "startArrowhead": null,
2403
- "endArrowhead": null
2404
- },
2405
- {
2406
- "id": "erc-3-a-bar1",
2407
- "type": "line",
2408
- "x": 298.06666666666666,
2409
- "y": 90,
2410
- "width": 14,
2411
- "height": 0,
2412
- "angle": 0,
2413
- "strokeColor": "#1B1F23",
2414
- "backgroundColor": "transparent",
2415
- "fillStyle": "hachure",
2416
- "strokeWidth": 1.6,
2417
- "strokeStyle": "solid",
2418
- "roughness": 0,
2419
- "opacity": 100,
2420
- "groupIds": [],
2421
- "frameId": null,
2422
- "roundness": null,
2423
- "seed": 614,
2424
- "version": 1,
2425
- "versionNonce": 614,
2426
- "isDeleted": false,
2427
- "boundElements": [],
2428
- "updated": 1,
2429
- "link": null,
2430
- "locked": false,
2431
- "index": null,
2432
- "points": [
2433
- [
2434
- 0,
2435
- 0
2436
- ],
2437
- [
2438
- 14,
2439
- 0
2440
- ]
2441
- ],
2442
- "lastCommittedPoint": null,
2443
- "startBinding": null,
2444
- "endBinding": null,
2445
- "startArrowhead": null,
2446
- "endArrowhead": null
2447
- },
2448
- {
2449
- "id": "erc-3-b-bar0",
2450
- "type": "line",
2451
- "x": 217,
2452
- "y": 187,
2453
- "width": 14,
2454
- "height": 0,
2455
- "angle": 0,
2456
- "strokeColor": "#1B1F23",
2457
- "backgroundColor": "transparent",
2458
- "fillStyle": "hachure",
2459
- "strokeWidth": 1.6,
2460
- "strokeStyle": "solid",
2461
- "roughness": 0,
2462
- "opacity": 100,
2463
- "groupIds": [],
2464
- "frameId": null,
2465
- "roundness": null,
2466
- "seed": 284,
2467
- "version": 1,
2468
- "versionNonce": 284,
2469
- "isDeleted": false,
2470
- "boundElements": [],
2471
- "updated": 1,
2472
- "link": null,
2473
- "locked": false,
2474
- "index": null,
2475
- "points": [
2476
- [
2477
- 0,
2478
- 0
2479
- ],
2480
- [
2481
- -14,
2482
- 0
2483
- ]
2484
- ],
2485
- "lastCommittedPoint": null,
2486
- "startBinding": null,
2487
- "endBinding": null,
2488
- "startArrowhead": null,
2489
- "endArrowhead": null
2490
- },
2491
- {
2492
- "id": "erc-3-b-bar1",
2493
- "type": "line",
2494
- "x": 217,
2495
- "y": 182,
2496
- "width": 14,
2497
- "height": 0,
2498
- "angle": 0,
2499
- "strokeColor": "#1B1F23",
2500
- "backgroundColor": "transparent",
2501
- "fillStyle": "hachure",
2502
- "strokeWidth": 1.6,
2503
- "strokeStyle": "solid",
2504
- "roughness": 0,
2505
- "opacity": 100,
2506
- "groupIds": [],
2507
- "frameId": null,
2508
- "roundness": null,
2509
- "seed": 285,
2510
- "version": 1,
2511
- "versionNonce": 285,
2512
- "isDeleted": false,
2513
- "boundElements": [],
2514
- "updated": 1,
2515
- "link": null,
2516
- "locked": false,
2517
- "index": null,
2518
- "points": [
2519
- [
2520
- 0,
2521
- 0
2522
- ],
2523
- [
2524
- -14,
2525
- 0
2526
- ]
2527
- ],
2528
- "lastCommittedPoint": null,
2529
- "startBinding": null,
2530
- "endBinding": null,
2531
- "startArrowhead": null,
2532
- "endArrowhead": null
2533
- },
2534
- {
2535
- "id": "er-rlabelbg-3",
2536
- "type": "rectangle",
2537
- "x": 246.5814814814815,
2538
- "y": 127.5,
2539
- "width": 35.599999999999994,
2540
- "height": 17,
2541
- "angle": 0,
2542
- "strokeColor": "#FBF7EE",
2543
- "backgroundColor": "#FBF7EE",
2544
- "fillStyle": "solid",
2545
- "strokeWidth": 1,
2546
- "strokeStyle": "solid",
2547
- "roughness": 0,
2548
- "opacity": 100,
2549
- "groupIds": [],
2550
- "frameId": null,
2551
- "roundness": {
2552
- "type": 3
2553
- },
2554
- "seed": 104,
2555
- "version": 1,
2556
- "versionNonce": 104,
2557
- "isDeleted": false,
2558
- "boundElements": [],
2559
- "updated": 1,
2560
- "link": null,
2561
- "locked": false,
2562
- "index": null
2563
- },
2564
- {
2565
- "id": "er-rlabel-3",
2566
- "type": "text",
2567
- "x": 246.5814814814815,
2568
- "y": 127.6,
2569
- "width": 35.599999999999994,
2570
- "height": 17,
2571
- "angle": 0,
2572
- "strokeColor": "#8A7F72",
2573
- "backgroundColor": "transparent",
2574
- "fillStyle": "solid",
2575
- "strokeWidth": 1,
2576
- "strokeStyle": "solid",
2577
- "roughness": 1,
2578
- "opacity": 100,
2579
- "groupIds": [],
2580
- "frameId": null,
2581
- "roundness": null,
2582
- "seed": 105,
2583
- "version": 1,
2584
- "versionNonce": 105,
2585
- "isDeleted": false,
2586
- "boundElements": null,
2587
- "updated": 1,
2588
- "link": null,
2589
- "locked": false,
2590
- "text": "has",
2591
- "fontSize": 12,
2592
- "fontFamily": 5,
2593
- "textAlign": "center",
2594
- "verticalAlign": "top",
2595
- "containerId": null,
2596
- "originalText": "has",
2597
- "autoResize": true,
2598
- "lineHeight": 1.25,
2599
- "index": null
2600
- },
2601
- {
2602
- "id": "erc-4-a-bar0",
2603
- "type": "line",
2604
- "x": 411,
2605
- "y": 398.97333333333336,
2606
- "width": 0,
2607
- "height": 14,
2608
- "angle": 0,
2609
- "strokeColor": "#1B1F23",
2610
- "backgroundColor": "transparent",
2611
- "fillStyle": "hachure",
2612
- "strokeWidth": 1.6,
2613
- "strokeStyle": "solid",
2614
- "roughness": 0,
2615
- "opacity": 100,
2616
- "groupIds": [],
2617
- "frameId": null,
2618
- "roundness": null,
2619
- "seed": 208,
2620
- "version": 1,
2621
- "versionNonce": 208,
2622
- "isDeleted": false,
2623
- "boundElements": [],
2624
- "updated": 1,
2625
- "link": null,
2626
- "locked": false,
2627
- "index": null,
2628
- "points": [
2629
- [
2630
- 0,
2631
- 0
2632
- ],
2633
- [
2634
- 0,
2635
- 14
2636
- ]
2637
- ],
2638
- "lastCommittedPoint": null,
2639
- "startBinding": null,
2640
- "endBinding": null,
2641
- "startArrowhead": null,
2642
- "endArrowhead": null
2643
- },
2644
- {
2645
- "id": "erc-4-a-bar1",
2646
- "type": "line",
2647
- "x": 406,
2648
- "y": 398.97333333333336,
2649
- "width": 0,
2650
- "height": 14,
2651
- "angle": 0,
2652
- "strokeColor": "#1B1F23",
2653
- "backgroundColor": "transparent",
2654
- "fillStyle": "hachure",
2655
- "strokeWidth": 1.6,
2656
- "strokeStyle": "solid",
2657
- "roughness": 0,
2658
- "opacity": 100,
2659
- "groupIds": [],
2660
- "frameId": null,
2661
- "roundness": null,
2662
- "seed": 209,
2663
- "version": 1,
2664
- "versionNonce": 209,
2665
- "isDeleted": false,
2666
- "boundElements": [],
2667
- "updated": 1,
2668
- "link": null,
2669
- "locked": false,
2670
- "index": null,
2671
- "points": [
2672
- [
2673
- 0,
2674
- 0
2675
- ],
2676
- [
2677
- 0,
2678
- 14
2679
- ]
2680
- ],
2681
- "lastCommittedPoint": null,
2682
- "startBinding": null,
2683
- "endBinding": null,
2684
- "startArrowhead": null,
2685
- "endArrowhead": null
2686
- },
2687
- {
2688
- "id": "erc-4-b-fork0",
2689
- "type": "line",
2690
- "x": 334,
2691
- "y": 576,
2692
- "width": 14,
2693
- "height": 8,
2694
- "angle": 0,
2695
- "strokeColor": "#1B1F23",
2696
- "backgroundColor": "transparent",
2697
- "fillStyle": "hachure",
2698
- "strokeWidth": 1.6,
2699
- "strokeStyle": "solid",
2700
- "roughness": 0,
2701
- "opacity": 100,
2702
- "groupIds": [],
2703
- "frameId": null,
2704
- "roundness": null,
2705
- "seed": 476,
2706
- "version": 1,
2707
- "versionNonce": 476,
2708
- "isDeleted": false,
2709
- "boundElements": [],
2710
- "updated": 1,
2711
- "link": null,
2712
- "locked": false,
2713
- "index": null,
2714
- "points": [
2715
- [
2716
- 0,
2717
- 0
2718
- ],
2719
- [
2720
- -14,
2721
- 8
2722
- ]
2723
- ],
2724
- "lastCommittedPoint": null,
2725
- "startBinding": null,
2726
- "endBinding": null,
2727
- "startArrowhead": null,
2728
- "endArrowhead": null
2729
- },
2730
- {
2731
- "id": "erc-4-b-fork1",
2732
- "type": "line",
2733
- "x": 334,
2734
- "y": 576,
2735
- "width": 14,
2736
- "height": 0,
2737
- "angle": 0,
2738
- "strokeColor": "#1B1F23",
2739
- "backgroundColor": "transparent",
2740
- "fillStyle": "hachure",
2741
- "strokeWidth": 1.6,
2742
- "strokeStyle": "solid",
2743
- "roughness": 0,
2744
- "opacity": 100,
2745
- "groupIds": [],
2746
- "frameId": null,
2747
- "roundness": null,
2748
- "seed": 477,
2749
- "version": 1,
2750
- "versionNonce": 477,
2751
- "isDeleted": false,
2752
- "boundElements": [],
2753
- "updated": 1,
2754
- "link": null,
2755
- "locked": false,
2756
- "index": null,
2757
- "points": [
2758
- [
2759
- 0,
2760
- 0
2761
- ],
2762
- [
2763
- -14,
2764
- 0
2765
- ]
2766
- ],
2767
- "lastCommittedPoint": null,
2768
- "startBinding": null,
2769
- "endBinding": null,
2770
- "startArrowhead": null,
2771
- "endArrowhead": null
2772
- },
2773
- {
2774
- "id": "erc-4-b-fork2",
2775
- "type": "line",
2776
- "x": 334,
2777
- "y": 576,
2778
- "width": 14,
2779
- "height": 8,
2780
- "angle": 0,
2781
- "strokeColor": "#1B1F23",
2782
- "backgroundColor": "transparent",
2783
- "fillStyle": "hachure",
2784
- "strokeWidth": 1.6,
2785
- "strokeStyle": "solid",
2786
- "roughness": 0,
2787
- "opacity": 100,
2788
- "groupIds": [],
2789
- "frameId": null,
2790
- "roundness": null,
2791
- "seed": 478,
2792
- "version": 1,
2793
- "versionNonce": 478,
2794
- "isDeleted": false,
2795
- "boundElements": [],
2796
- "updated": 1,
2797
- "link": null,
2798
- "locked": false,
2799
- "index": null,
2800
- "points": [
2801
- [
2802
- 0,
2803
- 0
2804
- ],
2805
- [
2806
- -14,
2807
- -8
2808
- ]
2809
- ],
2810
- "lastCommittedPoint": null,
2811
- "startBinding": null,
2812
- "endBinding": null,
2813
- "startArrowhead": null,
2814
- "endArrowhead": null
2815
- },
2816
- {
2817
- "id": "erc-4-b-zero",
2818
- "type": "ellipse",
2819
- "x": 338.5,
2820
- "y": 571.5,
2821
- "width": 9,
2822
- "height": 9,
2823
- "angle": 0,
2824
- "strokeColor": "#1B1F23",
2825
- "backgroundColor": "#FBF7EE",
2826
- "fillStyle": "solid",
2827
- "strokeWidth": 1.6,
2828
- "strokeStyle": "solid",
2829
- "roughness": 0,
2830
- "opacity": 100,
2831
- "groupIds": [],
2832
- "frameId": null,
2833
- "roundness": null,
2834
- "seed": 479,
2835
- "version": 1,
2836
- "versionNonce": 479,
2837
- "isDeleted": false,
2838
- "boundElements": [],
2839
- "updated": 1,
2840
- "link": null,
2841
- "locked": false,
2842
- "index": null
2843
- },
2844
- {
2845
- "id": "er-rlabelbg-4",
2846
- "type": "rectangle",
2847
- "x": 352.2,
2848
- "y": 482.4866666666667,
2849
- "width": 35.599999999999994,
2850
- "height": 17,
2851
- "angle": 0,
2852
- "strokeColor": "#FBF7EE",
2853
- "backgroundColor": "#FBF7EE",
2854
- "fillStyle": "solid",
2855
- "strokeWidth": 1,
2856
- "strokeStyle": "solid",
2857
- "roughness": 0,
2858
- "opacity": 100,
2859
- "groupIds": [],
2860
- "frameId": null,
2861
- "roundness": {
2862
- "type": 3
2863
- },
2864
- "seed": 384,
2865
- "version": 1,
2866
- "versionNonce": 384,
2867
- "isDeleted": false,
2868
- "boundElements": [],
2869
- "updated": 1,
2870
- "link": null,
2871
- "locked": false,
2872
- "index": null
2873
- },
2874
- {
2875
- "id": "er-rlabel-4",
2876
- "type": "text",
2877
- "x": 352.2,
2878
- "y": 482.5866666666667,
2879
- "width": 35.599999999999994,
2880
- "height": 17,
2881
- "angle": 0,
2882
- "strokeColor": "#8A7F72",
2883
- "backgroundColor": "transparent",
2884
- "fillStyle": "solid",
2885
- "strokeWidth": 1,
2886
- "strokeStyle": "solid",
2887
- "roughness": 1,
2888
- "opacity": 100,
2889
- "groupIds": [],
2890
- "frameId": null,
2891
- "roundness": null,
2892
- "seed": 385,
2893
- "version": 1,
2894
- "versionNonce": 385,
2895
- "isDeleted": false,
2896
- "boundElements": null,
2897
- "updated": 1,
2898
- "link": null,
2899
- "locked": false,
2900
- "text": "has",
2901
- "fontSize": 12,
2902
- "fontFamily": 5,
2903
- "textAlign": "center",
2904
- "verticalAlign": "top",
2905
- "containerId": null,
2906
- "originalText": "has",
2907
- "autoResize": true,
2908
- "lineHeight": 1.25,
2909
- "index": null
2910
- },
2911
- {
2912
- "id": "erc-5-a-fork0",
2913
- "type": "line",
2914
- "x": 174,
2915
- "y": 400,
2916
- "width": 14,
2917
- "height": 8,
2918
- "angle": 0,
2919
- "strokeColor": "#1B1F23",
2920
- "backgroundColor": "transparent",
2921
- "fillStyle": "hachure",
2922
- "strokeWidth": 1.6,
2923
- "strokeStyle": "solid",
2924
- "roughness": 0,
2925
- "opacity": 100,
2926
- "groupIds": [],
2927
- "frameId": null,
2928
- "roundness": null,
2929
- "seed": 516,
2930
- "version": 1,
2931
- "versionNonce": 516,
2932
- "isDeleted": false,
2933
- "boundElements": [],
2934
- "updated": 1,
2935
- "link": null,
2936
- "locked": false,
2937
- "index": null,
2938
- "points": [
2939
- [
2940
- 0,
2941
- 0
2942
- ],
2943
- [
2944
- -14,
2945
- 8
2946
- ]
2947
- ],
2948
- "lastCommittedPoint": null,
2949
- "startBinding": null,
2950
- "endBinding": null,
2951
- "startArrowhead": null,
2952
- "endArrowhead": null
2953
- },
2954
- {
2955
- "id": "erc-5-a-fork1",
2956
- "type": "line",
2957
- "x": 174,
2958
- "y": 400,
2959
- "width": 14,
2960
- "height": 0,
2961
- "angle": 0,
2962
- "strokeColor": "#1B1F23",
2963
- "backgroundColor": "transparent",
2964
- "fillStyle": "hachure",
2965
- "strokeWidth": 1.6,
2966
- "strokeStyle": "solid",
2967
- "roughness": 0,
2968
- "opacity": 100,
2969
- "groupIds": [],
2970
- "frameId": null,
2971
- "roundness": null,
2972
- "seed": 517,
2973
- "version": 1,
2974
- "versionNonce": 517,
2975
- "isDeleted": false,
2976
- "boundElements": [],
2977
- "updated": 1,
2978
- "link": null,
2979
- "locked": false,
2980
- "index": null,
2981
- "points": [
2982
- [
2983
- 0,
2984
- 0
2985
- ],
2986
- [
2987
- -14,
2988
- 0
2989
- ]
2990
- ],
2991
- "lastCommittedPoint": null,
2992
- "startBinding": null,
2993
- "endBinding": null,
2994
- "startArrowhead": null,
2995
- "endArrowhead": null
2996
- },
2997
- {
2998
- "id": "erc-5-a-fork2",
2999
- "type": "line",
3000
- "x": 174,
3001
- "y": 400,
3002
- "width": 14,
3003
- "height": 8,
3004
- "angle": 0,
3005
- "strokeColor": "#1B1F23",
3006
- "backgroundColor": "transparent",
3007
- "fillStyle": "hachure",
3008
- "strokeWidth": 1.6,
3009
- "strokeStyle": "solid",
3010
- "roughness": 0,
3011
- "opacity": 100,
3012
- "groupIds": [],
3013
- "frameId": null,
3014
- "roundness": null,
3015
- "seed": 518,
3016
- "version": 1,
3017
- "versionNonce": 518,
3018
- "isDeleted": false,
3019
- "boundElements": [],
3020
- "updated": 1,
3021
- "link": null,
3022
- "locked": false,
3023
- "index": null,
3024
- "points": [
3025
- [
3026
- 0,
3027
- 0
3028
- ],
3029
- [
3030
- -14,
3031
- -8
3032
- ]
3033
- ],
3034
- "lastCommittedPoint": null,
3035
- "startBinding": null,
3036
- "endBinding": null,
3037
- "startArrowhead": null,
3038
- "endArrowhead": null
3039
- },
3040
- {
3041
- "id": "erc-5-a-zero",
3042
- "type": "ellipse",
3043
- "x": 178.5,
3044
- "y": 395.5,
3045
- "width": 9,
3046
- "height": 9,
3047
- "angle": 0,
3048
- "strokeColor": "#1B1F23",
3049
- "backgroundColor": "#FBF7EE",
3050
- "fillStyle": "solid",
3051
- "strokeWidth": 1.6,
3052
- "strokeStyle": "solid",
3053
- "roughness": 0,
3054
- "opacity": 100,
3055
- "groupIds": [],
3056
- "frameId": null,
3057
- "roundness": null,
3058
- "seed": 519,
3059
- "version": 1,
3060
- "versionNonce": 519,
3061
- "isDeleted": false,
3062
- "boundElements": [],
3063
- "updated": 1,
3064
- "link": null,
3065
- "locked": false,
3066
- "index": null
3067
- },
3068
- {
3069
- "id": "erc-5-b-bar0",
3070
- "type": "line",
3071
- "x": 171,
3072
- "y": 563.0266666666666,
3073
- "width": 0,
3074
- "height": 14,
3075
- "angle": 0,
3076
- "strokeColor": "#1B1F23",
3077
- "backgroundColor": "transparent",
3078
- "fillStyle": "hachure",
3079
- "strokeWidth": 1.6,
3080
- "strokeStyle": "solid",
3081
- "roughness": 0,
3082
- "opacity": 100,
3083
- "groupIds": [],
3084
- "frameId": null,
3085
- "roundness": null,
3086
- "seed": 464,
3087
- "version": 1,
3088
- "versionNonce": 464,
3089
- "isDeleted": false,
3090
- "boundElements": [],
3091
- "updated": 1,
3092
- "link": null,
3093
- "locked": false,
3094
- "index": null,
3095
- "points": [
3096
- [
3097
- 0,
3098
- 0
3099
- ],
3100
- [
3101
- 0,
3102
- 14
3103
- ]
3104
- ],
3105
- "lastCommittedPoint": null,
3106
- "startBinding": null,
3107
- "endBinding": null,
3108
- "startArrowhead": null,
3109
- "endArrowhead": null
3110
- },
3111
- {
3112
- "id": "erc-5-b-bar1",
3113
- "type": "line",
3114
- "x": 166,
3115
- "y": 563.0266666666666,
3116
- "width": 0,
3117
- "height": 14,
3118
- "angle": 0,
3119
- "strokeColor": "#1B1F23",
3120
- "backgroundColor": "transparent",
3121
- "fillStyle": "hachure",
3122
- "strokeWidth": 1.6,
3123
- "strokeStyle": "solid",
3124
- "roughness": 0,
3125
- "opacity": 100,
3126
- "groupIds": [],
3127
- "frameId": null,
3128
- "roundness": null,
3129
- "seed": 465,
3130
- "version": 1,
3131
- "versionNonce": 465,
3132
- "isDeleted": false,
3133
- "boundElements": [],
3134
- "updated": 1,
3135
- "link": null,
3136
- "locked": false,
3137
- "index": null,
3138
- "points": [
3139
- [
3140
- 0,
3141
- 0
3142
- ],
3143
- [
3144
- 0,
3145
- 14
3146
- ]
3147
- ],
3148
- "lastCommittedPoint": null,
3149
- "startBinding": null,
3150
- "endBinding": null,
3151
- "startArrowhead": null,
3152
- "endArrowhead": null
3153
- },
3154
- {
3155
- "id": "er-rlabelbg-5",
3156
- "type": "rectangle",
3157
- "x": 123.4,
3158
- "y": 485.0607773205304,
3159
- "width": 93.2,
3160
- "height": 17,
3161
- "angle": 0,
3162
- "strokeColor": "#FBF7EE",
3163
- "backgroundColor": "#FBF7EE",
3164
- "fillStyle": "solid",
3165
- "strokeWidth": 1,
3166
- "strokeStyle": "solid",
3167
- "roughness": 0,
3168
- "opacity": 100,
3169
- "groupIds": [],
3170
- "frameId": null,
3171
- "roundness": {
3172
- "type": 3
3173
- },
3174
- "seed": 816,
3175
- "version": 1,
3176
- "versionNonce": 816,
3177
- "isDeleted": false,
3178
- "boundElements": [],
3179
- "updated": 1,
3180
- "link": null,
3181
- "locked": false,
3182
- "index": null
3183
- },
3184
- {
3185
- "id": "er-rlabel-5",
3186
- "type": "text",
3187
- "x": 123.4,
3188
- "y": 485.1607773205304,
3189
- "width": 93.2,
3190
- "height": 17,
3191
- "angle": 0,
3192
- "strokeColor": "#8A7F72",
3193
- "backgroundColor": "transparent",
3194
- "fillStyle": "solid",
3195
- "strokeWidth": 1,
3196
- "strokeStyle": "solid",
3197
- "roughness": 1,
3198
- "opacity": 100,
3199
- "groupIds": [],
3200
- "frameId": null,
3201
- "roundness": null,
3202
- "seed": 817,
3203
- "version": 1,
3204
- "versionNonce": 817,
3205
- "isDeleted": false,
3206
- "boundElements": null,
3207
- "updated": 1,
3208
- "link": null,
3209
- "locked": false,
3210
- "text": "source port",
3211
- "fontSize": 12,
3212
- "fontFamily": 5,
3213
- "textAlign": "center",
3214
- "verticalAlign": "top",
3215
- "containerId": null,
3216
- "originalText": "source port",
3217
- "autoResize": true,
3218
- "lineHeight": 1.25,
3219
- "index": null
3220
- },
3221
- {
3222
- "id": "erc-6-a-fork0",
3223
- "type": "line",
3224
- "x": 174,
3225
- "y": 408.96,
3226
- "width": 14,
3227
- "height": 8,
3228
- "angle": 0,
3229
- "strokeColor": "#1B1F23",
3230
- "backgroundColor": "transparent",
3231
- "fillStyle": "hachure",
3232
- "strokeWidth": 1.6,
3233
- "strokeStyle": "solid",
3234
- "roughness": 0,
3235
- "opacity": 100,
3236
- "groupIds": [],
3237
- "frameId": null,
3238
- "roundness": null,
3239
- "seed": 780,
3240
- "version": 1,
3241
- "versionNonce": 780,
3242
- "isDeleted": false,
3243
- "boundElements": [],
3244
- "updated": 1,
3245
- "link": null,
3246
- "locked": false,
3247
- "index": null,
3248
- "points": [
3249
- [
3250
- 0,
3251
- 0
3252
- ],
3253
- [
3254
- -14,
3255
- 8
3256
- ]
3257
- ],
3258
- "lastCommittedPoint": null,
3259
- "startBinding": null,
3260
- "endBinding": null,
3261
- "startArrowhead": null,
3262
- "endArrowhead": null
3263
- },
3264
- {
3265
- "id": "erc-6-a-fork1",
3266
- "type": "line",
3267
- "x": 174,
3268
- "y": 408.96,
3269
- "width": 14,
3270
- "height": 0,
3271
- "angle": 0,
3272
- "strokeColor": "#1B1F23",
3273
- "backgroundColor": "transparent",
3274
- "fillStyle": "hachure",
3275
- "strokeWidth": 1.6,
3276
- "strokeStyle": "solid",
3277
- "roughness": 0,
3278
- "opacity": 100,
3279
- "groupIds": [],
3280
- "frameId": null,
3281
- "roundness": null,
3282
- "seed": 781,
3283
- "version": 1,
3284
- "versionNonce": 781,
3285
- "isDeleted": false,
3286
- "boundElements": [],
3287
- "updated": 1,
3288
- "link": null,
3289
- "locked": false,
3290
- "index": null,
3291
- "points": [
3292
- [
3293
- 0,
3294
- 0
3295
- ],
3296
- [
3297
- -14,
3298
- 0
3299
- ]
3300
- ],
3301
- "lastCommittedPoint": null,
3302
- "startBinding": null,
3303
- "endBinding": null,
3304
- "startArrowhead": null,
3305
- "endArrowhead": null
3306
- },
3307
- {
3308
- "id": "erc-6-a-fork2",
3309
- "type": "line",
3310
- "x": 174,
3311
- "y": 408.96,
3312
- "width": 14,
3313
- "height": 8,
3314
- "angle": 0,
3315
- "strokeColor": "#1B1F23",
3316
- "backgroundColor": "transparent",
3317
- "fillStyle": "hachure",
3318
- "strokeWidth": 1.6,
3319
- "strokeStyle": "solid",
3320
- "roughness": 0,
3321
- "opacity": 100,
3322
- "groupIds": [],
3323
- "frameId": null,
3324
- "roundness": null,
3325
- "seed": 782,
3326
- "version": 1,
3327
- "versionNonce": 782,
3328
- "isDeleted": false,
3329
- "boundElements": [],
3330
- "updated": 1,
3331
- "link": null,
3332
- "locked": false,
3333
- "index": null,
3334
- "points": [
3335
- [
3336
- 0,
3337
- 0
3338
- ],
3339
- [
3340
- -14,
3341
- -8
3342
- ]
3343
- ],
3344
- "lastCommittedPoint": null,
3345
- "startBinding": null,
3346
- "endBinding": null,
3347
- "startArrowhead": null,
3348
- "endArrowhead": null
3349
- },
3350
- {
3351
- "id": "erc-6-a-zero",
3352
- "type": "ellipse",
3353
- "x": 178.5,
3354
- "y": 404.46,
3355
- "width": 9,
3356
- "height": 9,
3357
- "angle": 0,
3358
- "strokeColor": "#1B1F23",
3359
- "backgroundColor": "#FBF7EE",
3360
- "fillStyle": "solid",
3361
- "strokeWidth": 1.6,
3362
- "strokeStyle": "solid",
3363
- "roughness": 0,
3364
- "opacity": 100,
3365
- "groupIds": [],
3366
- "frameId": null,
3367
- "roundness": null,
3368
- "seed": 783,
3369
- "version": 1,
3370
- "versionNonce": 783,
3371
- "isDeleted": false,
3372
- "boundElements": [],
3373
- "updated": 1,
3374
- "link": null,
3375
- "locked": false,
3376
- "index": null
3377
- },
3378
- {
3379
- "id": "erc-6-b-bar0",
3380
- "type": "line",
3381
- "x": 171,
3382
- "y": 574.9733333333334,
3383
- "width": 0,
3384
- "height": 14,
3385
- "angle": 0,
3386
- "strokeColor": "#1B1F23",
3387
- "backgroundColor": "transparent",
3388
- "fillStyle": "hachure",
3389
- "strokeWidth": 1.6,
3390
- "strokeStyle": "solid",
3391
- "roughness": 0,
3392
- "opacity": 100,
3393
- "groupIds": [],
3394
- "frameId": null,
3395
- "roundness": null,
3396
- "seed": 472,
3397
- "version": 1,
3398
- "versionNonce": 472,
3399
- "isDeleted": false,
3400
- "boundElements": [],
3401
- "updated": 1,
3402
- "link": null,
3403
- "locked": false,
3404
- "index": null,
3405
- "points": [
3406
- [
3407
- 0,
3408
- 0
3409
- ],
3410
- [
3411
- 0,
3412
- 14
3413
- ]
3414
- ],
3415
- "lastCommittedPoint": null,
3416
- "startBinding": null,
3417
- "endBinding": null,
3418
- "startArrowhead": null,
3419
- "endArrowhead": null
3420
- },
3421
- {
3422
- "id": "erc-6-b-bar1",
3423
- "type": "line",
3424
- "x": 166,
3425
- "y": 574.9733333333334,
3426
- "width": 0,
3427
- "height": 14,
3428
- "angle": 0,
3429
- "strokeColor": "#1B1F23",
3430
- "backgroundColor": "transparent",
3431
- "fillStyle": "hachure",
3432
- "strokeWidth": 1.6,
3433
- "strokeStyle": "solid",
3434
- "roughness": 0,
3435
- "opacity": 100,
3436
- "groupIds": [],
3437
- "frameId": null,
3438
- "roundness": null,
3439
- "seed": 473,
3440
- "version": 1,
3441
- "versionNonce": 473,
3442
- "isDeleted": false,
3443
- "boundElements": [],
3444
- "updated": 1,
3445
- "link": null,
3446
- "locked": false,
3447
- "index": null,
3448
- "points": [
3449
- [
3450
- 0,
3451
- 0
3452
- ],
3453
- [
3454
- 0,
3455
- 14
3456
- ]
3457
- ],
3458
- "lastCommittedPoint": null,
3459
- "startBinding": null,
3460
- "endBinding": null,
3461
- "startArrowhead": null,
3462
- "endArrowhead": null
3463
- },
3464
- {
3465
- "id": "er-rlabelbg-6",
3466
- "type": "rectangle",
3467
- "x": 126.37119341563789,
3468
- "y": 464.0607773205304,
3469
- "width": 93.2,
3470
- "height": 17,
3471
- "angle": 0,
3472
- "strokeColor": "#FBF7EE",
3473
- "backgroundColor": "#FBF7EE",
3474
- "fillStyle": "solid",
3475
- "strokeWidth": 1,
3476
- "strokeStyle": "solid",
3477
- "roughness": 0,
3478
- "opacity": 100,
3479
- "groupIds": [],
3480
- "frameId": null,
3481
- "roundness": {
3482
- "type": 3
3483
- },
3484
- "seed": 604,
3485
- "version": 1,
3486
- "versionNonce": 604,
3487
- "isDeleted": false,
3488
- "boundElements": [],
3489
- "updated": 1,
3490
- "link": null,
3491
- "locked": false,
3492
- "index": null
3493
- },
3494
- {
3495
- "id": "er-rlabel-6",
3496
- "type": "text",
3497
- "x": 126.37119341563789,
3498
- "y": 464.1607773205304,
3499
- "width": 93.2,
3500
- "height": 17,
3501
- "angle": 0,
3502
- "strokeColor": "#8A7F72",
3503
- "backgroundColor": "transparent",
3504
- "fillStyle": "solid",
3505
- "strokeWidth": 1,
3506
- "strokeStyle": "solid",
3507
- "roughness": 1,
3508
- "opacity": 100,
3509
- "groupIds": [],
3510
- "frameId": null,
3511
- "roundness": null,
3512
- "seed": 605,
3513
- "version": 1,
3514
- "versionNonce": 605,
3515
- "isDeleted": false,
3516
- "boundElements": null,
3517
- "updated": 1,
3518
- "link": null,
3519
- "locked": false,
3520
- "text": "target port",
3521
- "fontSize": 12,
3522
- "fontFamily": 5,
3523
- "textAlign": "center",
3524
- "verticalAlign": "top",
3525
- "containerId": null,
3526
- "originalText": "target port",
3527
- "autoResize": true,
3528
- "lineHeight": 1.25,
3529
- "index": null
3530
- },
3531
- {
3532
- "id": "erc-7-a-fork0",
3533
- "type": "line",
3534
- "x": 430,
3535
- "y": 266,
3536
- "width": 8,
3537
- "height": 14,
3538
- "angle": 0,
3539
- "strokeColor": "#1B1F23",
3540
- "backgroundColor": "transparent",
3541
- "fillStyle": "hachure",
3542
- "strokeWidth": 1.6,
3543
- "strokeStyle": "solid",
3544
- "roughness": 0,
3545
- "opacity": 100,
3546
- "groupIds": [],
3547
- "frameId": null,
3548
- "roundness": null,
3549
- "seed": 612,
3550
- "version": 1,
3551
- "versionNonce": 612,
3552
- "isDeleted": false,
3553
- "boundElements": [],
3554
- "updated": 1,
3555
- "link": null,
3556
- "locked": false,
3557
- "index": null,
3558
- "points": [
3559
- [
3560
- 0,
3561
- 0
3562
- ],
3563
- [
3564
- -8,
3565
- -14
3566
- ]
3567
- ],
3568
- "lastCommittedPoint": null,
3569
- "startBinding": null,
3570
- "endBinding": null,
3571
- "startArrowhead": null,
3572
- "endArrowhead": null
3573
- },
3574
- {
3575
- "id": "erc-7-a-fork1",
3576
- "type": "line",
3577
- "x": 430,
3578
- "y": 266,
3579
- "width": 0,
3580
- "height": 14,
3581
- "angle": 0,
3582
- "strokeColor": "#1B1F23",
3583
- "backgroundColor": "transparent",
3584
- "fillStyle": "hachure",
3585
- "strokeWidth": 1.6,
3586
- "strokeStyle": "solid",
3587
- "roughness": 0,
3588
- "opacity": 100,
3589
- "groupIds": [],
3590
- "frameId": null,
3591
- "roundness": null,
3592
- "seed": 613,
3593
- "version": 1,
3594
- "versionNonce": 613,
3595
- "isDeleted": false,
3596
- "boundElements": [],
3597
- "updated": 1,
3598
- "link": null,
3599
- "locked": false,
3600
- "index": null,
3601
- "points": [
3602
- [
3603
- 0,
3604
- 0
3605
- ],
3606
- [
3607
- 0,
3608
- -14
3609
- ]
3610
- ],
3611
- "lastCommittedPoint": null,
3612
- "startBinding": null,
3613
- "endBinding": null,
3614
- "startArrowhead": null,
3615
- "endArrowhead": null
3616
- },
3617
- {
3618
- "id": "erc-7-a-fork2",
3619
- "type": "line",
3620
- "x": 430,
3621
- "y": 266,
3622
- "width": 8,
3623
- "height": 14,
3624
- "angle": 0,
3625
- "strokeColor": "#1B1F23",
3626
- "backgroundColor": "transparent",
3627
- "fillStyle": "hachure",
3628
- "strokeWidth": 1.6,
3629
- "strokeStyle": "solid",
3630
- "roughness": 0,
3631
- "opacity": 100,
3632
- "groupIds": [],
3633
- "frameId": null,
3634
- "roundness": null,
3635
- "seed": 614,
3636
- "version": 1,
3637
- "versionNonce": 614,
3638
- "isDeleted": false,
3639
- "boundElements": [],
3640
- "updated": 1,
3641
- "link": null,
3642
- "locked": false,
3643
- "index": null,
3644
- "points": [
3645
- [
3646
- 0,
3647
- 0
3648
- ],
3649
- [
3650
- 8,
3651
- -14
3652
- ]
3653
- ],
3654
- "lastCommittedPoint": null,
3655
- "startBinding": null,
3656
- "endBinding": null,
3657
- "startArrowhead": null,
3658
- "endArrowhead": null
3659
- },
3660
- {
3661
- "id": "erc-7-a-zero",
3662
- "type": "ellipse",
3663
- "x": 425.5,
3664
- "y": 270.5,
3665
- "width": 9,
3666
- "height": 9,
3667
- "angle": 0,
3668
- "strokeColor": "#1B1F23",
3669
- "backgroundColor": "#FBF7EE",
3670
- "fillStyle": "solid",
3671
- "strokeWidth": 1.6,
3672
- "strokeStyle": "solid",
3673
- "roughness": 0,
3674
- "opacity": 100,
3675
- "groupIds": [],
3676
- "frameId": null,
3677
- "roundness": null,
3678
- "seed": 615,
3679
- "version": 1,
3680
- "versionNonce": 615,
3681
- "isDeleted": false,
3682
- "boundElements": [],
3683
- "updated": 1,
3684
- "link": null,
3685
- "locked": false,
3686
- "index": null
3687
- },
3688
- {
3689
- "id": "erc-7-b-bar0",
3690
- "type": "line",
3691
- "x": 497,
3692
- "y": 363,
3693
- "width": 14,
3694
- "height": 0,
3695
- "angle": 0,
3696
- "strokeColor": "#1B1F23",
3697
- "backgroundColor": "transparent",
3698
- "fillStyle": "hachure",
3699
- "strokeWidth": 1.6,
3700
- "strokeStyle": "solid",
3701
- "roughness": 0,
3702
- "opacity": 100,
3703
- "groupIds": [],
3704
- "frameId": null,
3705
- "roundness": null,
3706
- "seed": 540,
3707
- "version": 1,
3708
- "versionNonce": 540,
3709
- "isDeleted": false,
3710
- "boundElements": [],
3711
- "updated": 1,
3712
- "link": null,
3713
- "locked": false,
3714
- "index": null,
3715
- "points": [
3716
- [
3717
- 0,
3718
- 0
3719
- ],
3720
- [
3721
- -14,
3722
- 0
3723
- ]
3724
- ],
3725
- "lastCommittedPoint": null,
3726
- "startBinding": null,
3727
- "endBinding": null,
3728
- "startArrowhead": null,
3729
- "endArrowhead": null
3730
- },
3731
- {
3732
- "id": "erc-7-b-bar1",
3733
- "type": "line",
3734
- "x": 497,
3735
- "y": 358,
3736
- "width": 14,
3737
- "height": 0,
3738
- "angle": 0,
3739
- "strokeColor": "#1B1F23",
3740
- "backgroundColor": "transparent",
3741
- "fillStyle": "hachure",
3742
- "strokeWidth": 1.6,
3743
- "strokeStyle": "solid",
3744
- "roughness": 0,
3745
- "opacity": 100,
3746
- "groupIds": [],
3747
- "frameId": null,
3748
- "roundness": null,
3749
- "seed": 541,
3750
- "version": 1,
3751
- "versionNonce": 541,
3752
- "isDeleted": false,
3753
- "boundElements": [],
3754
- "updated": 1,
3755
- "link": null,
3756
- "locked": false,
3757
- "index": null,
3758
- "points": [
3759
- [
3760
- 0,
3761
- 0
3762
- ],
3763
- [
3764
- -14,
3765
- 0
3766
- ]
3767
- ],
3768
- "lastCommittedPoint": null,
3769
- "startBinding": null,
3770
- "endBinding": null,
3771
- "startArrowhead": null,
3772
- "endArrowhead": null
3773
- },
3774
- {
3775
- "id": "er-rlabelbg-7",
3776
- "type": "rectangle",
3777
- "x": 413.4,
3778
- "y": 303.5,
3779
- "width": 93.2,
3780
- "height": 17,
3781
- "angle": 0,
3782
- "strokeColor": "#FBF7EE",
3783
- "backgroundColor": "#FBF7EE",
3784
- "fillStyle": "solid",
3785
- "strokeWidth": 1,
3786
- "strokeStyle": "solid",
3787
- "roughness": 0,
3788
- "opacity": 100,
3789
- "groupIds": [],
3790
- "frameId": null,
3791
- "roundness": {
3792
- "type": 3
3793
- },
3794
- "seed": 392,
3795
- "version": 1,
3796
- "versionNonce": 392,
3797
- "isDeleted": false,
3798
- "boundElements": [],
3799
- "updated": 1,
3800
- "link": null,
3801
- "locked": false,
3802
- "index": null
3803
- },
3804
- {
3805
- "id": "er-rlabel-7",
3806
- "type": "text",
3807
- "x": 413.4,
3808
- "y": 303.6,
3809
- "width": 93.2,
3810
- "height": 17,
3811
- "angle": 0,
3812
- "strokeColor": "#8A7F72",
3813
- "backgroundColor": "transparent",
3814
- "fillStyle": "solid",
3815
- "strokeWidth": 1,
3816
- "strokeStyle": "solid",
3817
- "roughness": 1,
3818
- "opacity": 100,
3819
- "groupIds": [],
3820
- "frameId": null,
3821
- "roundness": null,
3822
- "seed": 393,
3823
- "version": 1,
3824
- "versionNonce": 393,
3825
- "isDeleted": false,
3826
- "boundElements": null,
3827
- "updated": 1,
3828
- "link": null,
3829
- "locked": false,
3830
- "text": "attached to",
3831
- "fontSize": 12,
3832
- "fontFamily": 5,
3833
- "textAlign": "center",
3834
- "verticalAlign": "top",
3835
- "containerId": null,
3836
- "originalText": "attached to",
3837
- "autoResize": true,
3838
- "lineHeight": 1.25,
3839
- "index": null
3840
- }
3841
- ],
3842
- "appState": {
3843
- "viewBackgroundColor": "#FBF7EE",
3844
- "theme": "light",
3845
- "gridSize": null,
3846
- "exportBackground": true,
3847
- "exportEmbedScene": true,
3848
- "exportScale": 1,
3849
- "currentItemFontFamily": 5
3850
- },
3851
- "files": {}
3852
- }