mwgencode 1.4.1__py3-none-any.whl

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 (84) hide show
  1. gencode/__init__.py +140 -0
  2. gencode/dd_models.py +256 -0
  3. gencode/ext.py +19 -0
  4. gencode/gen_code.py +343 -0
  5. gencode/gencode/__init__.py +0 -0
  6. gencode/gencode/export_class2swgclass.py +206 -0
  7. gencode/gencode/gen_bo_models_code.py +719 -0
  8. gencode/gencode/gen_state_code.py +171 -0
  9. gencode/gencode/gen_swagger_code.py +94 -0
  10. gencode/gencode/gen_tests_code.py +113 -0
  11. gencode/gencode/sample/__init__.py +2 -0
  12. gencode/gencode/sample/babel.cfg +3 -0
  13. gencode/gencode/sample/config-sample.ini +9 -0
  14. gencode/gencode/sample/config.ini +14 -0
  15. gencode/gencode/sample/create_new_table_run.pys +19 -0
  16. gencode/gencode/sample/dockerignore.dock +57 -0
  17. gencode/gencode/sample/file_utils.pys +396 -0
  18. gencode/gencode/sample/gencode.xmi +33 -0
  19. gencode/gencode/sample/gitignore.git +14 -0
  20. gencode/gencode/sample/migrate_run.bat +5 -0
  21. gencode/gencode/sample/migrate_run.pys +9 -0
  22. gencode/gencode/sample/requirements.txt +17 -0
  23. gencode/gencode/sample/run.sh +27 -0
  24. gencode/gencode/sample/seeds/__init__.py +0 -0
  25. gencode/gencode/sample/seeds/models_rm.pys +187 -0
  26. gencode/gencode/sample/seeds/seed_dev_data.pys +21 -0
  27. gencode/gencode/sample/seeds/seed_init.pys +17 -0
  28. gencode/gencode/sample/seeds/seed_rm.pys +39 -0
  29. gencode/gencode/sample/seeds/seed_run.pys +13 -0
  30. gencode/gencode/sample/seeds/seed_utils.pys +23 -0
  31. gencode/gencode/sample/test__init__.pys +6 -0
  32. gencode/gencode/sample/test_run.pys +4 -0
  33. gencode/gencode/sample/utils.pys +92 -0
  34. gencode/gencode/template/Dockerfile.tmp +55 -0
  35. gencode/gencode/template/README.md +91 -0
  36. gencode/gencode/template/__init__.py +0 -0
  37. gencode/gencode/template/__init__.pys +99 -0
  38. gencode/gencode/template/config.pys +134 -0
  39. gencode/gencode/template/default.conf +21 -0
  40. gencode/gencode/template/docker-compose-dev.yaml +52 -0
  41. gencode/gencode/template/docker-compose.yaml +55 -0
  42. gencode/gencode/template/drone.tmp +45 -0
  43. gencode/gencode/template/flask_models.pys +107 -0
  44. gencode/gencode/template/flask_models_base.pys +159 -0
  45. gencode/gencode/template/gen_code_flask.yaml +21 -0
  46. gencode/gencode/template/gen_code_run.pys +28 -0
  47. gencode/gencode/template/k8s-tmp.yml +141 -0
  48. gencode/gencode/template/run.pys +52 -0
  49. gencode/gencode/template/sample.mdj +1193 -0
  50. gencode/gencode/template/setup.tmp +48 -0
  51. gencode/gencode/template/supervisord.conf +21 -0
  52. gencode/gencode/template/swagger_file.yaml +195 -0
  53. gencode/gencode/template/swg_class.tmp +41 -0
  54. gencode/gencode/template/swg_ctrl_code.pys +130 -0
  55. gencode/gencode/template/swg_package_mng.tmp +4423 -0
  56. gencode/gencode/template/test_test_base.tmp +34 -0
  57. gencode/gencode/template/tests/__init__.py +0 -0
  58. gencode/gencode/template/tests/__init__.pys +5 -0
  59. gencode/gencode/template/tests/init_test_data.pys +80 -0
  60. gencode/gencode/template/tests/run.pys +4 -0
  61. gencode/gencode/template/tests/test_base.pys +87 -0
  62. gencode/gencode/template/tests/test_classmng.pys +58 -0
  63. gencode/gencode/template/uwsgi.ini +20 -0
  64. gencode/gencode/template/uwsgi_run.pys +44 -0
  65. gencode/importmdj/__init__.py +0 -0
  66. gencode/importmdj/import_dd_classes.py +369 -0
  67. gencode/importmdj/import_swagger2_class.py +371 -0
  68. gencode/importmdj/import_uml_models.py +466 -0
  69. gencode/importxmi/__init__.py +1 -0
  70. gencode/importxmi/import_classes.py +342 -0
  71. gencode/importxmi/import_sequences.py +291 -0
  72. gencode/importxmi/import_states.py +150 -0
  73. gencode/importxmi/import_swagger.py +151 -0
  74. gencode/swg2_class_models.py +179 -0
  75. gencode/uml_class_models.py +295 -0
  76. gencode/upgrade.py +113 -0
  77. gencode/utils.py +225 -0
  78. manage.py +194 -0
  79. mwgencode-1.4.1.dist-info/METADATA +325 -0
  80. mwgencode-1.4.1.dist-info/RECORD +84 -0
  81. mwgencode-1.4.1.dist-info/WHEEL +5 -0
  82. mwgencode-1.4.1.dist-info/entry_points.txt +2 -0
  83. mwgencode-1.4.1.dist-info/licenses/LICENSE.txt +19 -0
  84. mwgencode-1.4.1.dist-info/top_level.txt +2 -0
@@ -0,0 +1,4423 @@
1
+ {
2
+ "_type": "UMLPackage",
3
+ "_id": "{{cls_id}}_pkg",
4
+ "_parent": {
5
+ "$ref": "{{swg_pkg_id}}"
6
+ },
7
+ "name": "{{cls_name}}mng",
8
+ "ownedElements": [
9
+ {
10
+ "_type": "UMLClassDiagram",
11
+ "_id": "{{cls_id}}_pkg_main",
12
+ "_parent": {
13
+ "$ref": "{{cls_id}}_pkg"
14
+ },
15
+ "name": "main",
16
+ "visible": true,
17
+ "defaultDiagram": false,
18
+ "ownedViews": [
19
+ {
20
+ "_type": "UMLClassView",
21
+ "_id": "{{cls_id}}_cls_view",
22
+ "_parent": {
23
+ "$ref": "{{cls_id}}_pkg_main"
24
+ },
25
+ "model": {
26
+ "$ref": "cls_{{cls_id}}"
27
+ },
28
+ "subViews": [
29
+ ],
30
+ "font": "Arial;13;0",
31
+ "containerChangeable": true,
32
+ "left": 648,
33
+ "top": 64,
34
+ "width": 89.12353515625,
35
+ "height": 88
36
+ },
37
+
38
+ {
39
+ "_type": "UMLSignalView",
40
+ "_id": "{{cls_id}}_sig_view",
41
+ "_parent": {
42
+ "$ref": "{{cls_id}}_pkg_main"
43
+ },
44
+ "model": {
45
+ "$ref": "{{cls_id}}_sig"
46
+ },
47
+ "subViews": [
48
+ {
49
+ "_type": "UMLNameCompartmentView",
50
+ "_id": "{{cls_id}}_sig_view_ucv",
51
+ "_parent": {
52
+ "$ref": "{{cls_id}}_sig_view"
53
+ },
54
+ "model": {
55
+ "$ref": "{{cls_id}}_sig"
56
+ },
57
+ "subViews": [
58
+ {
59
+ "_type": "LabelView",
60
+ "_id": "{{cls_id}}_sig_view_ucv_l1",
61
+ "_parent": {
62
+ "$ref": "{{cls_id}}_sig_view_ucv"
63
+ },
64
+ "visible": true,
65
+ "enabled": true,
66
+ "lineColor": "#000000",
67
+ "fillColor": "#ffffff",
68
+ "fontColor": "#000000",
69
+ "font": "Arial;13;0",
70
+ "showShadow": true,
71
+ "containerChangeable": false,
72
+ "containerExtending": false,
73
+ "left": 101,
74
+ "top": 29,
75
+ "width": 353.767578125,
76
+ "height": 13,
77
+ "autoResize": false,
78
+ "underline": false,
79
+ "text": "«signal»",
80
+ "horizontalAlignment": 2,
81
+ "verticalAlignment": 5,
82
+ "wordWrap": false
83
+ },
84
+ {
85
+ "_type": "LabelView",
86
+ "_id": "{{cls_id}}_sig_view_ucv_l2",
87
+ "_parent": {
88
+ "$ref": "{{cls_id}}_sig_view_ucv"
89
+ },
90
+ "visible": true,
91
+ "enabled": true,
92
+ "lineColor": "#000000",
93
+ "fillColor": "#ffffff",
94
+ "fontColor": "#000000",
95
+ "font": "Arial;13;1",
96
+ "showShadow": true,
97
+ "containerChangeable": false,
98
+ "containerExtending": false,
99
+ "left": 101,
100
+ "top": 44,
101
+ "width": 353.767578125,
102
+ "height": 13,
103
+ "autoResize": false,
104
+ "underline": false,
105
+ "text": "{{cls_name}}_s",
106
+ "horizontalAlignment": 2,
107
+ "verticalAlignment": 5,
108
+ "wordWrap": false
109
+ },
110
+ {
111
+ "_type": "LabelView",
112
+ "_id": "{{cls_id}}_sig_view_ucv_l3",
113
+ "_parent": {
114
+ "$ref": "{{cls_id}}_sig_view_ucv"
115
+ },
116
+ "visible": false,
117
+ "enabled": true,
118
+ "lineColor": "#000000",
119
+ "fillColor": "#ffffff",
120
+ "fontColor": "#000000",
121
+ "font": "Arial;13;0",
122
+ "showShadow": true,
123
+ "containerChangeable": false,
124
+ "containerExtending": false,
125
+ "left": 54,
126
+ "top": -56,
127
+ "width": 88.84814453125,
128
+ "height": 13,
129
+ "autoResize": false,
130
+ "underline": false,
131
+ "text": "(from {{cls_name}}mng)",
132
+ "horizontalAlignment": 2,
133
+ "verticalAlignment": 5,
134
+ "wordWrap": false
135
+ },
136
+ {
137
+ "_type": "LabelView",
138
+ "_id": "{{cls_id}}_sig_view_ucv_l4",
139
+ "_parent": {
140
+ "$ref": "{{cls_id}}_sig_view_ucv"
141
+ },
142
+ "visible": false,
143
+ "enabled": true,
144
+ "lineColor": "#000000",
145
+ "fillColor": "#ffffff",
146
+ "fontColor": "#000000",
147
+ "font": "Arial;13;0",
148
+ "showShadow": true,
149
+ "containerChangeable": false,
150
+ "containerExtending": false,
151
+ "left": 54,
152
+ "top": -56,
153
+ "width": 0,
154
+ "height": 13,
155
+ "autoResize": false,
156
+ "underline": false,
157
+ "horizontalAlignment": 1,
158
+ "verticalAlignment": 5,
159
+ "wordWrap": false
160
+ }
161
+ ],
162
+ "visible": true,
163
+ "enabled": true,
164
+ "lineColor": "#000000",
165
+ "fillColor": "#ffffff",
166
+ "fontColor": "#000000",
167
+ "font": "Arial;13;0",
168
+ "showShadow": true,
169
+ "containerChangeable": false,
170
+ "containerExtending": false,
171
+ "left": 96,
172
+ "top": 24,
173
+ "width": 363.767578125,
174
+ "height": 38,
175
+ "autoResize": false,
176
+ "stereotypeLabel": {
177
+ "$ref": "{{cls_id}}_sig_view_ucv_l1"
178
+ },
179
+ "nameLabel": {
180
+ "$ref": "{{cls_id}}_sig_view_ucv_l2"
181
+ },
182
+ "namespaceLabel": {
183
+ "$ref": "{{cls_id}}_sig_view_ucv_l3"
184
+ },
185
+ "propertyLabel": {
186
+ "$ref": "{{cls_id}}_sig_view_ucv_l4"
187
+ }
188
+ },
189
+ {
190
+ "_type": "UMLAttributeCompartmentView",
191
+ "_id": "{{cls_id}}_sig_view_acv",
192
+ "_parent": {
193
+ "$ref": "{{cls_id}}_sig_view"
194
+ },
195
+ "model": {
196
+ "$ref": "{{cls_id}}_sig"
197
+ },
198
+ "visible": true,
199
+ "enabled": true,
200
+ "lineColor": "#000000",
201
+ "fillColor": "#ffffff",
202
+ "fontColor": "#000000",
203
+ "font": "Arial;13;0",
204
+ "showShadow": true,
205
+ "containerChangeable": false,
206
+ "containerExtending": false,
207
+ "left": 96,
208
+ "top": 62,
209
+ "width": 363.767578125,
210
+ "height": 10,
211
+ "autoResize": false
212
+ },
213
+ {
214
+ "_type": "UMLOperationCompartmentView",
215
+ "_id": "{{cls_id}}_sig_view_ocv",
216
+ "_parent": {
217
+ "$ref": "{{cls_id}}_sig_view"
218
+ },
219
+ "model": {
220
+ "$ref": "{{cls_id}}_sig"
221
+ },
222
+ "subViews": [
223
+ {
224
+ "_type": "UMLOperationView",
225
+ "_id": "{{cls_id}}_sig_view_ocv_o1",
226
+ "_parent": {
227
+ "$ref": "{{cls_id}}_sig_view_ocv"
228
+ },
229
+ "model": {
230
+ "$ref": "{{cls_id}}_get_s"
231
+ },
232
+ "visible": true,
233
+ "enabled": true,
234
+ "lineColor": "#000000",
235
+ "fillColor": "#ffffff",
236
+ "fontColor": "#000000",
237
+ "font": "Arial;13;0",
238
+ "showShadow": true,
239
+ "containerChangeable": false,
240
+ "containerExtending": false,
241
+ "left": 101,
242
+ "top": 77,
243
+ "width": 353.767578125,
244
+ "height": 13,
245
+ "autoResize": false,
246
+ "underline": false,
247
+ "text": "«get»+{{cls_name.replace(' ','').lower()}}s(in: get_{{cls_name.replace(' ','').lower()}}s_i): get_{{cls_name.replace(' ','').lower()}}s_r",
248
+ "horizontalAlignment": 0,
249
+ "verticalAlignment": 5,
250
+ "wordWrap": false
251
+ },
252
+ {
253
+ "_type": "UMLOperationView",
254
+ "_id": "{{cls_id}}_sig_view_ocv_o2",
255
+ "_parent": {
256
+ "$ref": "{{cls_id}}_sig_view_ocv"
257
+ },
258
+ "model": {
259
+ "$ref": "{{cls_id}}_get_id"
260
+ },
261
+ "visible": true,
262
+ "enabled": true,
263
+ "lineColor": "#000000",
264
+ "fillColor": "#ffffff",
265
+ "fontColor": "#000000",
266
+ "font": "Arial;13;0",
267
+ "showShadow": true,
268
+ "containerChangeable": false,
269
+ "containerExtending": false,
270
+ "left": 101,
271
+ "top": 92,
272
+ "width": 353.767578125,
273
+ "height": 13,
274
+ "autoResize": false,
275
+ "underline": false,
276
+ "text": "«get»+{{cls_name.replace(' ','').lower()}}s_{id}(in: get_{{cls_name.replace(' ','').lower()}}s_id_i): get_{{cls_name.replace(' ','').lower()}}s_id_r",
277
+ "horizontalAlignment": 0,
278
+ "verticalAlignment": 5,
279
+ "wordWrap": false
280
+ },
281
+ {
282
+ "_type": "UMLOperationView",
283
+ "_id": "{{cls_id}}_sig_view_ocv_o3",
284
+ "_parent": {
285
+ "$ref": "{{cls_id}}_sig_view_ocv"
286
+ },
287
+ "model": {
288
+ "$ref": "{{cls_id}}=_post"
289
+ },
290
+ "visible": true,
291
+ "enabled": true,
292
+ "lineColor": "#000000",
293
+ "fillColor": "#ffffff",
294
+ "fontColor": "#000000",
295
+ "font": "Arial;13;0",
296
+ "showShadow": true,
297
+ "containerChangeable": false,
298
+ "containerExtending": false,
299
+ "left": 101,
300
+ "top": 107,
301
+ "width": 353.767578125,
302
+ "height": 13,
303
+ "autoResize": false,
304
+ "underline": false,
305
+ "text": "«post»+{{cls_name.replace(' ','').lower()}}s(in: post_{{cls_name.replace(' ','').lower()}}s_i): post_{{cls_name.replace(' ','').lower()}}s_r",
306
+ "horizontalAlignment": 0,
307
+ "verticalAlignment": 5,
308
+ "wordWrap": false
309
+ },
310
+ {
311
+ "_type": "UMLOperationView",
312
+ "_id": "{{cls_id}}_sig_view_ocv_o4",
313
+ "_parent": {
314
+ "$ref": "{{cls_id}}_sig_view_ocv"
315
+ },
316
+ "model": {
317
+ "$ref": "{{cls_id}}_put"
318
+ },
319
+ "visible": true,
320
+ "enabled": true,
321
+ "lineColor": "#000000",
322
+ "fillColor": "#ffffff",
323
+ "fontColor": "#000000",
324
+ "font": "Arial;13;0",
325
+ "showShadow": true,
326
+ "containerChangeable": false,
327
+ "containerExtending": false,
328
+ "left": 101,
329
+ "top": 122,
330
+ "width": 353.767578125,
331
+ "height": 13,
332
+ "autoResize": false,
333
+ "underline": false,
334
+ "text": "«put»+{{cls_name.replace(' ','').lower()}}s_{id}(in: put_{{cls_name.replace(' ','').lower()}}s_id_i): put_{{cls_name.replace(' ','').lower()}}s_id_r",
335
+ "horizontalAlignment": 0,
336
+ "verticalAlignment": 5,
337
+ "wordWrap": false
338
+ },
339
+ {
340
+ "_type": "UMLOperationView",
341
+ "_id": "{{cls_id}}_sig_view_ocv_o5",
342
+ "_parent": {
343
+ "$ref": "{{cls_id}}_sig_view_ocv"
344
+ },
345
+ "model": {
346
+ "$ref": "{{cls_id}}_del"
347
+ },
348
+ "visible": true,
349
+ "enabled": true,
350
+ "lineColor": "#000000",
351
+ "fillColor": "#ffffff",
352
+ "fontColor": "#000000",
353
+ "font": "Arial;13;0",
354
+ "showShadow": true,
355
+ "containerChangeable": false,
356
+ "containerExtending": false,
357
+ "left": 101,
358
+ "top": 137,
359
+ "width": 353.767578125,
360
+ "height": 13,
361
+ "autoResize": false,
362
+ "underline": false,
363
+ "text": "«delete»+{{cls_name.replace(' ','').lower()}}s_{id}(in: delete_{{cls_name.replace(' ','').lower()}}s_id_i): delete_{{cls_name.replace(' ','').lower()}}s_id_r",
364
+ "horizontalAlignment": 0,
365
+ "verticalAlignment": 5,
366
+ "wordWrap": false
367
+ }
368
+ ],
369
+ "visible": true,
370
+ "enabled": true,
371
+ "lineColor": "#000000",
372
+ "fillColor": "#ffffff",
373
+ "fontColor": "#000000",
374
+ "font": "Arial;13;0",
375
+ "showShadow": true,
376
+ "containerChangeable": false,
377
+ "containerExtending": false,
378
+ "left": 96,
379
+ "top": 72,
380
+ "width": 363.767578125,
381
+ "height": 83,
382
+ "autoResize": false
383
+ },
384
+ {
385
+ "_type": "UMLReceptionCompartmentView",
386
+ "_id": "{{cls_id}}_sig_view_rcv",
387
+ "_parent": {
388
+ "$ref": "{{cls_id}}_sig_view"
389
+ },
390
+ "model": {
391
+ "$ref": "{{cls_id}}_sig"
392
+ },
393
+ "visible": false,
394
+ "enabled": true,
395
+ "lineColor": "#000000",
396
+ "fillColor": "#ffffff",
397
+ "fontColor": "#000000",
398
+ "font": "Arial;13;0",
399
+ "showShadow": true,
400
+ "containerChangeable": false,
401
+ "containerExtending": false,
402
+ "left": 27,
403
+ "top": -28,
404
+ "width": 10,
405
+ "height": 10,
406
+ "autoResize": false
407
+ },
408
+ {
409
+ "_type": "UMLTemplateParameterCompartmentView",
410
+ "_id": "{{cls_id}}_sig_view_tpcv",
411
+ "_parent": {
412
+ "$ref": "{{cls_id}}_sig_view"
413
+ },
414
+ "model": {
415
+ "$ref": "{{cls_id}}_sig"
416
+ },
417
+ "visible": false,
418
+ "enabled": true,
419
+ "lineColor": "#000000",
420
+ "fillColor": "#ffffff",
421
+ "fontColor": "#000000",
422
+ "font": "Arial;13;0",
423
+ "showShadow": true,
424
+ "containerChangeable": false,
425
+ "containerExtending": false,
426
+ "left": 27,
427
+ "top": -28,
428
+ "width": 10,
429
+ "height": 10,
430
+ "autoResize": false
431
+ }
432
+ ],
433
+ "visible": true,
434
+ "enabled": true,
435
+ "lineColor": "#000000",
436
+ "fillColor": "#ffffff",
437
+ "fontColor": "#000000",
438
+ "font": "Arial;13;0",
439
+ "showShadow": true,
440
+ "containerChangeable": true,
441
+ "containerExtending": false,
442
+ "left": 96,
443
+ "top": 24,
444
+ "width": 363.767578125,
445
+ "height": 131,
446
+ "autoResize": false,
447
+ "stereotypeDisplay": "label",
448
+ "showVisibility": true,
449
+ "showNamespace": false,
450
+ "showProperty": true,
451
+ "showType": true,
452
+ "nameCompartment": {
453
+ "$ref": "{{cls_id}}_sig_view_ucv"
454
+ },
455
+ "wordWrap": false,
456
+ "suppressAttributes": false,
457
+ "suppressOperations": false,
458
+ "suppressReceptions": true,
459
+ "showMultiplicity": true,
460
+ "showOperationSignature": true,
461
+ "attributeCompartment": {
462
+ "$ref": "{{cls_id}}_sig_view_acv"
463
+ },
464
+ "operationCompartment": {
465
+ "$ref": "{{cls_id}}_sig_view_ocv"
466
+ },
467
+ "receptionCompartment": {
468
+ "$ref": "{{cls_id}}_sig_view_rcv"
469
+ },
470
+ "templateParameterCompartment": {
471
+ "$ref": "{{cls_id}}_sig_view_tpcv"
472
+ }
473
+ },
474
+ {
475
+ "_type": "UMLPrimitiveTypeView",
476
+ "_id": "{{cls_id}}_pkg_main_ptv",
477
+ "_parent": {
478
+ "$ref": "{{cls_id}}_pkg_main"
479
+ },
480
+ "model": {
481
+ "$ref": "{{cls_id}}_get_i_pt"
482
+ },
483
+ "subViews": [
484
+ {
485
+ "_type": "UMLNameCompartmentView",
486
+ "_id": "{{cls_id}}_pkg_main_ptv_ncv",
487
+ "_parent": {
488
+ "$ref": "{{cls_id}}_pkg_main_ptv"
489
+ },
490
+ "model": {
491
+ "$ref": "{{cls_id}}_get_i_pt"
492
+ },
493
+ "subViews": [
494
+ {
495
+ "_type": "LabelView",
496
+ "_id": "{{cls_id}}_pkg_main_ptv_ncv_l1",
497
+ "_parent": {
498
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv"
499
+ },
500
+ "visible": true,
501
+ "enabled": true,
502
+ "lineColor": "#000000",
503
+ "fillColor": "#ffffff",
504
+ "fontColor": "#000000",
505
+ "font": "Arial;13;0",
506
+ "showShadow": true,
507
+ "containerChangeable": false,
508
+ "containerExtending": false,
509
+ "left": 125,
510
+ "top": 189,
511
+ "width": 146.3642578125,
512
+ "height": 13,
513
+ "autoResize": false,
514
+ "underline": false,
515
+ "text": "«primitiveType»",
516
+ "horizontalAlignment": 2,
517
+ "verticalAlignment": 5,
518
+ "wordWrap": false
519
+ },
520
+ {
521
+ "_type": "LabelView",
522
+ "_id": "{{cls_id}}_pkg_main_ptv_ncv_l2",
523
+ "_parent": {
524
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv"
525
+ },
526
+ "visible": true,
527
+ "enabled": true,
528
+ "lineColor": "#000000",
529
+ "fillColor": "#ffffff",
530
+ "fontColor": "#000000",
531
+ "font": "Arial;13;1",
532
+ "showShadow": true,
533
+ "containerChangeable": false,
534
+ "containerExtending": false,
535
+ "left": 125,
536
+ "top": 204,
537
+ "width": 146.3642578125,
538
+ "height": 13,
539
+ "autoResize": false,
540
+ "underline": false,
541
+ "text": "get_{{cls_name.replace(' ','').lower()}}s_i",
542
+ "horizontalAlignment": 2,
543
+ "verticalAlignment": 5,
544
+ "wordWrap": false
545
+ },
546
+ {
547
+ "_type": "LabelView",
548
+ "_id": "{{cls_id}}_pkg_main_ptv_ncv_l3",
549
+ "_parent": {
550
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv"
551
+ },
552
+ "visible": false,
553
+ "enabled": true,
554
+ "lineColor": "#000000",
555
+ "fillColor": "#ffffff",
556
+ "fontColor": "#000000",
557
+ "font": "Arial;13;0",
558
+ "showShadow": true,
559
+ "containerChangeable": false,
560
+ "containerExtending": false,
561
+ "left": -580,
562
+ "top": 252,
563
+ "width": 88.84814453125,
564
+ "height": 13,
565
+ "autoResize": false,
566
+ "underline": false,
567
+ "text": "(from {{cls_name}}mng)",
568
+ "horizontalAlignment": 2,
569
+ "verticalAlignment": 5,
570
+ "wordWrap": false
571
+ },
572
+ {
573
+ "_type": "LabelView",
574
+ "_id": "{{cls_id}}_pkg_main_ptv_ncv_l4",
575
+ "_parent": {
576
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv"
577
+ },
578
+ "visible": false,
579
+ "enabled": true,
580
+ "lineColor": "#000000",
581
+ "fillColor": "#ffffff",
582
+ "fontColor": "#000000",
583
+ "font": "Arial;13;0",
584
+ "showShadow": true,
585
+ "containerChangeable": false,
586
+ "containerExtending": false,
587
+ "left": -580,
588
+ "top": 252,
589
+ "width": 0,
590
+ "height": 13,
591
+ "autoResize": false,
592
+ "underline": false,
593
+ "horizontalAlignment": 1,
594
+ "verticalAlignment": 5,
595
+ "wordWrap": false
596
+ }
597
+ ],
598
+ "visible": true,
599
+ "enabled": true,
600
+ "lineColor": "#000000",
601
+ "fillColor": "#ffffff",
602
+ "fontColor": "#000000",
603
+ "font": "Arial;13;0",
604
+ "showShadow": true,
605
+ "containerChangeable": false,
606
+ "containerExtending": false,
607
+ "left": 120,
608
+ "top": 184,
609
+ "width": 156.3642578125,
610
+ "height": 38,
611
+ "autoResize": false,
612
+ "stereotypeLabel": {
613
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv_l1"
614
+ },
615
+ "nameLabel": {
616
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv_l2"
617
+ },
618
+ "namespaceLabel": {
619
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv_l3"
620
+ },
621
+ "propertyLabel": {
622
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv_l4"
623
+ }
624
+ },
625
+ {
626
+ "_type": "UMLAttributeCompartmentView",
627
+ "_id": "{{cls_id}}_pkg_main_ptv_acv",
628
+ "_parent": {
629
+ "$ref": "{{cls_id}}_pkg_main_ptv"
630
+ },
631
+ "model": {
632
+ "$ref": "{{cls_id}}_get_i_pt"
633
+ },
634
+ "subViews": [
635
+ {
636
+ "_type": "UMLAttributeView",
637
+ "_id": "{{cls_id}}_pkg_main_ptv_acv_av1",
638
+ "_parent": {
639
+ "$ref": "{{cls_id}}_pkg_main_ptv_acv"
640
+ },
641
+ "model": {
642
+ "$ref": "{{cls_id}}_get_i_pt_pg"
643
+ },
644
+ "visible": true,
645
+ "enabled": true,
646
+ "lineColor": "#000000",
647
+ "fillColor": "#ffffff",
648
+ "fontColor": "#000000",
649
+ "font": "Arial;13;0",
650
+ "showShadow": true,
651
+ "containerChangeable": false,
652
+ "containerExtending": false,
653
+ "left": 125,
654
+ "top": 227,
655
+ "width": 146.3642578125,
656
+ "height": 13,
657
+ "autoResize": false,
658
+ "underline": false,
659
+ "text": "«q/nr»+page: integer",
660
+ "horizontalAlignment": 0,
661
+ "verticalAlignment": 5,
662
+ "wordWrap": false
663
+ },
664
+ {
665
+ "_type": "UMLAttributeView",
666
+ "_id": "{{cls_id}}_pkg_main_ptv_acv_av2",
667
+ "_parent": {
668
+ "$ref": "{{cls_id}}_pkg_main_ptv_acv"
669
+ },
670
+ "model": {
671
+ "$ref": "{{cls_id}}_get_i_pt_ppg"
672
+ },
673
+ "visible": true,
674
+ "enabled": true,
675
+ "lineColor": "#000000",
676
+ "fillColor": "#ffffff",
677
+ "fontColor": "#000000",
678
+ "font": "Arial;13;0",
679
+ "showShadow": true,
680
+ "containerChangeable": false,
681
+ "containerExtending": false,
682
+ "left": 125,
683
+ "top": 242,
684
+ "width": 146.3642578125,
685
+ "height": 13,
686
+ "autoResize": false,
687
+ "underline": false,
688
+ "text": "«q/nr»+per_page: integer",
689
+ "horizontalAlignment": 0,
690
+ "verticalAlignment": 5,
691
+ "wordWrap": false
692
+ }
693
+ ],
694
+ "visible": true,
695
+ "enabled": true,
696
+ "lineColor": "#000000",
697
+ "fillColor": "#ffffff",
698
+ "fontColor": "#000000",
699
+ "font": "Arial;13;0",
700
+ "showShadow": true,
701
+ "containerChangeable": false,
702
+ "containerExtending": false,
703
+ "left": 120,
704
+ "top": 222,
705
+ "width": 156.3642578125,
706
+ "height": 38,
707
+ "autoResize": false
708
+ },
709
+ {
710
+ "_type": "UMLOperationCompartmentView",
711
+ "_id": "{{cls_id}}_pkg_main_ptv_ocv",
712
+ "_parent": {
713
+ "$ref": "{{cls_id}}_pkg_main_ptv"
714
+ },
715
+ "model": {
716
+ "$ref": "{{cls_id}}_get_i_pt"
717
+ },
718
+ "visible": false,
719
+ "enabled": true,
720
+ "lineColor": "#000000",
721
+ "fillColor": "#ffffff",
722
+ "fontColor": "#000000",
723
+ "font": "Arial;13;0",
724
+ "showShadow": true,
725
+ "containerChangeable": false,
726
+ "containerExtending": false,
727
+ "left": -290,
728
+ "top": 126,
729
+ "width": 10,
730
+ "height": 10,
731
+ "autoResize": false
732
+ },
733
+ {
734
+ "_type": "UMLReceptionCompartmentView",
735
+ "_id": "{{cls_id}}_pkg_main_ptv_rcv",
736
+ "_parent": {
737
+ "$ref": "{{cls_id}}_pkg_main_ptv"
738
+ },
739
+ "model": {
740
+ "$ref": "{{cls_id}}_get_i_pt"
741
+ },
742
+ "visible": false,
743
+ "enabled": true,
744
+ "lineColor": "#000000",
745
+ "fillColor": "#ffffff",
746
+ "fontColor": "#000000",
747
+ "font": "Arial;13;0",
748
+ "showShadow": true,
749
+ "containerChangeable": false,
750
+ "containerExtending": false,
751
+ "left": -290,
752
+ "top": 126,
753
+ "width": 10,
754
+ "height": 10,
755
+ "autoResize": false
756
+ },
757
+ {
758
+ "_type": "UMLTemplateParameterCompartmentView",
759
+ "_id": "{{cls_id}}_pkg_main_ptv_tpcv",
760
+ "_parent": {
761
+ "$ref": "{{cls_id}}_pkg_main_ptv"
762
+ },
763
+ "model": {
764
+ "$ref": "{{cls_id}}_get_i_pt"
765
+ },
766
+ "visible": false,
767
+ "enabled": true,
768
+ "lineColor": "#000000",
769
+ "fillColor": "#ffffff",
770
+ "fontColor": "#000000",
771
+ "font": "Arial;13;0",
772
+ "showShadow": true,
773
+ "containerChangeable": false,
774
+ "containerExtending": false,
775
+ "left": -290,
776
+ "top": 126,
777
+ "width": 10,
778
+ "height": 10,
779
+ "autoResize": false
780
+ }
781
+ ],
782
+ "visible": true,
783
+ "enabled": true,
784
+ "lineColor": "#000000",
785
+ "fillColor": "#ffffff",
786
+ "fontColor": "#000000",
787
+ "font": "Arial;13;0",
788
+ "showShadow": true,
789
+ "containerChangeable": true,
790
+ "containerExtending": false,
791
+ "left": 120,
792
+ "top": 184,
793
+ "width": 156.3642578125,
794
+ "height": 91,
795
+ "autoResize": false,
796
+ "stereotypeDisplay": "label",
797
+ "showVisibility": true,
798
+ "showNamespace": false,
799
+ "showProperty": true,
800
+ "showType": true,
801
+ "nameCompartment": {
802
+ "$ref": "{{cls_id}}_pkg_main_ptv_ncv"
803
+ },
804
+ "wordWrap": false,
805
+ "suppressAttributes": false,
806
+ "suppressOperations": true,
807
+ "suppressReceptions": true,
808
+ "showMultiplicity": true,
809
+ "showOperationSignature": true,
810
+ "attributeCompartment": {
811
+ "$ref": "{{cls_id}}_pkg_main_ptv_acv"
812
+ },
813
+ "operationCompartment": {
814
+ "$ref": "{{cls_id}}_pkg_main_ptv_ocv"
815
+ },
816
+ "receptionCompartment": {
817
+ "$ref": "{{cls_id}}_pkg_main_ptv_rcv"
818
+ },
819
+ "templateParameterCompartment": {
820
+ "$ref": "{{cls_id}}_pkg_main_ptv_tpcv"
821
+ }
822
+ },
823
+ {
824
+ "_type": "UMLPrimitiveTypeView",
825
+ "_id": "{{cls_id}}_pkg_main_ptv1",
826
+ "_parent": {
827
+ "$ref": "{{cls_id}}_pkg_main"
828
+ },
829
+ "model": {
830
+ "$ref": "{{cls_id}}_get_r_pt"
831
+ },
832
+ "subViews": [
833
+ {
834
+ "_type": "UMLNameCompartmentView",
835
+ "_id": "{{cls_id}}_pkg_main_ptv1_ncv",
836
+ "_parent": {
837
+ "$ref": "{{cls_id}}_pkg_main_ptv1"
838
+ },
839
+ "model": {
840
+ "$ref": "{{cls_id}}_get_r_pt"
841
+ },
842
+ "subViews": [
843
+ {
844
+ "_type": "LabelView",
845
+ "_id": "{{cls_id}}_pkg_main_ptv1_ncv_l1",
846
+ "_parent": {
847
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv"
848
+ },
849
+ "visible": true,
850
+ "enabled": true,
851
+ "lineColor": "#000000",
852
+ "fillColor": "#ffffff",
853
+ "fontColor": "#000000",
854
+ "font": "Arial;13;0",
855
+ "showShadow": true,
856
+ "containerChangeable": false,
857
+ "containerExtending": false,
858
+ "left": 317,
859
+ "top": 189,
860
+ "width": 143,
861
+ "height": 13,
862
+ "autoResize": false,
863
+ "underline": false,
864
+ "text": "«primitiveType»",
865
+ "horizontalAlignment": 2,
866
+ "verticalAlignment": 5,
867
+ "wordWrap": false
868
+ },
869
+ {
870
+ "_type": "LabelView",
871
+ "_id": "{{cls_id}}_pkg_main_ptv1_ncv_l2",
872
+ "_parent": {
873
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv"
874
+ },
875
+ "visible": true,
876
+ "enabled": true,
877
+ "lineColor": "#000000",
878
+ "fillColor": "#ffffff",
879
+ "fontColor": "#000000",
880
+ "font": "Arial;13;1",
881
+ "showShadow": true,
882
+ "containerChangeable": false,
883
+ "containerExtending": false,
884
+ "left": 317,
885
+ "top": 204,
886
+ "width": 143,
887
+ "height": 13,
888
+ "autoResize": false,
889
+ "underline": false,
890
+ "text": "get_{{cls_name.replace(' ','').lower()}}s_r",
891
+ "horizontalAlignment": 2,
892
+ "verticalAlignment": 5,
893
+ "wordWrap": false
894
+ },
895
+ {
896
+ "_type": "LabelView",
897
+ "_id": "{{cls_id}}_pkg_main_ptv1_ncv_l3",
898
+ "_parent": {
899
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv"
900
+ },
901
+ "visible": false,
902
+ "enabled": true,
903
+ "lineColor": "#000000",
904
+ "fillColor": "#ffffff",
905
+ "fontColor": "#000000",
906
+ "font": "Arial;13;0",
907
+ "showShadow": true,
908
+ "containerChangeable": false,
909
+ "containerExtending": false,
910
+ "left": -22,
911
+ "top": -90,
912
+ "width": 88.84814453125,
913
+ "height": 13,
914
+ "autoResize": false,
915
+ "underline": false,
916
+ "text": "(from {{cls_name}}mng)",
917
+ "horizontalAlignment": 2,
918
+ "verticalAlignment": 5,
919
+ "wordWrap": false
920
+ },
921
+ {
922
+ "_type": "LabelView",
923
+ "_id": "{{cls_id}}_pkg_main_ptv1_ncv_l4",
924
+ "_parent": {
925
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv"
926
+ },
927
+ "visible": false,
928
+ "enabled": true,
929
+ "lineColor": "#000000",
930
+ "fillColor": "#ffffff",
931
+ "fontColor": "#000000",
932
+ "font": "Arial;13;0",
933
+ "showShadow": true,
934
+ "containerChangeable": false,
935
+ "containerExtending": false,
936
+ "left": -22,
937
+ "top": -90,
938
+ "width": 0,
939
+ "height": 13,
940
+ "autoResize": false,
941
+ "underline": false,
942
+ "horizontalAlignment": 1,
943
+ "verticalAlignment": 5,
944
+ "wordWrap": false
945
+ }
946
+ ],
947
+ "visible": true,
948
+ "enabled": true,
949
+ "lineColor": "#000000",
950
+ "fillColor": "#ffffff",
951
+ "fontColor": "#000000",
952
+ "font": "Arial;13;0",
953
+ "showShadow": true,
954
+ "containerChangeable": false,
955
+ "containerExtending": false,
956
+ "left": 312,
957
+ "top": 184,
958
+ "width": 153,
959
+ "height": 38,
960
+ "autoResize": false,
961
+ "stereotypeLabel": {
962
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv_l1"
963
+ },
964
+ "nameLabel": {
965
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv_l2"
966
+ },
967
+ "namespaceLabel": {
968
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv_l3"
969
+ },
970
+ "propertyLabel": {
971
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv_l4"
972
+ }
973
+ },
974
+ {
975
+ "_type": "UMLAttributeCompartmentView",
976
+ "_id": "{{cls_id}}_pkg_main_ptv1_acv",
977
+ "_parent": {
978
+ "$ref": "{{cls_id}}_pkg_main_ptv1"
979
+ },
980
+ "model": {
981
+ "$ref": "{{cls_id}}_get_r_pt"
982
+ },
983
+ "subViews": [
984
+ {
985
+ "_type": "UMLAttributeView",
986
+ "_id": "{{cls_id}}_pkg_main_ptv1_acv_av1",
987
+ "_parent": {
988
+ "$ref": "{{cls_id}}_pkg_main_ptv1_acv"
989
+ },
990
+ "model": {
991
+ "$ref": "{{cls_id}}_get_r_pt_df"
992
+ },
993
+ "visible": true,
994
+ "enabled": true,
995
+ "lineColor": "#000000",
996
+ "fillColor": "#ffffff",
997
+ "fontColor": "#000000",
998
+ "font": "Arial;13;0",
999
+ "showShadow": true,
1000
+ "containerChangeable": false,
1001
+ "containerExtending": false,
1002
+ "left": 317,
1003
+ "top": 227,
1004
+ "width": 143,
1005
+ "height": 13,
1006
+ "autoResize": false,
1007
+ "underline": false,
1008
+ "text": "+default: {{cls_name}}[0..*]",
1009
+ "horizontalAlignment": 0,
1010
+ "verticalAlignment": 5,
1011
+ "wordWrap": false
1012
+ }
1013
+ ],
1014
+ "visible": true,
1015
+ "enabled": true,
1016
+ "lineColor": "#000000",
1017
+ "fillColor": "#ffffff",
1018
+ "fontColor": "#000000",
1019
+ "font": "Arial;13;0",
1020
+ "showShadow": true,
1021
+ "containerChangeable": false,
1022
+ "containerExtending": false,
1023
+ "left": 312,
1024
+ "top": 222,
1025
+ "width": 153,
1026
+ "height": 23,
1027
+ "autoResize": false
1028
+ },
1029
+ {
1030
+ "_type": "UMLOperationCompartmentView",
1031
+ "_id": "{{cls_id}}_pkg_main_ptv1_ocv",
1032
+ "_parent": {
1033
+ "$ref": "{{cls_id}}_pkg_main_ptv1"
1034
+ },
1035
+ "model": {
1036
+ "$ref": "{{cls_id}}_get_r_pt"
1037
+ },
1038
+ "visible": false,
1039
+ "enabled": true,
1040
+ "lineColor": "#000000",
1041
+ "fillColor": "#ffffff",
1042
+ "fontColor": "#000000",
1043
+ "font": "Arial;13;0",
1044
+ "showShadow": true,
1045
+ "containerChangeable": false,
1046
+ "containerExtending": false,
1047
+ "left": -11,
1048
+ "top": -45,
1049
+ "width": 10,
1050
+ "height": 10,
1051
+ "autoResize": false
1052
+ },
1053
+ {
1054
+ "_type": "UMLReceptionCompartmentView",
1055
+ "_id": "{{cls_id}}_pkg_main_ptv1_rcv",
1056
+ "_parent": {
1057
+ "$ref": "{{cls_id}}_pkg_main_ptv1"
1058
+ },
1059
+ "model": {
1060
+ "$ref": "{{cls_id}}_get_r_pt"
1061
+ },
1062
+ "visible": false,
1063
+ "enabled": true,
1064
+ "lineColor": "#000000",
1065
+ "fillColor": "#ffffff",
1066
+ "fontColor": "#000000",
1067
+ "font": "Arial;13;0",
1068
+ "showShadow": true,
1069
+ "containerChangeable": false,
1070
+ "containerExtending": false,
1071
+ "left": -11,
1072
+ "top": -45,
1073
+ "width": 10,
1074
+ "height": 10,
1075
+ "autoResize": false
1076
+ },
1077
+ {
1078
+ "_type": "UMLTemplateParameterCompartmentView",
1079
+ "_id": "{{cls_id}}_pkg_main_ptv1_tpcv",
1080
+ "_parent": {
1081
+ "$ref": "{{cls_id}}_pkg_main_ptv1"
1082
+ },
1083
+ "model": {
1084
+ "$ref": "{{cls_id}}_get_r_pt"
1085
+ },
1086
+ "visible": false,
1087
+ "enabled": true,
1088
+ "lineColor": "#000000",
1089
+ "fillColor": "#ffffff",
1090
+ "fontColor": "#000000",
1091
+ "font": "Arial;13;0",
1092
+ "showShadow": true,
1093
+ "containerChangeable": false,
1094
+ "containerExtending": false,
1095
+ "left": -11,
1096
+ "top": -45,
1097
+ "width": 10,
1098
+ "height": 10,
1099
+ "autoResize": false
1100
+ }
1101
+ ],
1102
+ "visible": true,
1103
+ "enabled": true,
1104
+ "lineColor": "#000000",
1105
+ "fillColor": "#ffffff",
1106
+ "fontColor": "#000000",
1107
+ "font": "Arial;13;0",
1108
+ "showShadow": true,
1109
+ "containerChangeable": true,
1110
+ "containerExtending": false,
1111
+ "left": 312,
1112
+ "top": 184,
1113
+ "width": 153,
1114
+ "height": 76,
1115
+ "autoResize": false,
1116
+ "stereotypeDisplay": "label",
1117
+ "showVisibility": true,
1118
+ "showNamespace": false,
1119
+ "showProperty": true,
1120
+ "showType": true,
1121
+ "nameCompartment": {
1122
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ncv"
1123
+ },
1124
+ "wordWrap": false,
1125
+ "suppressAttributes": false,
1126
+ "suppressOperations": true,
1127
+ "suppressReceptions": true,
1128
+ "showMultiplicity": true,
1129
+ "showOperationSignature": true,
1130
+ "attributeCompartment": {
1131
+ "$ref": "{{cls_id}}_pkg_main_ptv1_acv"
1132
+ },
1133
+ "operationCompartment": {
1134
+ "$ref": "{{cls_id}}_pkg_main_ptv1_ocv"
1135
+ },
1136
+ "receptionCompartment": {
1137
+ "$ref": "{{cls_id}}_pkg_main_ptv1_rcv"
1138
+ },
1139
+ "templateParameterCompartment": {
1140
+ "$ref": "{{cls_id}}_pkg_main_ptv1_tpcv"
1141
+ }
1142
+ },
1143
+ {
1144
+ "_type": "UMLPrimitiveTypeView",
1145
+ "_id": "{{cls_id}}_pkg_main_ptv2",
1146
+ "_parent": {
1147
+ "$ref": "{{cls_id}}_pkg_main"
1148
+ },
1149
+ "model": {
1150
+ "$ref": "{{cls_id}}_getid_i_pt"
1151
+ },
1152
+ "subViews": [
1153
+ {
1154
+ "_type": "UMLNameCompartmentView",
1155
+ "_id": "{{cls_id}}_pkg_main_ptv2_ncv",
1156
+ "_parent": {
1157
+ "$ref": "{{cls_id}}_pkg_main_ptv2"
1158
+ },
1159
+ "model": {
1160
+ "$ref": "{{cls_id}}_getid_i_pt"
1161
+ },
1162
+ "subViews": [
1163
+ {
1164
+ "_type": "LabelView",
1165
+ "_id": "{{cls_id}}_pkg_main_ptv2_ncv_l1",
1166
+ "_parent": {
1167
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv"
1168
+ },
1169
+ "visible": true,
1170
+ "enabled": true,
1171
+ "lineColor": "#000000",
1172
+ "fillColor": "#ffffff",
1173
+ "fontColor": "#000000",
1174
+ "font": "Arial;13;0",
1175
+ "showShadow": true,
1176
+ "containerChangeable": false,
1177
+ "containerExtending": false,
1178
+ "left": 133,
1179
+ "top": 317,
1180
+ "width": 139,
1181
+ "height": 13,
1182
+ "autoResize": false,
1183
+ "underline": false,
1184
+ "text": "«primitiveType»",
1185
+ "horizontalAlignment": 2,
1186
+ "verticalAlignment": 5,
1187
+ "wordWrap": false
1188
+ },
1189
+ {
1190
+ "_type": "LabelView",
1191
+ "_id": "{{cls_id}}_pkg_main_ptv2_ncv_l2",
1192
+ "_parent": {
1193
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv"
1194
+ },
1195
+ "visible": true,
1196
+ "enabled": true,
1197
+ "lineColor": "#000000",
1198
+ "fillColor": "#ffffff",
1199
+ "fontColor": "#000000",
1200
+ "font": "Arial;13;1",
1201
+ "showShadow": true,
1202
+ "containerChangeable": false,
1203
+ "containerExtending": false,
1204
+ "left": 133,
1205
+ "top": 332,
1206
+ "width": 139,
1207
+ "height": 13,
1208
+ "autoResize": false,
1209
+ "underline": false,
1210
+ "text": "get_{{cls_name}}s_id_i",
1211
+ "horizontalAlignment": 2,
1212
+ "verticalAlignment": 5,
1213
+ "wordWrap": false
1214
+ },
1215
+ {
1216
+ "_type": "LabelView",
1217
+ "_id": "{{cls_id}}_pkg_main_ptv2_ncv_l3",
1218
+ "_parent": {
1219
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv"
1220
+ },
1221
+ "visible": false,
1222
+ "enabled": true,
1223
+ "lineColor": "#000000",
1224
+ "fillColor": "#ffffff",
1225
+ "fontColor": "#000000",
1226
+ "font": "Arial;13;0",
1227
+ "showShadow": true,
1228
+ "containerChangeable": false,
1229
+ "containerExtending": false,
1230
+ "left": 8,
1231
+ "top": -70,
1232
+ "width": 88.84814453125,
1233
+ "height": 13,
1234
+ "autoResize": false,
1235
+ "underline": false,
1236
+ "text": "(from {{cls_name}}mng)",
1237
+ "horizontalAlignment": 2,
1238
+ "verticalAlignment": 5,
1239
+ "wordWrap": false
1240
+ },
1241
+ {
1242
+ "_type": "LabelView",
1243
+ "_id": "{{cls_id}}_pkg_main_ptv2_ncv_l4",
1244
+ "_parent": {
1245
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv"
1246
+ },
1247
+ "visible": false,
1248
+ "enabled": true,
1249
+ "lineColor": "#000000",
1250
+ "fillColor": "#ffffff",
1251
+ "fontColor": "#000000",
1252
+ "font": "Arial;13;0",
1253
+ "showShadow": true,
1254
+ "containerChangeable": false,
1255
+ "containerExtending": false,
1256
+ "left": 8,
1257
+ "top": -70,
1258
+ "width": 0,
1259
+ "height": 13,
1260
+ "autoResize": false,
1261
+ "underline": false,
1262
+ "horizontalAlignment": 1,
1263
+ "verticalAlignment": 5,
1264
+ "wordWrap": false
1265
+ }
1266
+ ],
1267
+ "visible": true,
1268
+ "enabled": true,
1269
+ "lineColor": "#000000",
1270
+ "fillColor": "#ffffff",
1271
+ "fontColor": "#000000",
1272
+ "font": "Arial;13;0",
1273
+ "showShadow": true,
1274
+ "containerChangeable": false,
1275
+ "containerExtending": false,
1276
+ "left": 128,
1277
+ "top": 312,
1278
+ "width": 149,
1279
+ "height": 38,
1280
+ "autoResize": false,
1281
+ "stereotypeLabel": {
1282
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv_l1"
1283
+ },
1284
+ "nameLabel": {
1285
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv_l2"
1286
+ },
1287
+ "namespaceLabel": {
1288
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv_l3"
1289
+ },
1290
+ "propertyLabel": {
1291
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv_l4"
1292
+ }
1293
+ },
1294
+ {
1295
+ "_type": "UMLAttributeCompartmentView",
1296
+ "_id": "{{cls_id}}_pkg_main_ptv2_acv",
1297
+ "_parent": {
1298
+ "$ref": "{{cls_id}}_pkg_main_ptv2"
1299
+ },
1300
+ "model": {
1301
+ "$ref": "{{cls_id}}_getid_i_pt"
1302
+ },
1303
+ "subViews": [
1304
+ {
1305
+ "_type": "UMLAttributeView",
1306
+ "_id": "{{cls_id}}_pkg_main_ptv2_acv_a1",
1307
+ "_parent": {
1308
+ "$ref": "{{cls_id}}_pkg_main_ptv2_acv"
1309
+ },
1310
+ "model": {
1311
+ "$ref": "{{cls_id}}_getid_i_pt_pid"
1312
+ },
1313
+ "visible": true,
1314
+ "enabled": true,
1315
+ "lineColor": "#000000",
1316
+ "fillColor": "#ffffff",
1317
+ "fontColor": "#000000",
1318
+ "font": "Arial;13;0",
1319
+ "showShadow": true,
1320
+ "containerChangeable": false,
1321
+ "containerExtending": false,
1322
+ "left": 133,
1323
+ "top": 355,
1324
+ "width": 139,
1325
+ "height": 13,
1326
+ "autoResize": false,
1327
+ "underline": false,
1328
+ "text": "«p»+id: integer",
1329
+ "horizontalAlignment": 0,
1330
+ "verticalAlignment": 5,
1331
+ "wordWrap": false
1332
+ }
1333
+ ],
1334
+ "visible": true,
1335
+ "enabled": true,
1336
+ "lineColor": "#000000",
1337
+ "fillColor": "#ffffff",
1338
+ "fontColor": "#000000",
1339
+ "font": "Arial;13;0",
1340
+ "showShadow": true,
1341
+ "containerChangeable": false,
1342
+ "containerExtending": false,
1343
+ "left": 128,
1344
+ "top": 350,
1345
+ "width": 149,
1346
+ "height": 23,
1347
+ "autoResize": false
1348
+ },
1349
+ {
1350
+ "_type": "UMLOperationCompartmentView",
1351
+ "_id": "{{cls_id}}_pkg_main_ptv2_ocv",
1352
+ "_parent": {
1353
+ "$ref": "{{cls_id}}_pkg_main_ptv2"
1354
+ },
1355
+ "model": {
1356
+ "$ref": "{{cls_id}}_getid_i_pt"
1357
+ },
1358
+ "visible": false,
1359
+ "enabled": true,
1360
+ "lineColor": "#000000",
1361
+ "fillColor": "#ffffff",
1362
+ "fontColor": "#000000",
1363
+ "font": "Arial;13;0",
1364
+ "showShadow": true,
1365
+ "containerChangeable": false,
1366
+ "containerExtending": false,
1367
+ "left": 4,
1368
+ "top": -35,
1369
+ "width": 10,
1370
+ "height": 10,
1371
+ "autoResize": false
1372
+ },
1373
+ {
1374
+ "_type": "UMLReceptionCompartmentView",
1375
+ "_id": "{{cls_id}}_pkg_main_ptv2_rcv",
1376
+ "_parent": {
1377
+ "$ref": "{{cls_id}}_pkg_main_ptv2"
1378
+ },
1379
+ "model": {
1380
+ "$ref": "{{cls_id}}_getid_i_pt"
1381
+ },
1382
+ "visible": false,
1383
+ "enabled": true,
1384
+ "lineColor": "#000000",
1385
+ "fillColor": "#ffffff",
1386
+ "fontColor": "#000000",
1387
+ "font": "Arial;13;0",
1388
+ "showShadow": true,
1389
+ "containerChangeable": false,
1390
+ "containerExtending": false,
1391
+ "left": 4,
1392
+ "top": -35,
1393
+ "width": 10,
1394
+ "height": 10,
1395
+ "autoResize": false
1396
+ },
1397
+ {
1398
+ "_type": "UMLTemplateParameterCompartmentView",
1399
+ "_id": "{{cls_id}}_pkg_main_ptv2_tpcv",
1400
+ "_parent": {
1401
+ "$ref": "{{cls_id}}_pkg_main_ptv2"
1402
+ },
1403
+ "model": {
1404
+ "$ref": "{{cls_id}}_getid_i_pt"
1405
+ },
1406
+ "visible": false,
1407
+ "enabled": true,
1408
+ "lineColor": "#000000",
1409
+ "fillColor": "#ffffff",
1410
+ "fontColor": "#000000",
1411
+ "font": "Arial;13;0",
1412
+ "showShadow": true,
1413
+ "containerChangeable": false,
1414
+ "containerExtending": false,
1415
+ "left": 4,
1416
+ "top": -35,
1417
+ "width": 10,
1418
+ "height": 10,
1419
+ "autoResize": false
1420
+ }
1421
+ ],
1422
+ "visible": true,
1423
+ "enabled": true,
1424
+ "lineColor": "#000000",
1425
+ "fillColor": "#ffffff",
1426
+ "fontColor": "#000000",
1427
+ "font": "Arial;13;0",
1428
+ "showShadow": true,
1429
+ "containerChangeable": true,
1430
+ "containerExtending": false,
1431
+ "left": 128,
1432
+ "top": 312,
1433
+ "width": 149,
1434
+ "height": 70,
1435
+ "autoResize": false,
1436
+ "stereotypeDisplay": "label",
1437
+ "showVisibility": true,
1438
+ "showNamespace": false,
1439
+ "showProperty": true,
1440
+ "showType": true,
1441
+ "nameCompartment": {
1442
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ncv"
1443
+ },
1444
+ "wordWrap": false,
1445
+ "suppressAttributes": false,
1446
+ "suppressOperations": true,
1447
+ "suppressReceptions": true,
1448
+ "showMultiplicity": true,
1449
+ "showOperationSignature": true,
1450
+ "attributeCompartment": {
1451
+ "$ref": "{{cls_id}}_pkg_main_ptv2_acv"
1452
+ },
1453
+ "operationCompartment": {
1454
+ "$ref": "{{cls_id}}_pkg_main_ptv2_ocv"
1455
+ },
1456
+ "receptionCompartment": {
1457
+ "$ref": "{{cls_id}}_pkg_main_ptv2_rcv"
1458
+ },
1459
+ "templateParameterCompartment": {
1460
+ "$ref": "{{cls_id}}_pkg_main_ptv2_tpcv"
1461
+ }
1462
+ },
1463
+ {
1464
+ "_type": "UMLPrimitiveTypeView",
1465
+ "_id": "{{cls_id}}_pkg_main_ptv3",
1466
+ "_parent": {
1467
+ "$ref": "{{cls_id}}_pkg_main"
1468
+ },
1469
+ "model": {
1470
+ "$ref": "{{cls_id}}_getid_r_pt"
1471
+ },
1472
+ "subViews": [
1473
+ {
1474
+ "_type": "UMLNameCompartmentView",
1475
+ "_id": "{{cls_id}}_pkg_main_ptv3_ncv",
1476
+ "_parent": {
1477
+ "$ref": "{{cls_id}}_pkg_main_ptv3"
1478
+ },
1479
+ "model": {
1480
+ "$ref": "{{cls_id}}_getid_r_pt"
1481
+ },
1482
+ "subViews": [
1483
+ {
1484
+ "_type": "LabelView",
1485
+ "_id": "{{cls_id}}_pkg_main_ptv3_ncv_l1",
1486
+ "_parent": {
1487
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv"
1488
+ },
1489
+ "visible": true,
1490
+ "enabled": true,
1491
+ "lineColor": "#000000",
1492
+ "fillColor": "#ffffff",
1493
+ "fontColor": "#000000",
1494
+ "font": "Arial;13;0",
1495
+ "showShadow": true,
1496
+ "containerChangeable": false,
1497
+ "containerExtending": false,
1498
+ "left": 317,
1499
+ "top": 309,
1500
+ "width": 127,
1501
+ "height": 13,
1502
+ "autoResize": false,
1503
+ "underline": false,
1504
+ "text": "«primitiveType»",
1505
+ "horizontalAlignment": 2,
1506
+ "verticalAlignment": 5,
1507
+ "wordWrap": false
1508
+ },
1509
+ {
1510
+ "_type": "LabelView",
1511
+ "_id": "{{cls_id}}_pkg_main_ptv3_ncv_l2",
1512
+ "_parent": {
1513
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv"
1514
+ },
1515
+ "visible": true,
1516
+ "enabled": true,
1517
+ "lineColor": "#000000",
1518
+ "fillColor": "#ffffff",
1519
+ "fontColor": "#000000",
1520
+ "font": "Arial;13;1",
1521
+ "showShadow": true,
1522
+ "containerChangeable": false,
1523
+ "containerExtending": false,
1524
+ "left": 317,
1525
+ "top": 324,
1526
+ "width": 127,
1527
+ "height": 13,
1528
+ "autoResize": false,
1529
+ "underline": false,
1530
+ "text": "get_{{cls_name}}s_id_r",
1531
+ "horizontalAlignment": 2,
1532
+ "verticalAlignment": 5,
1533
+ "wordWrap": false
1534
+ },
1535
+ {
1536
+ "_type": "LabelView",
1537
+ "_id": "{{cls_id}}_pkg_main_ptv3_ncv_l3",
1538
+ "_parent": {
1539
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv"
1540
+ },
1541
+ "visible": false,
1542
+ "enabled": true,
1543
+ "lineColor": "#000000",
1544
+ "fillColor": "#ffffff",
1545
+ "fontColor": "#000000",
1546
+ "font": "Arial;13;0",
1547
+ "showShadow": true,
1548
+ "containerChangeable": false,
1549
+ "containerExtending": false,
1550
+ "left": 106,
1551
+ "top": -84,
1552
+ "width": 88.84814453125,
1553
+ "height": 13,
1554
+ "autoResize": false,
1555
+ "underline": false,
1556
+ "text": "(from {{cls_name}}mng)",
1557
+ "horizontalAlignment": 2,
1558
+ "verticalAlignment": 5,
1559
+ "wordWrap": false
1560
+ },
1561
+ {
1562
+ "_type": "LabelView",
1563
+ "_id": "{{cls_id}}_pkg_main_ptv3_ncv_l4",
1564
+ "_parent": {
1565
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv"
1566
+ },
1567
+ "visible": false,
1568
+ "enabled": true,
1569
+ "lineColor": "#000000",
1570
+ "fillColor": "#ffffff",
1571
+ "fontColor": "#000000",
1572
+ "font": "Arial;13;0",
1573
+ "showShadow": true,
1574
+ "containerChangeable": false,
1575
+ "containerExtending": false,
1576
+ "left": 106,
1577
+ "top": -84,
1578
+ "width": 0,
1579
+ "height": 13,
1580
+ "autoResize": false,
1581
+ "underline": false,
1582
+ "horizontalAlignment": 1,
1583
+ "verticalAlignment": 5,
1584
+ "wordWrap": false
1585
+ }
1586
+ ],
1587
+ "visible": true,
1588
+ "enabled": true,
1589
+ "lineColor": "#000000",
1590
+ "fillColor": "#ffffff",
1591
+ "fontColor": "#000000",
1592
+ "font": "Arial;13;0",
1593
+ "showShadow": true,
1594
+ "containerChangeable": false,
1595
+ "containerExtending": false,
1596
+ "left": 312,
1597
+ "top": 304,
1598
+ "width": 137,
1599
+ "height": 38,
1600
+ "autoResize": false,
1601
+ "stereotypeLabel": {
1602
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv_l1"
1603
+ },
1604
+ "nameLabel": {
1605
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv_l2"
1606
+ },
1607
+ "namespaceLabel": {
1608
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv_l3"
1609
+ },
1610
+ "propertyLabel": {
1611
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv_l4"
1612
+ }
1613
+ },
1614
+ {
1615
+ "_type": "UMLAttributeCompartmentView",
1616
+ "_id": "{{cls_id}}_pkg_main_ptv3_acv",
1617
+ "_parent": {
1618
+ "$ref": "{{cls_id}}_pkg_main_ptv3"
1619
+ },
1620
+ "model": {
1621
+ "$ref": "{{cls_id}}_getid_r_pt"
1622
+ },
1623
+ "subViews": [
1624
+ {
1625
+ "_type": "UMLAttributeView",
1626
+ "_id": "{{cls_id}}_pkg_main_ptv3_acv_a1",
1627
+ "_parent": {
1628
+ "$ref": "{{cls_id}}_pkg_main_ptv3_acv"
1629
+ },
1630
+ "model": {
1631
+ "$ref": "{{cls_id}}_getid_r_pt_df"
1632
+ },
1633
+ "visible": true,
1634
+ "enabled": true,
1635
+ "lineColor": "#000000",
1636
+ "fillColor": "#ffffff",
1637
+ "fontColor": "#000000",
1638
+ "font": "Arial;13;0",
1639
+ "showShadow": true,
1640
+ "containerChangeable": false,
1641
+ "containerExtending": false,
1642
+ "left": 317,
1643
+ "top": 347,
1644
+ "width": 127,
1645
+ "height": 13,
1646
+ "autoResize": false,
1647
+ "underline": false,
1648
+ "text": "+default: {{cls_name}}",
1649
+ "horizontalAlignment": 0,
1650
+ "verticalAlignment": 5,
1651
+ "wordWrap": false
1652
+ }
1653
+ ],
1654
+ "visible": true,
1655
+ "enabled": true,
1656
+ "lineColor": "#000000",
1657
+ "fillColor": "#ffffff",
1658
+ "fontColor": "#000000",
1659
+ "font": "Arial;13;0",
1660
+ "showShadow": true,
1661
+ "containerChangeable": false,
1662
+ "containerExtending": false,
1663
+ "left": 312,
1664
+ "top": 342,
1665
+ "width": 137,
1666
+ "height": 23,
1667
+ "autoResize": false
1668
+ },
1669
+ {
1670
+ "_type": "UMLOperationCompartmentView",
1671
+ "_id": "{{cls_id}}_pkg_main_ptv3_ocv",
1672
+ "_parent": {
1673
+ "$ref": "{{cls_id}}_pkg_main_ptv3"
1674
+ },
1675
+ "model": {
1676
+ "$ref": "{{cls_id}}_getid_r_pt"
1677
+ },
1678
+ "visible": false,
1679
+ "enabled": true,
1680
+ "lineColor": "#000000",
1681
+ "fillColor": "#ffffff",
1682
+ "fontColor": "#000000",
1683
+ "font": "Arial;13;0",
1684
+ "showShadow": true,
1685
+ "containerChangeable": false,
1686
+ "containerExtending": false,
1687
+ "left": 53,
1688
+ "top": -42,
1689
+ "width": 10,
1690
+ "height": 10,
1691
+ "autoResize": false
1692
+ },
1693
+ {
1694
+ "_type": "UMLReceptionCompartmentView",
1695
+ "_id": "{{cls_id}}_pkg_main_ptv3_rcv",
1696
+ "_parent": {
1697
+ "$ref": "{{cls_id}}_pkg_main_ptv3"
1698
+ },
1699
+ "model": {
1700
+ "$ref": "{{cls_id}}_getid_r_pt"
1701
+ },
1702
+ "visible": false,
1703
+ "enabled": true,
1704
+ "lineColor": "#000000",
1705
+ "fillColor": "#ffffff",
1706
+ "fontColor": "#000000",
1707
+ "font": "Arial;13;0",
1708
+ "showShadow": true,
1709
+ "containerChangeable": false,
1710
+ "containerExtending": false,
1711
+ "left": 53,
1712
+ "top": -42,
1713
+ "width": 10,
1714
+ "height": 10,
1715
+ "autoResize": false
1716
+ },
1717
+ {
1718
+ "_type": "UMLTemplateParameterCompartmentView",
1719
+ "_id": "{{cls_id}}_pkg_main_ptv3_tpcv",
1720
+ "_parent": {
1721
+ "$ref": "{{cls_id}}_pkg_main_ptv3"
1722
+ },
1723
+ "model": {
1724
+ "$ref": "{{cls_id}}_getid_r_pt"
1725
+ },
1726
+ "visible": false,
1727
+ "enabled": true,
1728
+ "lineColor": "#000000",
1729
+ "fillColor": "#ffffff",
1730
+ "fontColor": "#000000",
1731
+ "font": "Arial;13;0",
1732
+ "showShadow": true,
1733
+ "containerChangeable": false,
1734
+ "containerExtending": false,
1735
+ "left": 53,
1736
+ "top": -42,
1737
+ "width": 10,
1738
+ "height": 10,
1739
+ "autoResize": false
1740
+ }
1741
+ ],
1742
+ "visible": true,
1743
+ "enabled": true,
1744
+ "lineColor": "#000000",
1745
+ "fillColor": "#ffffff",
1746
+ "fontColor": "#000000",
1747
+ "font": "Arial;13;0",
1748
+ "showShadow": true,
1749
+ "containerChangeable": true,
1750
+ "containerExtending": false,
1751
+ "left": 312,
1752
+ "top": 304,
1753
+ "width": 137,
1754
+ "height": 61,
1755
+ "autoResize": false,
1756
+ "stereotypeDisplay": "label",
1757
+ "showVisibility": true,
1758
+ "showNamespace": false,
1759
+ "showProperty": true,
1760
+ "showType": true,
1761
+ "nameCompartment": {
1762
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ncv"
1763
+ },
1764
+ "wordWrap": false,
1765
+ "suppressAttributes": false,
1766
+ "suppressOperations": true,
1767
+ "suppressReceptions": true,
1768
+ "showMultiplicity": true,
1769
+ "showOperationSignature": true,
1770
+ "attributeCompartment": {
1771
+ "$ref": "{{cls_id}}_pkg_main_ptv3_acv"
1772
+ },
1773
+ "operationCompartment": {
1774
+ "$ref": "{{cls_id}}_pkg_main_ptv3_ocv"
1775
+ },
1776
+ "receptionCompartment": {
1777
+ "$ref": "{{cls_id}}_pkg_main_ptv3_rcv"
1778
+ },
1779
+ "templateParameterCompartment": {
1780
+ "$ref": "{{cls_id}}_pkg_main_ptv3_tpcv"
1781
+ }
1782
+ },
1783
+ {
1784
+ "_type": "UMLPrimitiveTypeView",
1785
+ "_id": "{{cls_id}}_pkg_main_ptv4",
1786
+ "_parent": {
1787
+ "$ref": "{{cls_id}}_pkg_main"
1788
+ },
1789
+ "model": {
1790
+ "$ref": "{{cls_id}}_pst_i_pt"
1791
+ },
1792
+ "subViews": [
1793
+ {
1794
+ "_type": "UMLNameCompartmentView",
1795
+ "_id": "{{cls_id}}_pkg_main_ptv4_ncv",
1796
+ "_parent": {
1797
+ "$ref": "{{cls_id}}_pkg_main_ptv4"
1798
+ },
1799
+ "model": {
1800
+ "$ref": "{{cls_id}}_pst_i_pt"
1801
+ },
1802
+ "subViews": [
1803
+ {
1804
+ "_type": "LabelView",
1805
+ "_id": "{{cls_id}}_pkg_main_ptv4_ncv_l1",
1806
+ "_parent": {
1807
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv"
1808
+ },
1809
+ "visible": true,
1810
+ "enabled": true,
1811
+ "lineColor": "#000000",
1812
+ "fillColor": "#ffffff",
1813
+ "fontColor": "#000000",
1814
+ "font": "Arial;13;0",
1815
+ "showShadow": true,
1816
+ "containerChangeable": false,
1817
+ "containerExtending": false,
1818
+ "left": 133,
1819
+ "top": 421,
1820
+ "width": 91.75537109375,
1821
+ "height": 13,
1822
+ "autoResize": false,
1823
+ "underline": false,
1824
+ "text": "«primitiveType»",
1825
+ "horizontalAlignment": 2,
1826
+ "verticalAlignment": 5,
1827
+ "wordWrap": false
1828
+ },
1829
+ {
1830
+ "_type": "LabelView",
1831
+ "_id": "{{cls_id}}_pkg_main_ptv4_ncv_l2",
1832
+ "_parent": {
1833
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv"
1834
+ },
1835
+ "visible": true,
1836
+ "enabled": true,
1837
+ "lineColor": "#000000",
1838
+ "fillColor": "#ffffff",
1839
+ "fontColor": "#000000",
1840
+ "font": "Arial;13;1",
1841
+ "showShadow": true,
1842
+ "containerChangeable": false,
1843
+ "containerExtending": false,
1844
+ "left": 133,
1845
+ "top": 436,
1846
+ "width": 91.75537109375,
1847
+ "height": 13,
1848
+ "autoResize": false,
1849
+ "underline": false,
1850
+ "text": "post_{{cls_name}}s_i",
1851
+ "horizontalAlignment": 2,
1852
+ "verticalAlignment": 5,
1853
+ "wordWrap": false
1854
+ },
1855
+ {
1856
+ "_type": "LabelView",
1857
+ "_id": "{{cls_id}}_pkg_main_ptv4_ncv_l3",
1858
+ "_parent": {
1859
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv"
1860
+ },
1861
+ "visible": false,
1862
+ "enabled": true,
1863
+ "lineColor": "#000000",
1864
+ "fillColor": "#ffffff",
1865
+ "fontColor": "#000000",
1866
+ "font": "Arial;13;0",
1867
+ "showShadow": true,
1868
+ "containerChangeable": false,
1869
+ "containerExtending": false,
1870
+ "left": 32,
1871
+ "top": -48,
1872
+ "width": 88.84814453125,
1873
+ "height": 13,
1874
+ "autoResize": false,
1875
+ "underline": false,
1876
+ "text": "(from {{cls_name}}mng)",
1877
+ "horizontalAlignment": 2,
1878
+ "verticalAlignment": 5,
1879
+ "wordWrap": false
1880
+ },
1881
+ {
1882
+ "_type": "LabelView",
1883
+ "_id": "{{cls_id}}_pkg_main_ptv4_ncv_l4",
1884
+ "_parent": {
1885
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv"
1886
+ },
1887
+ "visible": false,
1888
+ "enabled": true,
1889
+ "lineColor": "#000000",
1890
+ "fillColor": "#ffffff",
1891
+ "fontColor": "#000000",
1892
+ "font": "Arial;13;0",
1893
+ "showShadow": true,
1894
+ "containerChangeable": false,
1895
+ "containerExtending": false,
1896
+ "left": 32,
1897
+ "top": -48,
1898
+ "width": 0,
1899
+ "height": 13,
1900
+ "autoResize": false,
1901
+ "underline": false,
1902
+ "horizontalAlignment": 1,
1903
+ "verticalAlignment": 5,
1904
+ "wordWrap": false
1905
+ }
1906
+ ],
1907
+ "visible": true,
1908
+ "enabled": true,
1909
+ "lineColor": "#000000",
1910
+ "fillColor": "#ffffff",
1911
+ "fontColor": "#000000",
1912
+ "font": "Arial;13;0",
1913
+ "showShadow": true,
1914
+ "containerChangeable": false,
1915
+ "containerExtending": false,
1916
+ "left": 128,
1917
+ "top": 416,
1918
+ "width": 101.75537109375,
1919
+ "height": 38,
1920
+ "autoResize": false,
1921
+ "stereotypeLabel": {
1922
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv_l1"
1923
+ },
1924
+ "nameLabel": {
1925
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv_l2"
1926
+ },
1927
+ "namespaceLabel": {
1928
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv_l3"
1929
+ },
1930
+ "propertyLabel": {
1931
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv_l4"
1932
+ }
1933
+ },
1934
+ {
1935
+ "_type": "UMLAttributeCompartmentView",
1936
+ "_id": "{{cls_id}}_pkg_main_ptv4_acv",
1937
+ "_parent": {
1938
+ "$ref": "{{cls_id}}_pkg_main_ptv4"
1939
+ },
1940
+ "model": {
1941
+ "$ref": "{{cls_id}}_pst_i_pt"
1942
+ },
1943
+ "subViews": [
1944
+ {
1945
+ "_type": "UMLAttributeView",
1946
+ "_id": "{{cls_id}}_pkg_main_ptv4_acv_a1",
1947
+ "_parent": {
1948
+ "$ref": "{{cls_id}}_pkg_main_ptv4_acv"
1949
+ },
1950
+ "model": {
1951
+ "$ref": "{{cls_id}}_pst_i_pt_bd"
1952
+ },
1953
+ "visible": true,
1954
+ "enabled": true,
1955
+ "lineColor": "#000000",
1956
+ "fillColor": "#ffffff",
1957
+ "fontColor": "#000000",
1958
+ "font": "Arial;13;0",
1959
+ "showShadow": true,
1960
+ "containerChangeable": false,
1961
+ "containerExtending": false,
1962
+ "left": 133,
1963
+ "top": 459,
1964
+ "width": 91.75537109375,
1965
+ "height": 13,
1966
+ "autoResize": false,
1967
+ "underline": false,
1968
+ "text": "«b»+body: {{cls_name}}",
1969
+ "horizontalAlignment": 0,
1970
+ "verticalAlignment": 5,
1971
+ "wordWrap": false
1972
+ }
1973
+ ],
1974
+ "visible": true,
1975
+ "enabled": true,
1976
+ "lineColor": "#000000",
1977
+ "fillColor": "#ffffff",
1978
+ "fontColor": "#000000",
1979
+ "font": "Arial;13;0",
1980
+ "showShadow": true,
1981
+ "containerChangeable": false,
1982
+ "containerExtending": false,
1983
+ "left": 128,
1984
+ "top": 454,
1985
+ "width": 101.75537109375,
1986
+ "height": 23,
1987
+ "autoResize": false
1988
+ },
1989
+ {
1990
+ "_type": "UMLOperationCompartmentView",
1991
+ "_id": "{{cls_id}}_pkg_main_ptv4_ocv",
1992
+ "_parent": {
1993
+ "$ref": "{{cls_id}}_pkg_main_ptv4"
1994
+ },
1995
+ "model": {
1996
+ "$ref": "{{cls_id}}_pst_i_pt"
1997
+ },
1998
+ "visible": false,
1999
+ "enabled": true,
2000
+ "lineColor": "#000000",
2001
+ "fillColor": "#ffffff",
2002
+ "fontColor": "#000000",
2003
+ "font": "Arial;13;0",
2004
+ "showShadow": true,
2005
+ "containerChangeable": false,
2006
+ "containerExtending": false,
2007
+ "left": 16,
2008
+ "top": -24,
2009
+ "width": 10,
2010
+ "height": 10,
2011
+ "autoResize": false
2012
+ },
2013
+ {
2014
+ "_type": "UMLReceptionCompartmentView",
2015
+ "_id": "{{cls_id}}_pkg_main_ptv4_rcv",
2016
+ "_parent": {
2017
+ "$ref": "{{cls_id}}_pkg_main_ptv4"
2018
+ },
2019
+ "model": {
2020
+ "$ref": "{{cls_id}}_pst_i_pt"
2021
+ },
2022
+ "visible": false,
2023
+ "enabled": true,
2024
+ "lineColor": "#000000",
2025
+ "fillColor": "#ffffff",
2026
+ "fontColor": "#000000",
2027
+ "font": "Arial;13;0",
2028
+ "showShadow": true,
2029
+ "containerChangeable": false,
2030
+ "containerExtending": false,
2031
+ "left": 16,
2032
+ "top": -24,
2033
+ "width": 10,
2034
+ "height": 10,
2035
+ "autoResize": false
2036
+ },
2037
+ {
2038
+ "_type": "UMLTemplateParameterCompartmentView",
2039
+ "_id": "{{cls_id}}_pkg_main_ptv4_tpcv",
2040
+ "_parent": {
2041
+ "$ref": "{{cls_id}}_pkg_main_ptv4"
2042
+ },
2043
+ "model": {
2044
+ "$ref": "{{cls_id}}_pst_i_pt"
2045
+ },
2046
+ "visible": false,
2047
+ "enabled": true,
2048
+ "lineColor": "#000000",
2049
+ "fillColor": "#ffffff",
2050
+ "fontColor": "#000000",
2051
+ "font": "Arial;13;0",
2052
+ "showShadow": true,
2053
+ "containerChangeable": false,
2054
+ "containerExtending": false,
2055
+ "left": 16,
2056
+ "top": -24,
2057
+ "width": 10,
2058
+ "height": 10,
2059
+ "autoResize": false
2060
+ }
2061
+ ],
2062
+ "visible": true,
2063
+ "enabled": true,
2064
+ "lineColor": "#000000",
2065
+ "fillColor": "#ffffff",
2066
+ "fontColor": "#000000",
2067
+ "font": "Arial;13;0",
2068
+ "showShadow": true,
2069
+ "containerChangeable": true,
2070
+ "containerExtending": false,
2071
+ "left": 128,
2072
+ "top": 416,
2073
+ "width": 101.75537109375,
2074
+ "height": 76,
2075
+ "autoResize": false,
2076
+ "stereotypeDisplay": "label",
2077
+ "showVisibility": true,
2078
+ "showNamespace": false,
2079
+ "showProperty": true,
2080
+ "showType": true,
2081
+ "nameCompartment": {
2082
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ncv"
2083
+ },
2084
+ "wordWrap": false,
2085
+ "suppressAttributes": false,
2086
+ "suppressOperations": true,
2087
+ "suppressReceptions": true,
2088
+ "showMultiplicity": true,
2089
+ "showOperationSignature": true,
2090
+ "attributeCompartment": {
2091
+ "$ref": "{{cls_id}}_pkg_main_ptv4_acv"
2092
+ },
2093
+ "operationCompartment": {
2094
+ "$ref": "{{cls_id}}_pkg_main_ptv4_ocv"
2095
+ },
2096
+ "receptionCompartment": {
2097
+ "$ref": "{{cls_id}}_pkg_main_ptv4_rcv"
2098
+ },
2099
+ "templateParameterCompartment": {
2100
+ "$ref": "{{cls_id}}_pkg_main_ptv4_tpcv"
2101
+ }
2102
+ },
2103
+ {
2104
+ "_type": "UMLPrimitiveTypeView",
2105
+ "_id": "{{cls_id}}_pkg_main_ptv5",
2106
+ "_parent": {
2107
+ "$ref": "{{cls_id}}_pkg_main"
2108
+ },
2109
+ "model": {
2110
+ "$ref": "{{cls_id}}_pst_r_pt"
2111
+ },
2112
+ "subViews": [
2113
+ {
2114
+ "_type": "UMLNameCompartmentView",
2115
+ "_id": "{{cls_id}}_pkg_main_ptv5_ncv",
2116
+ "_parent": {
2117
+ "$ref": "{{cls_id}}_pkg_main_ptv5"
2118
+ },
2119
+ "model": {
2120
+ "$ref": "{{cls_id}}_pst_r_pt"
2121
+ },
2122
+ "subViews": [
2123
+ {
2124
+ "_type": "LabelView",
2125
+ "_id": "{{cls_id}}_pkg_main_ptv5_ncv_l1",
2126
+ "_parent": {
2127
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv"
2128
+ },
2129
+ "visible": true,
2130
+ "enabled": true,
2131
+ "lineColor": "#000000",
2132
+ "fillColor": "#ffffff",
2133
+ "fontColor": "#000000",
2134
+ "font": "Arial;13;0",
2135
+ "showShadow": true,
2136
+ "containerChangeable": false,
2137
+ "containerExtending": false,
2138
+ "left": 317,
2139
+ "top": 421,
2140
+ "width": 91.75537109375,
2141
+ "height": 13,
2142
+ "autoResize": false,
2143
+ "underline": false,
2144
+ "text": "«primitiveType»",
2145
+ "horizontalAlignment": 2,
2146
+ "verticalAlignment": 5,
2147
+ "wordWrap": false
2148
+ },
2149
+ {
2150
+ "_type": "LabelView",
2151
+ "_id": "{{cls_id}}_pkg_main_ptv5_ncv_l2",
2152
+ "_parent": {
2153
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv"
2154
+ },
2155
+ "visible": true,
2156
+ "enabled": true,
2157
+ "lineColor": "#000000",
2158
+ "fillColor": "#ffffff",
2159
+ "fontColor": "#000000",
2160
+ "font": "Arial;13;1",
2161
+ "showShadow": true,
2162
+ "containerChangeable": false,
2163
+ "containerExtending": false,
2164
+ "left": 317,
2165
+ "top": 436,
2166
+ "width": 91.75537109375,
2167
+ "height": 13,
2168
+ "autoResize": false,
2169
+ "underline": false,
2170
+ "text": "post_{{cls_name}}s_r",
2171
+ "horizontalAlignment": 2,
2172
+ "verticalAlignment": 5,
2173
+ "wordWrap": false
2174
+ },
2175
+ {
2176
+ "_type": "LabelView",
2177
+ "_id": "{{cls_id}}_pkg_main_ptv5_ncv_l3",
2178
+ "_parent": {
2179
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv"
2180
+ },
2181
+ "visible": false,
2182
+ "enabled": true,
2183
+ "lineColor": "#000000",
2184
+ "fillColor": "#ffffff",
2185
+ "fontColor": "#000000",
2186
+ "font": "Arial;13;0",
2187
+ "showShadow": true,
2188
+ "containerChangeable": false,
2189
+ "containerExtending": false,
2190
+ "left": 8,
2191
+ "top": -90,
2192
+ "width": 88.84814453125,
2193
+ "height": 13,
2194
+ "autoResize": false,
2195
+ "underline": false,
2196
+ "text": "(from {{cls_name}}mng)",
2197
+ "horizontalAlignment": 2,
2198
+ "verticalAlignment": 5,
2199
+ "wordWrap": false
2200
+ },
2201
+ {
2202
+ "_type": "LabelView",
2203
+ "_id": "{{cls_id}}_pkg_main_ptv5_ncv_l4",
2204
+ "_parent": {
2205
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv"
2206
+ },
2207
+ "visible": false,
2208
+ "enabled": true,
2209
+ "lineColor": "#000000",
2210
+ "fillColor": "#ffffff",
2211
+ "fontColor": "#000000",
2212
+ "font": "Arial;13;0",
2213
+ "showShadow": true,
2214
+ "containerChangeable": false,
2215
+ "containerExtending": false,
2216
+ "left": 8,
2217
+ "top": -90,
2218
+ "width": 0,
2219
+ "height": 13,
2220
+ "autoResize": false,
2221
+ "underline": false,
2222
+ "horizontalAlignment": 1,
2223
+ "verticalAlignment": 5,
2224
+ "wordWrap": false
2225
+ }
2226
+ ],
2227
+ "visible": true,
2228
+ "enabled": true,
2229
+ "lineColor": "#000000",
2230
+ "fillColor": "#ffffff",
2231
+ "fontColor": "#000000",
2232
+ "font": "Arial;13;0",
2233
+ "showShadow": true,
2234
+ "containerChangeable": false,
2235
+ "containerExtending": false,
2236
+ "left": 312,
2237
+ "top": 416,
2238
+ "width": 101.75537109375,
2239
+ "height": 38,
2240
+ "autoResize": false,
2241
+ "stereotypeLabel": {
2242
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv_l1"
2243
+ },
2244
+ "nameLabel": {
2245
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv_l2"
2246
+ },
2247
+ "namespaceLabel": {
2248
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv_l3"
2249
+ },
2250
+ "propertyLabel": {
2251
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv_l4"
2252
+ }
2253
+ },
2254
+ {
2255
+ "_type": "UMLAttributeCompartmentView",
2256
+ "_id": "{{cls_id}}_pkg_main_ptv5_acv",
2257
+ "_parent": {
2258
+ "$ref": "{{cls_id}}_pkg_main_ptv5"
2259
+ },
2260
+ "model": {
2261
+ "$ref": "{{cls_id}}_pst_r_pt"
2262
+ },
2263
+ "subViews": [
2264
+ {
2265
+ "_type": "UMLAttributeView",
2266
+ "_id": "{{cls_id}}_pkg_main_ptv5_acv_a1",
2267
+ "_parent": {
2268
+ "$ref": "{{cls_id}}_pkg_main_ptv5_acv"
2269
+ },
2270
+ "model": {
2271
+ "$ref": "{{cls_id}}_pst_r_pt_df"
2272
+ },
2273
+ "visible": true,
2274
+ "enabled": true,
2275
+ "lineColor": "#000000",
2276
+ "fillColor": "#ffffff",
2277
+ "fontColor": "#000000",
2278
+ "font": "Arial;13;0",
2279
+ "showShadow": true,
2280
+ "containerChangeable": false,
2281
+ "containerExtending": false,
2282
+ "left": 317,
2283
+ "top": 459,
2284
+ "width": 91.75537109375,
2285
+ "height": 13,
2286
+ "autoResize": false,
2287
+ "underline": false,
2288
+ "text": "+default: {{cls_name}}",
2289
+ "horizontalAlignment": 0,
2290
+ "verticalAlignment": 5,
2291
+ "wordWrap": false
2292
+ }
2293
+ ],
2294
+ "visible": true,
2295
+ "enabled": true,
2296
+ "lineColor": "#000000",
2297
+ "fillColor": "#ffffff",
2298
+ "fontColor": "#000000",
2299
+ "font": "Arial;13;0",
2300
+ "showShadow": true,
2301
+ "containerChangeable": false,
2302
+ "containerExtending": false,
2303
+ "left": 312,
2304
+ "top": 454,
2305
+ "width": 101.75537109375,
2306
+ "height": 23,
2307
+ "autoResize": false
2308
+ },
2309
+ {
2310
+ "_type": "UMLOperationCompartmentView",
2311
+ "_id": "{{cls_id}}_pkg_main_ptv5_ocv",
2312
+ "_parent": {
2313
+ "$ref": "{{cls_id}}_pkg_main_ptv5"
2314
+ },
2315
+ "model": {
2316
+ "$ref": "{{cls_id}}_pst_r_pt"
2317
+ },
2318
+ "visible": false,
2319
+ "enabled": true,
2320
+ "lineColor": "#000000",
2321
+ "fillColor": "#ffffff",
2322
+ "fontColor": "#000000",
2323
+ "font": "Arial;13;0",
2324
+ "showShadow": true,
2325
+ "containerChangeable": false,
2326
+ "containerExtending": false,
2327
+ "left": 4,
2328
+ "top": -45,
2329
+ "width": 10,
2330
+ "height": 10,
2331
+ "autoResize": false
2332
+ },
2333
+ {
2334
+ "_type": "UMLReceptionCompartmentView",
2335
+ "_id": "{{cls_id}}_pkg_main_ptv5_rcv",
2336
+ "_parent": {
2337
+ "$ref": "{{cls_id}}_pkg_main_ptv5"
2338
+ },
2339
+ "model": {
2340
+ "$ref": "{{cls_id}}_pst_r_pt"
2341
+ },
2342
+ "visible": false,
2343
+ "enabled": true,
2344
+ "lineColor": "#000000",
2345
+ "fillColor": "#ffffff",
2346
+ "fontColor": "#000000",
2347
+ "font": "Arial;13;0",
2348
+ "showShadow": true,
2349
+ "containerChangeable": false,
2350
+ "containerExtending": false,
2351
+ "left": 4,
2352
+ "top": -45,
2353
+ "width": 10,
2354
+ "height": 10,
2355
+ "autoResize": false
2356
+ },
2357
+ {
2358
+ "_type": "UMLTemplateParameterCompartmentView",
2359
+ "_id": "{{cls_id}}_pkg_main_ptv5_tpcv",
2360
+ "_parent": {
2361
+ "$ref": "{{cls_id}}_pkg_main_ptv5"
2362
+ },
2363
+ "model": {
2364
+ "$ref": "{{cls_id}}_pst_r_pt"
2365
+ },
2366
+ "visible": false,
2367
+ "enabled": true,
2368
+ "lineColor": "#000000",
2369
+ "fillColor": "#ffffff",
2370
+ "fontColor": "#000000",
2371
+ "font": "Arial;13;0",
2372
+ "showShadow": true,
2373
+ "containerChangeable": false,
2374
+ "containerExtending": false,
2375
+ "left": 4,
2376
+ "top": -45,
2377
+ "width": 10,
2378
+ "height": 10,
2379
+ "autoResize": false
2380
+ }
2381
+ ],
2382
+ "visible": true,
2383
+ "enabled": true,
2384
+ "lineColor": "#000000",
2385
+ "fillColor": "#ffffff",
2386
+ "fontColor": "#000000",
2387
+ "font": "Arial;13;0",
2388
+ "showShadow": true,
2389
+ "containerChangeable": true,
2390
+ "containerExtending": false,
2391
+ "left": 312,
2392
+ "top": 416,
2393
+ "width": 101.75537109375,
2394
+ "height": 76,
2395
+ "autoResize": false,
2396
+ "stereotypeDisplay": "label",
2397
+ "showVisibility": true,
2398
+ "showNamespace": false,
2399
+ "showProperty": true,
2400
+ "showType": true,
2401
+ "nameCompartment": {
2402
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ncv"
2403
+ },
2404
+ "wordWrap": false,
2405
+ "suppressAttributes": false,
2406
+ "suppressOperations": true,
2407
+ "suppressReceptions": true,
2408
+ "showMultiplicity": true,
2409
+ "showOperationSignature": true,
2410
+ "attributeCompartment": {
2411
+ "$ref": "{{cls_id}}_pkg_main_ptv5_acv"
2412
+ },
2413
+ "operationCompartment": {
2414
+ "$ref": "{{cls_id}}_pkg_main_ptv5_ocv"
2415
+ },
2416
+ "receptionCompartment": {
2417
+ "$ref": "{{cls_id}}_pkg_main_ptv5_rcv"
2418
+ },
2419
+ "templateParameterCompartment": {
2420
+ "$ref": "{{cls_id}}_pkg_main_ptv5_tpcv"
2421
+ }
2422
+ },
2423
+ {
2424
+ "_type": "UMLPrimitiveTypeView",
2425
+ "_id": "{{cls_id}}_pkg_main_ptv6",
2426
+ "_parent": {
2427
+ "$ref": "{{cls_id}}_pkg_main"
2428
+ },
2429
+ "model": {
2430
+ "$ref": "{{cls_id}}_put_i_pt"
2431
+ },
2432
+ "subViews": [
2433
+ {
2434
+ "_type": "UMLNameCompartmentView",
2435
+ "_id": "{{cls_id}}_pkg_main_ptv6_ncv",
2436
+ "_parent": {
2437
+ "$ref": "{{cls_id}}_pkg_main_ptv6"
2438
+ },
2439
+ "model": {
2440
+ "$ref": "{{cls_id}}_put_i_pt"
2441
+ },
2442
+ "subViews": [
2443
+ {
2444
+ "_type": "LabelView",
2445
+ "_id": "{{cls_id}}_pkg_main_ptv6_ncv_l1",
2446
+ "_parent": {
2447
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv"
2448
+ },
2449
+ "visible": true,
2450
+ "enabled": true,
2451
+ "lineColor": "#000000",
2452
+ "fillColor": "#ffffff",
2453
+ "fontColor": "#000000",
2454
+ "font": "Arial;13;0",
2455
+ "showShadow": true,
2456
+ "containerChangeable": false,
2457
+ "containerExtending": false,
2458
+ "left": 133,
2459
+ "top": 517,
2460
+ "width": 91.75537109375,
2461
+ "height": 13,
2462
+ "autoResize": false,
2463
+ "underline": false,
2464
+ "text": "«primitiveType»",
2465
+ "horizontalAlignment": 2,
2466
+ "verticalAlignment": 5,
2467
+ "wordWrap": false
2468
+ },
2469
+ {
2470
+ "_type": "LabelView",
2471
+ "_id": "{{cls_id}}_pkg_main_ptv6_ncv_l2",
2472
+ "_parent": {
2473
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv"
2474
+ },
2475
+ "visible": true,
2476
+ "enabled": true,
2477
+ "lineColor": "#000000",
2478
+ "fillColor": "#ffffff",
2479
+ "fontColor": "#000000",
2480
+ "font": "Arial;13;1",
2481
+ "showShadow": true,
2482
+ "containerChangeable": false,
2483
+ "containerExtending": false,
2484
+ "left": 133,
2485
+ "top": 532,
2486
+ "width": 91.75537109375,
2487
+ "height": 13,
2488
+ "autoResize": false,
2489
+ "underline": false,
2490
+ "text": "put_{{cls_name}}s_id_i",
2491
+ "horizontalAlignment": 2,
2492
+ "verticalAlignment": 5,
2493
+ "wordWrap": false
2494
+ },
2495
+ {
2496
+ "_type": "LabelView",
2497
+ "_id": "{{cls_id}}_pkg_main_ptv6_ncv_l3",
2498
+ "_parent": {
2499
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv"
2500
+ },
2501
+ "visible": false,
2502
+ "enabled": true,
2503
+ "lineColor": "#000000",
2504
+ "fillColor": "#ffffff",
2505
+ "fontColor": "#000000",
2506
+ "font": "Arial;13;0",
2507
+ "showShadow": true,
2508
+ "containerChangeable": false,
2509
+ "containerExtending": false,
2510
+ "left": 32,
2511
+ "top": -76,
2512
+ "width": 88.84814453125,
2513
+ "height": 13,
2514
+ "autoResize": false,
2515
+ "underline": false,
2516
+ "text": "(from {{cls_name}}mng)",
2517
+ "horizontalAlignment": 2,
2518
+ "verticalAlignment": 5,
2519
+ "wordWrap": false
2520
+ },
2521
+ {
2522
+ "_type": "LabelView",
2523
+ "_id": "{{cls_id}}_pkg_main_ptv6_ncv_l4",
2524
+ "_parent": {
2525
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv"
2526
+ },
2527
+ "visible": false,
2528
+ "enabled": true,
2529
+ "lineColor": "#000000",
2530
+ "fillColor": "#ffffff",
2531
+ "fontColor": "#000000",
2532
+ "font": "Arial;13;0",
2533
+ "showShadow": true,
2534
+ "containerChangeable": false,
2535
+ "containerExtending": false,
2536
+ "left": 32,
2537
+ "top": -76,
2538
+ "width": 0,
2539
+ "height": 13,
2540
+ "autoResize": false,
2541
+ "underline": false,
2542
+ "horizontalAlignment": 1,
2543
+ "verticalAlignment": 5,
2544
+ "wordWrap": false
2545
+ }
2546
+ ],
2547
+ "visible": true,
2548
+ "enabled": true,
2549
+ "lineColor": "#000000",
2550
+ "fillColor": "#ffffff",
2551
+ "fontColor": "#000000",
2552
+ "font": "Arial;13;0",
2553
+ "showShadow": true,
2554
+ "containerChangeable": false,
2555
+ "containerExtending": false,
2556
+ "left": 128,
2557
+ "top": 512,
2558
+ "width": 101.75537109375,
2559
+ "height": 38,
2560
+ "autoResize": false,
2561
+ "stereotypeLabel": {
2562
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv_l1"
2563
+ },
2564
+ "nameLabel": {
2565
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv_l2"
2566
+ },
2567
+ "namespaceLabel": {
2568
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv_l3"
2569
+ },
2570
+ "propertyLabel": {
2571
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv_l4"
2572
+ }
2573
+ },
2574
+ {
2575
+ "_type": "UMLAttributeCompartmentView",
2576
+ "_id": "{{cls_id}}_pkg_main_ptv6_acv",
2577
+ "_parent": {
2578
+ "$ref": "{{cls_id}}_pkg_main_ptv6"
2579
+ },
2580
+ "model": {
2581
+ "$ref": "{{cls_id}}_put_i_pt"
2582
+ },
2583
+ "subViews": [
2584
+ {
2585
+ "_type": "UMLAttributeView",
2586
+ "_id": "{{cls_id}}_pkg_main_ptv6_acv_a1",
2587
+ "_parent": {
2588
+ "$ref": "{{cls_id}}_pkg_main_ptv6_acv"
2589
+ },
2590
+ "model": {
2591
+ "$ref": "{{cls_id}}_put_i_pt_id"
2592
+ },
2593
+ "visible": true,
2594
+ "enabled": true,
2595
+ "lineColor": "#000000",
2596
+ "fillColor": "#ffffff",
2597
+ "fontColor": "#000000",
2598
+ "font": "Arial;13;0",
2599
+ "showShadow": true,
2600
+ "containerChangeable": false,
2601
+ "containerExtending": false,
2602
+ "left": 133,
2603
+ "top": 555,
2604
+ "width": 91.75537109375,
2605
+ "height": 13,
2606
+ "autoResize": false,
2607
+ "underline": false,
2608
+ "text": "«p»+id: integer",
2609
+ "horizontalAlignment": 0,
2610
+ "verticalAlignment": 5,
2611
+ "wordWrap": false
2612
+ },
2613
+ {
2614
+ "_type": "UMLAttributeView",
2615
+ "_id": "{{cls_id}}_pkg_main_ptv6_acv_a2",
2616
+ "_parent": {
2617
+ "$ref": "{{cls_id}}_pkg_main_ptv6_acv"
2618
+ },
2619
+ "model": {
2620
+ "$ref": "{{cls_id}}_put_i_pt_bd"
2621
+ },
2622
+ "visible": true,
2623
+ "enabled": true,
2624
+ "lineColor": "#000000",
2625
+ "fillColor": "#ffffff",
2626
+ "fontColor": "#000000",
2627
+ "font": "Arial;13;0",
2628
+ "showShadow": true,
2629
+ "containerChangeable": false,
2630
+ "containerExtending": false,
2631
+ "left": 133,
2632
+ "top": 570,
2633
+ "width": 91.75537109375,
2634
+ "height": 13,
2635
+ "autoResize": false,
2636
+ "underline": false,
2637
+ "text": "«b»+body: {{cls_name}}",
2638
+ "horizontalAlignment": 0,
2639
+ "verticalAlignment": 5,
2640
+ "wordWrap": false
2641
+ }
2642
+ ],
2643
+ "visible": true,
2644
+ "enabled": true,
2645
+ "lineColor": "#000000",
2646
+ "fillColor": "#ffffff",
2647
+ "fontColor": "#000000",
2648
+ "font": "Arial;13;0",
2649
+ "showShadow": true,
2650
+ "containerChangeable": false,
2651
+ "containerExtending": false,
2652
+ "left": 128,
2653
+ "top": 550,
2654
+ "width": 101.75537109375,
2655
+ "height": 38,
2656
+ "autoResize": false
2657
+ },
2658
+ {
2659
+ "_type": "UMLOperationCompartmentView",
2660
+ "_id": "{{cls_id}}_pkg_main_ptv6_ocv",
2661
+ "_parent": {
2662
+ "$ref": "{{cls_id}}_pkg_main_ptv6"
2663
+ },
2664
+ "model": {
2665
+ "$ref": "{{cls_id}}_put_i_pt"
2666
+ },
2667
+ "visible": false,
2668
+ "enabled": true,
2669
+ "lineColor": "#000000",
2670
+ "fillColor": "#ffffff",
2671
+ "fontColor": "#000000",
2672
+ "font": "Arial;13;0",
2673
+ "showShadow": true,
2674
+ "containerChangeable": false,
2675
+ "containerExtending": false,
2676
+ "left": 16,
2677
+ "top": -38,
2678
+ "width": 10,
2679
+ "height": 10,
2680
+ "autoResize": false
2681
+ },
2682
+ {
2683
+ "_type": "UMLReceptionCompartmentView",
2684
+ "_id": "{{cls_id}}_pkg_main_ptv6_rcv",
2685
+ "_parent": {
2686
+ "$ref": "{{cls_id}}_pkg_main_ptv6"
2687
+ },
2688
+ "model": {
2689
+ "$ref": "{{cls_id}}_put_i_pt"
2690
+ },
2691
+ "visible": false,
2692
+ "enabled": true,
2693
+ "lineColor": "#000000",
2694
+ "fillColor": "#ffffff",
2695
+ "fontColor": "#000000",
2696
+ "font": "Arial;13;0",
2697
+ "showShadow": true,
2698
+ "containerChangeable": false,
2699
+ "containerExtending": false,
2700
+ "left": 16,
2701
+ "top": -38,
2702
+ "width": 10,
2703
+ "height": 10,
2704
+ "autoResize": false
2705
+ },
2706
+ {
2707
+ "_type": "UMLTemplateParameterCompartmentView",
2708
+ "_id": "{{cls_id}}_pkg_main_ptv6_tpcv",
2709
+ "_parent": {
2710
+ "$ref": "{{cls_id}}_pkg_main_ptv6"
2711
+ },
2712
+ "model": {
2713
+ "$ref": "{{cls_id}}_put_i_pt"
2714
+ },
2715
+ "visible": false,
2716
+ "enabled": true,
2717
+ "lineColor": "#000000",
2718
+ "fillColor": "#ffffff",
2719
+ "fontColor": "#000000",
2720
+ "font": "Arial;13;0",
2721
+ "showShadow": true,
2722
+ "containerChangeable": false,
2723
+ "containerExtending": false,
2724
+ "left": 16,
2725
+ "top": -38,
2726
+ "width": 10,
2727
+ "height": 10,
2728
+ "autoResize": false
2729
+ }
2730
+ ],
2731
+ "visible": true,
2732
+ "enabled": true,
2733
+ "lineColor": "#000000",
2734
+ "fillColor": "#ffffff",
2735
+ "fontColor": "#000000",
2736
+ "font": "Arial;13;0",
2737
+ "showShadow": true,
2738
+ "containerChangeable": true,
2739
+ "containerExtending": false,
2740
+ "left": 128,
2741
+ "top": 512,
2742
+ "width": 101.75537109375,
2743
+ "height": 91,
2744
+ "autoResize": false,
2745
+ "stereotypeDisplay": "label",
2746
+ "showVisibility": true,
2747
+ "showNamespace": false,
2748
+ "showProperty": true,
2749
+ "showType": true,
2750
+ "nameCompartment": {
2751
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ncv"
2752
+ },
2753
+ "wordWrap": false,
2754
+ "suppressAttributes": false,
2755
+ "suppressOperations": true,
2756
+ "suppressReceptions": true,
2757
+ "showMultiplicity": true,
2758
+ "showOperationSignature": true,
2759
+ "attributeCompartment": {
2760
+ "$ref": "{{cls_id}}_pkg_main_ptv6_acv"
2761
+ },
2762
+ "operationCompartment": {
2763
+ "$ref": "{{cls_id}}_pkg_main_ptv6_ocv"
2764
+ },
2765
+ "receptionCompartment": {
2766
+ "$ref": "{{cls_id}}_pkg_main_ptv6_rcv"
2767
+ },
2768
+ "templateParameterCompartment": {
2769
+ "$ref": "{{cls_id}}_pkg_main_ptv6_tpcv"
2770
+ }
2771
+ },
2772
+ {
2773
+ "_type": "UMLPrimitiveTypeView",
2774
+ "_id": "{{cls_id}}_pkg_main_ptv7",
2775
+ "_parent": {
2776
+ "$ref": "{{cls_id}}_pkg_main"
2777
+ },
2778
+ "model": {
2779
+ "$ref": "{{cls_id}}_put_r_pt"
2780
+ },
2781
+ "subViews": [
2782
+ {
2783
+ "_type": "UMLNameCompartmentView",
2784
+ "_id": "{{cls_id}}_pkg_main_ptv7_ncv",
2785
+ "_parent": {
2786
+ "$ref": "{{cls_id}}_pkg_main_ptv7"
2787
+ },
2788
+ "model": {
2789
+ "$ref": "{{cls_id}}_put_r_pt"
2790
+ },
2791
+ "subViews": [
2792
+ {
2793
+ "_type": "LabelView",
2794
+ "_id": "{{cls_id}}_pkg_main_ptv7_ncv_l1",
2795
+ "_parent": {
2796
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv"
2797
+ },
2798
+ "visible": true,
2799
+ "enabled": true,
2800
+ "lineColor": "#000000",
2801
+ "fillColor": "#ffffff",
2802
+ "fontColor": "#000000",
2803
+ "font": "Arial;13;0",
2804
+ "showShadow": true,
2805
+ "containerChangeable": false,
2806
+ "containerExtending": false,
2807
+ "left": 311,
2808
+ "top": 525,
2809
+ "width": 93.20263671875,
2810
+ "height": 13,
2811
+ "autoResize": false,
2812
+ "underline": false,
2813
+ "text": "«primitiveType»",
2814
+ "horizontalAlignment": 2,
2815
+ "verticalAlignment": 5,
2816
+ "wordWrap": false
2817
+ },
2818
+ {
2819
+ "_type": "LabelView",
2820
+ "_id": "{{cls_id}}_pkg_main_ptv7_ncv_l2",
2821
+ "_parent": {
2822
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv"
2823
+ },
2824
+ "visible": true,
2825
+ "enabled": true,
2826
+ "lineColor": "#000000",
2827
+ "fillColor": "#ffffff",
2828
+ "fontColor": "#000000",
2829
+ "font": "Arial;13;1",
2830
+ "showShadow": true,
2831
+ "containerChangeable": false,
2832
+ "containerExtending": false,
2833
+ "left": 311,
2834
+ "top": 540,
2835
+ "width": 93.20263671875,
2836
+ "height": 13,
2837
+ "autoResize": false,
2838
+ "underline": false,
2839
+ "text": "put_{{cls_name}}s_id_r",
2840
+ "horizontalAlignment": 2,
2841
+ "verticalAlignment": 5,
2842
+ "wordWrap": false
2843
+ },
2844
+ {
2845
+ "_type": "LabelView",
2846
+ "_id": "{{cls_id}}_pkg_main_ptv7_ncv_l3",
2847
+ "_parent": {
2848
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv"
2849
+ },
2850
+ "visible": false,
2851
+ "enabled": true,
2852
+ "lineColor": "#000000",
2853
+ "fillColor": "#ffffff",
2854
+ "fontColor": "#000000",
2855
+ "font": "Arial;13;0",
2856
+ "showShadow": true,
2857
+ "containerChangeable": false,
2858
+ "containerExtending": false,
2859
+ "left": 0,
2860
+ "top": -66,
2861
+ "width": 88.84814453125,
2862
+ "height": 13,
2863
+ "autoResize": false,
2864
+ "underline": false,
2865
+ "text": "(from {{cls_name}}mng)",
2866
+ "horizontalAlignment": 2,
2867
+ "verticalAlignment": 5,
2868
+ "wordWrap": false
2869
+ },
2870
+ {
2871
+ "_type": "LabelView",
2872
+ "_id": "{{cls_id}}_pkg_main_ptv7_ncv_l4",
2873
+ "_parent": {
2874
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv"
2875
+ },
2876
+ "visible": false,
2877
+ "enabled": true,
2878
+ "lineColor": "#000000",
2879
+ "fillColor": "#ffffff",
2880
+ "fontColor": "#000000",
2881
+ "font": "Arial;13;0",
2882
+ "showShadow": true,
2883
+ "containerChangeable": false,
2884
+ "containerExtending": false,
2885
+ "left": 0,
2886
+ "top": -66,
2887
+ "width": 0,
2888
+ "height": 13,
2889
+ "autoResize": false,
2890
+ "underline": false,
2891
+ "horizontalAlignment": 1,
2892
+ "verticalAlignment": 5,
2893
+ "wordWrap": false
2894
+ }
2895
+ ],
2896
+ "visible": true,
2897
+ "enabled": true,
2898
+ "lineColor": "#000000",
2899
+ "fillColor": "#ffffff",
2900
+ "fontColor": "#000000",
2901
+ "font": "Arial;13;0",
2902
+ "showShadow": true,
2903
+ "containerChangeable": false,
2904
+ "containerExtending": false,
2905
+ "left": 306,
2906
+ "top": 520,
2907
+ "width": 103.20263671875,
2908
+ "height": 38,
2909
+ "autoResize": false,
2910
+ "stereotypeLabel": {
2911
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv_l1"
2912
+ },
2913
+ "nameLabel": {
2914
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv_l2"
2915
+ },
2916
+ "namespaceLabel": {
2917
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv_l3"
2918
+ },
2919
+ "propertyLabel": {
2920
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv_l4"
2921
+ }
2922
+ },
2923
+ {
2924
+ "_type": "UMLAttributeCompartmentView",
2925
+ "_id": "{{cls_id}}_pkg_main_ptv7_acv",
2926
+ "_parent": {
2927
+ "$ref": "{{cls_id}}_pkg_main_ptv7"
2928
+ },
2929
+ "model": {
2930
+ "$ref": "{{cls_id}}_put_r_pt"
2931
+ },
2932
+ "subViews": [
2933
+ {
2934
+ "_type": "UMLAttributeView",
2935
+ "_id": "{{cls_id}}_pkg_main_ptv7_acv_a1",
2936
+ "_parent": {
2937
+ "$ref": "{{cls_id}}_pkg_main_ptv7_acv"
2938
+ },
2939
+ "model": {
2940
+ "$ref": "{{cls_id}}_put_r_pt_df"
2941
+ },
2942
+ "visible": true,
2943
+ "enabled": true,
2944
+ "lineColor": "#000000",
2945
+ "fillColor": "#ffffff",
2946
+ "fontColor": "#000000",
2947
+ "font": "Arial;13;0",
2948
+ "showShadow": true,
2949
+ "containerChangeable": false,
2950
+ "containerExtending": false,
2951
+ "left": 311,
2952
+ "top": 563,
2953
+ "width": 93.20263671875,
2954
+ "height": 13,
2955
+ "autoResize": false,
2956
+ "underline": false,
2957
+ "text": "+default: {{cls_name}}",
2958
+ "horizontalAlignment": 0,
2959
+ "verticalAlignment": 5,
2960
+ "wordWrap": false
2961
+ }
2962
+ ],
2963
+ "visible": true,
2964
+ "enabled": true,
2965
+ "lineColor": "#000000",
2966
+ "fillColor": "#ffffff",
2967
+ "fontColor": "#000000",
2968
+ "font": "Arial;13;0",
2969
+ "showShadow": true,
2970
+ "containerChangeable": false,
2971
+ "containerExtending": false,
2972
+ "left": 306,
2973
+ "top": 558,
2974
+ "width": 103.20263671875,
2975
+ "height": 23,
2976
+ "autoResize": false
2977
+ },
2978
+ {
2979
+ "_type": "UMLOperationCompartmentView",
2980
+ "_id": "{{cls_id}}_pkg_main_ptv7_ocv",
2981
+ "_parent": {
2982
+ "$ref": "{{cls_id}}_pkg_main_ptv7"
2983
+ },
2984
+ "model": {
2985
+ "$ref": "{{cls_id}}_put_r_pt"
2986
+ },
2987
+ "visible": false,
2988
+ "enabled": true,
2989
+ "lineColor": "#000000",
2990
+ "fillColor": "#ffffff",
2991
+ "fontColor": "#000000",
2992
+ "font": "Arial;13;0",
2993
+ "showShadow": true,
2994
+ "containerChangeable": false,
2995
+ "containerExtending": false,
2996
+ "left": 0,
2997
+ "top": -33,
2998
+ "width": 10,
2999
+ "height": 10,
3000
+ "autoResize": false
3001
+ },
3002
+ {
3003
+ "_type": "UMLReceptionCompartmentView",
3004
+ "_id": "{{cls_id}}_pkg_main_ptv7_rcv",
3005
+ "_parent": {
3006
+ "$ref": "{{cls_id}}_pkg_main_ptv7"
3007
+ },
3008
+ "model": {
3009
+ "$ref": "{{cls_id}}_put_r_pt"
3010
+ },
3011
+ "visible": false,
3012
+ "enabled": true,
3013
+ "lineColor": "#000000",
3014
+ "fillColor": "#ffffff",
3015
+ "fontColor": "#000000",
3016
+ "font": "Arial;13;0",
3017
+ "showShadow": true,
3018
+ "containerChangeable": false,
3019
+ "containerExtending": false,
3020
+ "left": 0,
3021
+ "top": -33,
3022
+ "width": 10,
3023
+ "height": 10,
3024
+ "autoResize": false
3025
+ },
3026
+ {
3027
+ "_type": "UMLTemplateParameterCompartmentView",
3028
+ "_id": "{{cls_id}}_pkg_main_ptv7_tpcv",
3029
+ "_parent": {
3030
+ "$ref": "{{cls_id}}_pkg_main_ptv7"
3031
+ },
3032
+ "model": {
3033
+ "$ref": "{{cls_id}}_put_r_pt"
3034
+ },
3035
+ "visible": false,
3036
+ "enabled": true,
3037
+ "lineColor": "#000000",
3038
+ "fillColor": "#ffffff",
3039
+ "fontColor": "#000000",
3040
+ "font": "Arial;13;0",
3041
+ "showShadow": true,
3042
+ "containerChangeable": false,
3043
+ "containerExtending": false,
3044
+ "left": 0,
3045
+ "top": -33,
3046
+ "width": 10,
3047
+ "height": 10,
3048
+ "autoResize": false
3049
+ }
3050
+ ],
3051
+ "visible": true,
3052
+ "enabled": true,
3053
+ "lineColor": "#000000",
3054
+ "fillColor": "#ffffff",
3055
+ "fontColor": "#000000",
3056
+ "font": "Arial;13;0",
3057
+ "showShadow": true,
3058
+ "containerChangeable": true,
3059
+ "containerExtending": false,
3060
+ "left": 306,
3061
+ "top": 520,
3062
+ "width": 103.20263671875,
3063
+ "height": 76,
3064
+ "autoResize": false,
3065
+ "stereotypeDisplay": "label",
3066
+ "showVisibility": true,
3067
+ "showNamespace": false,
3068
+ "showProperty": true,
3069
+ "showType": true,
3070
+ "nameCompartment": {
3071
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ncv"
3072
+ },
3073
+ "wordWrap": false,
3074
+ "suppressAttributes": false,
3075
+ "suppressOperations": true,
3076
+ "suppressReceptions": true,
3077
+ "showMultiplicity": true,
3078
+ "showOperationSignature": true,
3079
+ "attributeCompartment": {
3080
+ "$ref": "{{cls_id}}_pkg_main_ptv7_acv"
3081
+ },
3082
+ "operationCompartment": {
3083
+ "$ref": "{{cls_id}}_pkg_main_ptv7_ocv"
3084
+ },
3085
+ "receptionCompartment": {
3086
+ "$ref": "{{cls_id}}_pkg_main_ptv7_rcv"
3087
+ },
3088
+ "templateParameterCompartment": {
3089
+ "$ref": "{{cls_id}}_pkg_main_ptv7_tpcv"
3090
+ }
3091
+ },
3092
+ {
3093
+ "_type": "UMLPrimitiveTypeView",
3094
+ "_id": "{{cls_id}}_pkg_main_ptv8",
3095
+ "_parent": {
3096
+ "$ref": "{{cls_id}}_pkg_main"
3097
+ },
3098
+ "model": {
3099
+ "$ref": "{{cls_id}}_del_i_pt"
3100
+ },
3101
+ "subViews": [
3102
+ {
3103
+ "_type": "UMLNameCompartmentView",
3104
+ "_id": "{{cls_id}}_pkg_main_ptv8_ncv",
3105
+ "_parent": {
3106
+ "$ref": "{{cls_id}}_pkg_main_ptv8"
3107
+ },
3108
+ "model": {
3109
+ "$ref": "{{cls_id}}_del_i_pt"
3110
+ },
3111
+ "subViews": [
3112
+ {
3113
+ "_type": "LabelView",
3114
+ "_id": "{{cls_id}}_pkg_main_ptv8_ncv_l1",
3115
+ "_parent": {
3116
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv"
3117
+ },
3118
+ "visible": true,
3119
+ "enabled": true,
3120
+ "lineColor": "#000000",
3121
+ "fillColor": "#ffffff",
3122
+ "fontColor": "#000000",
3123
+ "font": "Arial;13;0",
3124
+ "showShadow": true,
3125
+ "containerChangeable": false,
3126
+ "containerExtending": false,
3127
+ "left": 133,
3128
+ "top": 629,
3129
+ "width": 109.1162109375,
3130
+ "height": 13,
3131
+ "autoResize": false,
3132
+ "underline": false,
3133
+ "text": "«primitiveType»",
3134
+ "horizontalAlignment": 2,
3135
+ "verticalAlignment": 5,
3136
+ "wordWrap": false
3137
+ },
3138
+ {
3139
+ "_type": "LabelView",
3140
+ "_id": "{{cls_id}}_pkg_main_ptv8_ncv_l2",
3141
+ "_parent": {
3142
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv"
3143
+ },
3144
+ "visible": true,
3145
+ "enabled": true,
3146
+ "lineColor": "#000000",
3147
+ "fillColor": "#ffffff",
3148
+ "fontColor": "#000000",
3149
+ "font": "Arial;13;1",
3150
+ "showShadow": true,
3151
+ "containerChangeable": false,
3152
+ "containerExtending": false,
3153
+ "left": 133,
3154
+ "top": 644,
3155
+ "width": 109.1162109375,
3156
+ "height": 13,
3157
+ "autoResize": false,
3158
+ "underline": false,
3159
+ "text": "delete_{{cls_name}}s_id_i",
3160
+ "horizontalAlignment": 2,
3161
+ "verticalAlignment": 5,
3162
+ "wordWrap": false
3163
+ },
3164
+ {
3165
+ "_type": "LabelView",
3166
+ "_id": "{{cls_id}}_pkg_main_ptv8_ncv_l3",
3167
+ "_parent": {
3168
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv"
3169
+ },
3170
+ "visible": false,
3171
+ "enabled": true,
3172
+ "lineColor": "#000000",
3173
+ "fillColor": "#ffffff",
3174
+ "fontColor": "#000000",
3175
+ "font": "Arial;13;0",
3176
+ "showShadow": true,
3177
+ "containerChangeable": false,
3178
+ "containerExtending": false,
3179
+ "left": 20,
3180
+ "top": -120,
3181
+ "width": 88.84814453125,
3182
+ "height": 13,
3183
+ "autoResize": false,
3184
+ "underline": false,
3185
+ "text": "(from {{cls_name}}mng)",
3186
+ "horizontalAlignment": 2,
3187
+ "verticalAlignment": 5,
3188
+ "wordWrap": false
3189
+ },
3190
+ {
3191
+ "_type": "LabelView",
3192
+ "_id": "{{cls_id}}_pkg_main_ptv8_ncv_l4",
3193
+ "_parent": {
3194
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv"
3195
+ },
3196
+ "visible": false,
3197
+ "enabled": true,
3198
+ "lineColor": "#000000",
3199
+ "fillColor": "#ffffff",
3200
+ "fontColor": "#000000",
3201
+ "font": "Arial;13;0",
3202
+ "showShadow": true,
3203
+ "containerChangeable": false,
3204
+ "containerExtending": false,
3205
+ "left": 20,
3206
+ "top": -120,
3207
+ "width": 0,
3208
+ "height": 13,
3209
+ "autoResize": false,
3210
+ "underline": false,
3211
+ "horizontalAlignment": 1,
3212
+ "verticalAlignment": 5,
3213
+ "wordWrap": false
3214
+ }
3215
+ ],
3216
+ "visible": true,
3217
+ "enabled": true,
3218
+ "lineColor": "#000000",
3219
+ "fillColor": "#ffffff",
3220
+ "fontColor": "#000000",
3221
+ "font": "Arial;13;0",
3222
+ "showShadow": true,
3223
+ "containerChangeable": false,
3224
+ "containerExtending": false,
3225
+ "left": 128,
3226
+ "top": 624,
3227
+ "width": 119.1162109375,
3228
+ "height": 38,
3229
+ "autoResize": false,
3230
+ "stereotypeLabel": {
3231
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv_l1"
3232
+ },
3233
+ "nameLabel": {
3234
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv_l2"
3235
+ },
3236
+ "namespaceLabel": {
3237
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv_l3"
3238
+ },
3239
+ "propertyLabel": {
3240
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv_l4"
3241
+ }
3242
+ },
3243
+ {
3244
+ "_type": "UMLAttributeCompartmentView",
3245
+ "_id": "{{cls_id}}_pkg_main_ptv8_acv",
3246
+ "_parent": {
3247
+ "$ref": "{{cls_id}}_pkg_main_ptv8"
3248
+ },
3249
+ "model": {
3250
+ "$ref": "{{cls_id}}_del_i_pt"
3251
+ },
3252
+ "subViews": [
3253
+ {
3254
+ "_type": "UMLAttributeView",
3255
+ "_id": "{{cls_id}}_pkg_main_ptv8_acv_a1",
3256
+ "_parent": {
3257
+ "$ref": "{{cls_id}}_pkg_main_ptv8_acv"
3258
+ },
3259
+ "model": {
3260
+ "$ref": "{{cls_id}}_del_i_pt_id"
3261
+ },
3262
+ "visible": true,
3263
+ "enabled": true,
3264
+ "lineColor": "#000000",
3265
+ "fillColor": "#ffffff",
3266
+ "fontColor": "#000000",
3267
+ "font": "Arial;13;0",
3268
+ "showShadow": true,
3269
+ "containerChangeable": false,
3270
+ "containerExtending": false,
3271
+ "left": 133,
3272
+ "top": 667,
3273
+ "width": 109.1162109375,
3274
+ "height": 13,
3275
+ "autoResize": false,
3276
+ "underline": false,
3277
+ "text": "«p»+id: integer",
3278
+ "horizontalAlignment": 0,
3279
+ "verticalAlignment": 5,
3280
+ "wordWrap": false
3281
+ }
3282
+ ],
3283
+ "visible": true,
3284
+ "enabled": true,
3285
+ "lineColor": "#000000",
3286
+ "fillColor": "#ffffff",
3287
+ "fontColor": "#000000",
3288
+ "font": "Arial;13;0",
3289
+ "showShadow": true,
3290
+ "containerChangeable": false,
3291
+ "containerExtending": false,
3292
+ "left": 128,
3293
+ "top": 662,
3294
+ "width": 119.1162109375,
3295
+ "height": 23,
3296
+ "autoResize": false
3297
+ },
3298
+ {
3299
+ "_type": "UMLOperationCompartmentView",
3300
+ "_id": "{{cls_id}}_pkg_main_ptv8_ocv",
3301
+ "_parent": {
3302
+ "$ref": "{{cls_id}}_pkg_main_ptv8"
3303
+ },
3304
+ "model": {
3305
+ "$ref": "{{cls_id}}_del_i_pt"
3306
+ },
3307
+ "visible": false,
3308
+ "enabled": true,
3309
+ "lineColor": "#000000",
3310
+ "fillColor": "#ffffff",
3311
+ "fontColor": "#000000",
3312
+ "font": "Arial;13;0",
3313
+ "showShadow": true,
3314
+ "containerChangeable": false,
3315
+ "containerExtending": false,
3316
+ "left": 10,
3317
+ "top": -60,
3318
+ "width": 10,
3319
+ "height": 10,
3320
+ "autoResize": false
3321
+ },
3322
+ {
3323
+ "_type": "UMLReceptionCompartmentView",
3324
+ "_id": "{{cls_id}}_pkg_main_ptv8_rcv",
3325
+ "_parent": {
3326
+ "$ref": "{{cls_id}}_pkg_main_ptv8"
3327
+ },
3328
+ "model": {
3329
+ "$ref": "{{cls_id}}_del_i_pt"
3330
+ },
3331
+ "visible": false,
3332
+ "enabled": true,
3333
+ "lineColor": "#000000",
3334
+ "fillColor": "#ffffff",
3335
+ "fontColor": "#000000",
3336
+ "font": "Arial;13;0",
3337
+ "showShadow": true,
3338
+ "containerChangeable": false,
3339
+ "containerExtending": false,
3340
+ "left": 10,
3341
+ "top": -60,
3342
+ "width": 10,
3343
+ "height": 10,
3344
+ "autoResize": false
3345
+ },
3346
+ {
3347
+ "_type": "UMLTemplateParameterCompartmentView",
3348
+ "_id": "{{cls_id}}_pkg_main_ptv8_tpcv",
3349
+ "_parent": {
3350
+ "$ref": "{{cls_id}}_pkg_main_ptv8"
3351
+ },
3352
+ "model": {
3353
+ "$ref": "{{cls_id}}_del_i_pt"
3354
+ },
3355
+ "visible": false,
3356
+ "enabled": true,
3357
+ "lineColor": "#000000",
3358
+ "fillColor": "#ffffff",
3359
+ "fontColor": "#000000",
3360
+ "font": "Arial;13;0",
3361
+ "showShadow": true,
3362
+ "containerChangeable": false,
3363
+ "containerExtending": false,
3364
+ "left": 10,
3365
+ "top": -60,
3366
+ "width": 10,
3367
+ "height": 10,
3368
+ "autoResize": false
3369
+ }
3370
+ ],
3371
+ "visible": true,
3372
+ "enabled": true,
3373
+ "lineColor": "#000000",
3374
+ "fillColor": "#ffffff",
3375
+ "fontColor": "#000000",
3376
+ "font": "Arial;13;0",
3377
+ "showShadow": true,
3378
+ "containerChangeable": true,
3379
+ "containerExtending": false,
3380
+ "left": 128,
3381
+ "top": 624,
3382
+ "width": 119.1162109375,
3383
+ "height": 76,
3384
+ "autoResize": false,
3385
+ "stereotypeDisplay": "label",
3386
+ "showVisibility": true,
3387
+ "showNamespace": false,
3388
+ "showProperty": true,
3389
+ "showType": true,
3390
+ "nameCompartment": {
3391
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ncv"
3392
+ },
3393
+ "wordWrap": false,
3394
+ "suppressAttributes": false,
3395
+ "suppressOperations": true,
3396
+ "suppressReceptions": true,
3397
+ "showMultiplicity": true,
3398
+ "showOperationSignature": true,
3399
+ "attributeCompartment": {
3400
+ "$ref": "{{cls_id}}_pkg_main_ptv8_acv"
3401
+ },
3402
+ "operationCompartment": {
3403
+ "$ref": "{{cls_id}}_pkg_main_ptv8_ocv"
3404
+ },
3405
+ "receptionCompartment": {
3406
+ "$ref": "{{cls_id}}_pkg_main_ptv8_rcv"
3407
+ },
3408
+ "templateParameterCompartment": {
3409
+ "$ref": "{{cls_id}}_pkg_main_ptv8_tpcv"
3410
+ }
3411
+ },
3412
+ {
3413
+ "_type": "UMLPrimitiveTypeView",
3414
+ "_id": "{{cls_id}}_pkg_main_ptv9",
3415
+ "_parent": {
3416
+ "$ref": "{{cls_id}}_pkg_main"
3417
+ },
3418
+ "model": {
3419
+ "$ref": "{{cls_id}}_del_r_pt"
3420
+ },
3421
+ "subViews": [
3422
+ {
3423
+ "_type": "UMLNameCompartmentView",
3424
+ "_id": "{{cls_id}}_pkg_main_ptv9_ncv",
3425
+ "_parent": {
3426
+ "$ref": "{{cls_id}}_pkg_main_ptv9"
3427
+ },
3428
+ "model": {
3429
+ "$ref": "{{cls_id}}_del_r_pt"
3430
+ },
3431
+ "subViews": [
3432
+ {
3433
+ "_type": "LabelView",
3434
+ "_id": "{{cls_id}}_pkg_main_ptv9_ncv_l1",
3435
+ "_parent": {
3436
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv"
3437
+ },
3438
+ "visible": true,
3439
+ "enabled": true,
3440
+ "lineColor": "#000000",
3441
+ "fillColor": "#ffffff",
3442
+ "fontColor": "#000000",
3443
+ "font": "Arial;13;0",
3444
+ "showShadow": true,
3445
+ "containerChangeable": false,
3446
+ "containerExtending": false,
3447
+ "left": 309,
3448
+ "top": 629,
3449
+ "width": 110.5634765625,
3450
+ "height": 13,
3451
+ "autoResize": false,
3452
+ "underline": false,
3453
+ "text": "«primitiveType»",
3454
+ "horizontalAlignment": 2,
3455
+ "verticalAlignment": 5,
3456
+ "wordWrap": false
3457
+ },
3458
+ {
3459
+ "_type": "LabelView",
3460
+ "_id": "{{cls_id}}_pkg_main_ptv9_ncv_l2",
3461
+ "_parent": {
3462
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv"
3463
+ },
3464
+ "visible": true,
3465
+ "enabled": true,
3466
+ "lineColor": "#000000",
3467
+ "fillColor": "#ffffff",
3468
+ "fontColor": "#000000",
3469
+ "font": "Arial;13;1",
3470
+ "showShadow": true,
3471
+ "containerChangeable": false,
3472
+ "containerExtending": false,
3473
+ "left": 309,
3474
+ "top": 644,
3475
+ "width": 110.5634765625,
3476
+ "height": 13,
3477
+ "autoResize": false,
3478
+ "underline": false,
3479
+ "text": "delete_{{cls_name}}s_id_r",
3480
+ "horizontalAlignment": 2,
3481
+ "verticalAlignment": 5,
3482
+ "wordWrap": false
3483
+ },
3484
+ {
3485
+ "_type": "LabelView",
3486
+ "_id": "{{cls_id}}_pkg_main_ptv9_ncv_l3",
3487
+ "_parent": {
3488
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv"
3489
+ },
3490
+ "visible": false,
3491
+ "enabled": true,
3492
+ "lineColor": "#000000",
3493
+ "fillColor": "#ffffff",
3494
+ "fontColor": "#000000",
3495
+ "font": "Arial;13;0",
3496
+ "showShadow": true,
3497
+ "containerChangeable": false,
3498
+ "containerExtending": false,
3499
+ "left": 32,
3500
+ "top": -92,
3501
+ "width": 88.84814453125,
3502
+ "height": 13,
3503
+ "autoResize": false,
3504
+ "underline": false,
3505
+ "text": "(from {{cls_name}}mng)",
3506
+ "horizontalAlignment": 2,
3507
+ "verticalAlignment": 5,
3508
+ "wordWrap": false
3509
+ },
3510
+ {
3511
+ "_type": "LabelView",
3512
+ "_id": "{{cls_id}}_pkg_main_ptv9_ncv_l4",
3513
+ "_parent": {
3514
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv"
3515
+ },
3516
+ "visible": false,
3517
+ "enabled": true,
3518
+ "lineColor": "#000000",
3519
+ "fillColor": "#ffffff",
3520
+ "fontColor": "#000000",
3521
+ "font": "Arial;13;0",
3522
+ "showShadow": true,
3523
+ "containerChangeable": false,
3524
+ "containerExtending": false,
3525
+ "left": 32,
3526
+ "top": -92,
3527
+ "width": 0,
3528
+ "height": 13,
3529
+ "autoResize": false,
3530
+ "underline": false,
3531
+ "horizontalAlignment": 1,
3532
+ "verticalAlignment": 5,
3533
+ "wordWrap": false
3534
+ }
3535
+ ],
3536
+ "visible": true,
3537
+ "enabled": true,
3538
+ "lineColor": "#000000",
3539
+ "fillColor": "#ffffff",
3540
+ "fontColor": "#000000",
3541
+ "font": "Arial;13;0",
3542
+ "showShadow": true,
3543
+ "containerChangeable": false,
3544
+ "containerExtending": false,
3545
+ "left": 304,
3546
+ "top": 624,
3547
+ "width": 120.5634765625,
3548
+ "height": 38,
3549
+ "autoResize": false,
3550
+ "stereotypeLabel": {
3551
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv_l1"
3552
+ },
3553
+ "nameLabel": {
3554
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv_l2"
3555
+ },
3556
+ "namespaceLabel": {
3557
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv_l3"
3558
+ },
3559
+ "propertyLabel": {
3560
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv_l4"
3561
+ }
3562
+ },
3563
+ {
3564
+ "_type": "UMLAttributeCompartmentView",
3565
+ "_id": "{{cls_id}}_pkg_main_ptv9_acv",
3566
+ "_parent": {
3567
+ "$ref": "{{cls_id}}_pkg_main_ptv9"
3568
+ },
3569
+ "model": {
3570
+ "$ref": "{{cls_id}}_del_r_pt"
3571
+ },
3572
+ "subViews": [
3573
+ {
3574
+ "_type": "UMLAttributeView",
3575
+ "_id": "{{cls_id}}_pkg_main_ptv9_acv_a1",
3576
+ "_parent": {
3577
+ "$ref": "{{cls_id}}_pkg_main_ptv9_acv"
3578
+ },
3579
+ "model": {
3580
+ "$ref": "{{cls_id}}_del_r_df"
3581
+ },
3582
+ "visible": true,
3583
+ "enabled": true,
3584
+ "lineColor": "#000000",
3585
+ "fillColor": "#ffffff",
3586
+ "fontColor": "#000000",
3587
+ "font": "Arial;13;0",
3588
+ "showShadow": true,
3589
+ "containerChangeable": false,
3590
+ "containerExtending": false,
3591
+ "left": 309,
3592
+ "top": 667,
3593
+ "width": 110.5634765625,
3594
+ "height": 13,
3595
+ "autoResize": false,
3596
+ "underline": false,
3597
+ "text": "+default: {{cls_name}}",
3598
+ "horizontalAlignment": 0,
3599
+ "verticalAlignment": 5,
3600
+ "wordWrap": false
3601
+ }
3602
+ ],
3603
+ "visible": true,
3604
+ "enabled": true,
3605
+ "lineColor": "#000000",
3606
+ "fillColor": "#ffffff",
3607
+ "fontColor": "#000000",
3608
+ "font": "Arial;13;0",
3609
+ "showShadow": true,
3610
+ "containerChangeable": false,
3611
+ "containerExtending": false,
3612
+ "left": 304,
3613
+ "top": 662,
3614
+ "width": 120.5634765625,
3615
+ "height": 23,
3616
+ "autoResize": false
3617
+ },
3618
+ {
3619
+ "_type": "UMLOperationCompartmentView",
3620
+ "_id": "{{cls_id}}_pkg_main_ptv9_ocv",
3621
+ "_parent": {
3622
+ "$ref": "{{cls_id}}_pkg_main_ptv9"
3623
+ },
3624
+ "model": {
3625
+ "$ref": "{{cls_id}}_del_r_pt"
3626
+ },
3627
+ "visible": false,
3628
+ "enabled": true,
3629
+ "lineColor": "#000000",
3630
+ "fillColor": "#ffffff",
3631
+ "fontColor": "#000000",
3632
+ "font": "Arial;13;0",
3633
+ "showShadow": true,
3634
+ "containerChangeable": false,
3635
+ "containerExtending": false,
3636
+ "left": 16,
3637
+ "top": -46,
3638
+ "width": 10,
3639
+ "height": 10,
3640
+ "autoResize": false
3641
+ },
3642
+ {
3643
+ "_type": "UMLReceptionCompartmentView",
3644
+ "_id": "{{cls_id}}_pkg_main_ptv9_rcv",
3645
+ "_parent": {
3646
+ "$ref": "{{cls_id}}_pkg_main_ptv9"
3647
+ },
3648
+ "model": {
3649
+ "$ref": "{{cls_id}}_del_r_pt"
3650
+ },
3651
+ "visible": false,
3652
+ "enabled": true,
3653
+ "lineColor": "#000000",
3654
+ "fillColor": "#ffffff",
3655
+ "fontColor": "#000000",
3656
+ "font": "Arial;13;0",
3657
+ "showShadow": true,
3658
+ "containerChangeable": false,
3659
+ "containerExtending": false,
3660
+ "left": 16,
3661
+ "top": -46,
3662
+ "width": 10,
3663
+ "height": 10,
3664
+ "autoResize": false
3665
+ },
3666
+ {
3667
+ "_type": "UMLTemplateParameterCompartmentView",
3668
+ "_id": "{{cls_id}}_pkg_main_ptv9_tpcv",
3669
+ "_parent": {
3670
+ "$ref": "{{cls_id}}_pkg_main_ptv9"
3671
+ },
3672
+ "model": {
3673
+ "$ref": "{{cls_id}}_del_r_pt"
3674
+ },
3675
+ "visible": false,
3676
+ "enabled": true,
3677
+ "lineColor": "#000000",
3678
+ "fillColor": "#ffffff",
3679
+ "fontColor": "#000000",
3680
+ "font": "Arial;13;0",
3681
+ "showShadow": true,
3682
+ "containerChangeable": false,
3683
+ "containerExtending": false,
3684
+ "left": 16,
3685
+ "top": -46,
3686
+ "width": 10,
3687
+ "height": 10,
3688
+ "autoResize": false
3689
+ }
3690
+ ],
3691
+ "visible": true,
3692
+ "enabled": true,
3693
+ "lineColor": "#000000",
3694
+ "fillColor": "#ffffff",
3695
+ "fontColor": "#000000",
3696
+ "font": "Arial;13;0",
3697
+ "showShadow": true,
3698
+ "containerChangeable": true,
3699
+ "containerExtending": false,
3700
+ "left": 304,
3701
+ "top": 624,
3702
+ "width": 120.5634765625,
3703
+ "height": 76,
3704
+ "autoResize": false,
3705
+ "stereotypeDisplay": "label",
3706
+ "showVisibility": true,
3707
+ "showNamespace": false,
3708
+ "showProperty": true,
3709
+ "showType": true,
3710
+ "nameCompartment": {
3711
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ncv"
3712
+ },
3713
+ "wordWrap": false,
3714
+ "suppressAttributes": false,
3715
+ "suppressOperations": true,
3716
+ "suppressReceptions": true,
3717
+ "showMultiplicity": true,
3718
+ "showOperationSignature": true,
3719
+ "attributeCompartment": {
3720
+ "$ref": "{{cls_id}}_pkg_main_ptv9_acv"
3721
+ },
3722
+ "operationCompartment": {
3723
+ "$ref": "{{cls_id}}_pkg_main_ptv9_ocv"
3724
+ },
3725
+ "receptionCompartment": {
3726
+ "$ref": "{{cls_id}}_pkg_main_ptv9_rcv"
3727
+ },
3728
+ "templateParameterCompartment": {
3729
+ "$ref": "{{cls_id}}_pkg_main_ptv9_tpcv"
3730
+ }
3731
+ }
3732
+ ]
3733
+ },
3734
+ {"_type": "UMLClass",
3735
+ "_id": "cls_{{cls.id}}",
3736
+ "_parent": {
3737
+ "$ref": "{{cls_id}}_pkg"},
3738
+ "documentation":"{{(cls.doc or "").replace("'","\'").replace('"','\\"')}}",
3739
+ "name": "{{cls.name.replace(' ','').lower()}}",
3740
+ "visibility": "public",
3741
+ "attributes": [
3742
+ {% for pro in cls.propertys %}
3743
+ {
3744
+ "_type": "UMLAttribute",
3745
+ "_id": "pro_{{pro.id}}",
3746
+ "_parent": {
3747
+ "$ref": "cls_{{cls.id}}"
3748
+ },
3749
+ "name": "{{pro.name.replace(' ','').lower()}}",
3750
+ "documentation":"{{pro.doc.replace("'","\'").replace('"','\\"')}}",
3751
+ "visibility": "public",
3752
+ "isStatic": false,
3753
+ "isLeaf": false,
3754
+ "type": "{{pro.type.lower()}}",
3755
+ "isReadOnly": false,
3756
+ "isOrdered": false,
3757
+ "isUnique": false,
3758
+ "isDerived": false,
3759
+ "aggregation": "none",
3760
+ "isID": false
3761
+ }{% if pro.id!=cls.propertys[-1].id %},{% endif %}
3762
+ {% endfor %}
3763
+ ],
3764
+ "isAbstract": false,
3765
+ "isFinalSpecialization": false,
3766
+ "isLeaf": false,
3767
+ "isActive": false
3768
+ },
3769
+ {
3770
+ "_type": "UMLSignal",
3771
+ "_id": "{{cls_id}}_sig",
3772
+ "_parent": {
3773
+ "$ref": "{{cls_id}}_pkg"
3774
+ },
3775
+ "name": "{{cls_name}}_s",
3776
+ "visibility": "public",
3777
+ "operations": [
3778
+ {
3779
+ "_type": "UMLOperation",
3780
+ "_id": "{{cls_id}}_get_s",
3781
+ "_parent": {
3782
+ "$ref": "{{cls_id}}_sig"
3783
+ },
3784
+ "name": "{{cls_name}}s",
3785
+ "stereotype": "get",
3786
+ "visibility": "public",
3787
+ "isStatic": false,
3788
+ "isLeaf": false,
3789
+ "parameters": [
3790
+ {
3791
+ "_type": "UMLParameter",
3792
+ "_id": "{{cls_id}}_get_s_i",
3793
+ "_parent": {
3794
+ "$ref": "{{cls_id}}_get_s"
3795
+ },
3796
+ "name": "in",
3797
+ "visibility": "public",
3798
+ "isStatic": false,
3799
+ "isLeaf": false,
3800
+ "type": {
3801
+ "$ref": "{{cls_id}}_get_i_pt"
3802
+ },
3803
+ "isReadOnly": false,
3804
+ "isOrdered": false,
3805
+ "isUnique": false,
3806
+ "direction": "in"
3807
+ },
3808
+ {
3809
+ "_type": "UMLParameter",
3810
+ "_id": "{{cls_id}}_get_s_r",
3811
+ "_parent": {
3812
+ "$ref": "{{cls_id}}_get_s"
3813
+ },
3814
+ "visibility": "public",
3815
+ "isStatic": false,
3816
+ "isLeaf": false,
3817
+ "type": {
3818
+ "$ref": "{{cls_id}}_get_r_pt"
3819
+ },
3820
+ "isReadOnly": false,
3821
+ "isOrdered": false,
3822
+ "isUnique": false,
3823
+ "direction": "return"
3824
+ }
3825
+ ],
3826
+ "concurrency": "sequential",
3827
+ "isQuery": false,
3828
+ "isAbstract": false
3829
+ },
3830
+ {
3831
+ "_type": "UMLOperation",
3832
+ "_id": "{{cls_id}}_get_id",
3833
+ "_parent": {
3834
+ "$ref": "{{cls_id}}_sig"
3835
+ },
3836
+ "name": "{{cls_name}}s_{id}",
3837
+ "stereotype": "get",
3838
+ "visibility": "public",
3839
+ "isStatic": false,
3840
+ "isLeaf": false,
3841
+ "parameters": [
3842
+ {
3843
+ "_type": "UMLParameter",
3844
+ "_id": "{{cls_id}}_get_id_i",
3845
+ "_parent": {
3846
+ "$ref": "{{cls_id}}_get_id"
3847
+ },
3848
+ "name": "in",
3849
+ "visibility": "public",
3850
+ "isStatic": false,
3851
+ "isLeaf": false,
3852
+ "type": {
3853
+ "$ref": "{{cls_id}}_getid_i_pt"
3854
+ },
3855
+ "isReadOnly": false,
3856
+ "isOrdered": false,
3857
+ "isUnique": false,
3858
+ "direction": "in"
3859
+ },
3860
+ {
3861
+ "_type": "UMLParameter",
3862
+ "_id": "{{cls_id}}_get_id_r",
3863
+ "_parent": {
3864
+ "$ref": "{{cls_id}}_get_id"
3865
+ },
3866
+ "visibility": "public",
3867
+ "isStatic": false,
3868
+ "isLeaf": false,
3869
+ "type": {
3870
+ "$ref": "{{cls_id}}_getid_r_pt"
3871
+ },
3872
+ "isReadOnly": false,
3873
+ "isOrdered": false,
3874
+ "isUnique": false,
3875
+ "direction": "return"
3876
+ }
3877
+ ],
3878
+ "concurrency": "sequential",
3879
+ "isQuery": false,
3880
+ "isAbstract": false
3881
+ },
3882
+ {
3883
+ "_type": "UMLOperation",
3884
+ "_id": "{{cls_id}}_post",
3885
+ "_parent": {
3886
+ "$ref": "{{cls_id}}_sig"
3887
+ },
3888
+ "name": "{{cls_name.replace(' ','').lower()}}s",
3889
+ "stereotype": "post",
3890
+ "visibility": "public",
3891
+ "isStatic": false,
3892
+ "isLeaf": false,
3893
+ "parameters": [
3894
+ {
3895
+ "_type": "UMLParameter",
3896
+ "_id": "{{cls_id}}_post_i",
3897
+ "_parent": {
3898
+ "$ref": "{{cls_id}}_post"
3899
+ },
3900
+ "name": "in",
3901
+ "visibility": "public",
3902
+ "isStatic": false,
3903
+ "isLeaf": false,
3904
+ "type": {
3905
+ "$ref": "{{cls_id}}_pst_i_pt"
3906
+ },
3907
+ "isReadOnly": false,
3908
+ "isOrdered": false,
3909
+ "isUnique": false,
3910
+ "direction": "in"
3911
+ },
3912
+ {
3913
+ "_type": "UMLParameter",
3914
+ "_id": "{{cls_id}}_post_r",
3915
+ "_parent": {
3916
+ "$ref": "{{cls_id}}_post"
3917
+ },
3918
+ "visibility": "public",
3919
+ "isStatic": false,
3920
+ "isLeaf": false,
3921
+ "type": {
3922
+ "$ref": "{{cls_id}}_pst_r_pt"
3923
+ },
3924
+ "isReadOnly": false,
3925
+ "isOrdered": false,
3926
+ "isUnique": false,
3927
+ "direction": "return"
3928
+ }
3929
+ ],
3930
+ "concurrency": "sequential",
3931
+ "isQuery": false,
3932
+ "isAbstract": false
3933
+ },
3934
+ {
3935
+ "_type": "UMLOperation",
3936
+ "_id": "{{cls_id}}_put",
3937
+ "_parent": {
3938
+ "$ref": "{{cls_id}}_sig"
3939
+ },
3940
+ "name": "{{cls_name.replace(' ','').lower()}}s_{id}",
3941
+ "stereotype": "put",
3942
+ "visibility": "public",
3943
+ "isStatic": false,
3944
+ "isLeaf": false,
3945
+ "parameters": [
3946
+ {
3947
+ "_type": "UMLParameter",
3948
+ "_id": "{{cls_id}}_put_i",
3949
+ "_parent": {
3950
+ "$ref": "{{cls_id}}_put"
3951
+ },
3952
+ "name": "in",
3953
+ "visibility": "public",
3954
+ "isStatic": false,
3955
+ "isLeaf": false,
3956
+ "type": {
3957
+ "$ref": "{{cls_id}}_put_i_pt"
3958
+ },
3959
+ "isReadOnly": false,
3960
+ "isOrdered": false,
3961
+ "isUnique": false,
3962
+ "direction": "in"
3963
+ },
3964
+ {
3965
+ "_type": "UMLParameter",
3966
+ "_id": "{{cls_id}}_put_r",
3967
+ "_parent": {
3968
+ "$ref": "{{cls_id}}_put"
3969
+ },
3970
+ "visibility": "public",
3971
+ "isStatic": false,
3972
+ "isLeaf": false,
3973
+ "type": {
3974
+ "$ref": "{{cls_id}}_put_r_pt"
3975
+ },
3976
+ "isReadOnly": false,
3977
+ "isOrdered": false,
3978
+ "isUnique": false,
3979
+ "direction": "return"
3980
+ }
3981
+ ],
3982
+ "concurrency": "sequential",
3983
+ "isQuery": false,
3984
+ "isAbstract": false
3985
+ },
3986
+ {
3987
+ "_type": "UMLOperation",
3988
+ "_id": "{{cls_id}}_del",
3989
+ "_parent": {
3990
+ "$ref": "{{cls_id}}_sig"
3991
+ },
3992
+ "name": "{{cls_name.replace(' ','').lower()}}s_{id}",
3993
+ "stereotype": "delete",
3994
+ "visibility": "public",
3995
+ "isStatic": false,
3996
+ "isLeaf": false,
3997
+ "parameters": [
3998
+ {
3999
+ "_type": "UMLParameter",
4000
+ "_id": "{{cls_id}}_del_i",
4001
+ "_parent": {
4002
+ "$ref": "{{cls_id}}_del"
4003
+ },
4004
+ "name": "in",
4005
+ "visibility": "public",
4006
+ "isStatic": false,
4007
+ "isLeaf": false,
4008
+ "type": {
4009
+ "$ref": "{{cls_id}}_del_i_pt"
4010
+ },
4011
+ "isReadOnly": false,
4012
+ "isOrdered": false,
4013
+ "isUnique": false,
4014
+ "direction": "in"
4015
+ },
4016
+ {
4017
+ "_type": "UMLParameter",
4018
+ "_id": "{{cls_id}}_del_r",
4019
+ "_parent": {
4020
+ "$ref": "{{cls_id}}_del"
4021
+ },
4022
+ "visibility": "public",
4023
+ "isStatic": false,
4024
+ "isLeaf": false,
4025
+ "type": {
4026
+ "$ref": "{{cls_id}}_del_r_pt"
4027
+ },
4028
+ "isReadOnly": false,
4029
+ "isOrdered": false,
4030
+ "isUnique": false,
4031
+ "direction": "return"
4032
+ }
4033
+ ],
4034
+ "concurrency": "sequential",
4035
+ "isQuery": false,
4036
+ "isAbstract": false
4037
+ }
4038
+ ],
4039
+ "isAbstract": false,
4040
+ "isFinalSpecialization": false,
4041
+ "isLeaf": false
4042
+ },
4043
+ {
4044
+ "_type": "UMLPrimitiveType",
4045
+ "_id": "{{cls_id}}_get_i_pt",
4046
+ "_parent": {
4047
+ "$ref": "{{cls_id}}_pkg"
4048
+ },
4049
+ "name": "get_{{cls_name}}s_i",
4050
+ "visibility": "public",
4051
+ "attributes": [
4052
+ {
4053
+ "_type": "UMLAttribute",
4054
+ "_id": "{{cls_id}}_get_i_pt_pg",
4055
+ "_parent": {
4056
+ "$ref": "{{cls_id}}_get_i_pt"
4057
+ },
4058
+ "name": "page",
4059
+ "stereotype": "q/nr",
4060
+ "visibility": "public",
4061
+ "isStatic": false,
4062
+ "isLeaf": false,
4063
+ "type": "integer",
4064
+ "isReadOnly": false,
4065
+ "isOrdered": false,
4066
+ "isUnique": false,
4067
+ "isDerived": false,
4068
+ "aggregation": "none",
4069
+ "isID": false
4070
+ },
4071
+ {
4072
+ "_type": "UMLAttribute",
4073
+ "_id": "{{cls_id}}_get_i_pt_ppg",
4074
+ "_parent": {
4075
+ "$ref": "{{cls_id}}_get_i_pt"
4076
+ },
4077
+ "name": "per_page",
4078
+ "stereotype": "q/nr",
4079
+ "visibility": "public",
4080
+ "isStatic": false,
4081
+ "isLeaf": false,
4082
+ "type": "integer",
4083
+ "isReadOnly": false,
4084
+ "isOrdered": false,
4085
+ "isUnique": false,
4086
+ "isDerived": false,
4087
+ "aggregation": "none",
4088
+ "isID": false
4089
+ }
4090
+ ],
4091
+ "isAbstract": false,
4092
+ "isFinalSpecialization": false,
4093
+ "isLeaf": false
4094
+ },
4095
+ {
4096
+ "_type": "UMLPrimitiveType",
4097
+ "_id": "{{cls_id}}_get_r_pt",
4098
+ "_parent": {
4099
+ "$ref": "{{cls_id}}_pkg"
4100
+ },
4101
+ "name": "get_{{cls_name}}s_r",
4102
+ "visibility": "public",
4103
+ "attributes": [
4104
+ {
4105
+ "_type": "UMLAttribute",
4106
+ "_id": "{{cls_id}}_get_r_pt_df",
4107
+ "_parent": {
4108
+ "$ref": "{{cls_id}}_get_r_pt"
4109
+ },
4110
+ "name": "default",
4111
+ "visibility": "public",
4112
+ "isStatic": false,
4113
+ "isLeaf": false,
4114
+ "type": {
4115
+ "$ref": "cls_{{cls_id}}"
4116
+ },
4117
+ "multiplicity": "0..*",
4118
+ "isReadOnly": false,
4119
+ "isOrdered": false,
4120
+ "isUnique": false,
4121
+ "isDerived": false,
4122
+ "aggregation": "none",
4123
+ "isID": false
4124
+ }
4125
+ ],
4126
+ "isAbstract": false,
4127
+ "isFinalSpecialization": false,
4128
+ "isLeaf": false
4129
+ },
4130
+ {
4131
+ "_type": "UMLPrimitiveType",
4132
+ "_id": "{{cls_id}}_getid_i_pt",
4133
+ "_parent": {
4134
+ "$ref": "{{cls_id}}_pkg"
4135
+ },
4136
+ "name": "get_{{cls_name}}s_id_i",
4137
+ "visibility": "public",
4138
+ "attributes": [
4139
+ {
4140
+ "_type": "UMLAttribute",
4141
+ "_id": "{{cls_id}}_getid_i_pt_pid",
4142
+ "_parent": {
4143
+ "$ref": "{{cls_id}}_getid_i_pt"
4144
+ },
4145
+ "name": "id",
4146
+ "stereotype": "p",
4147
+ "visibility": "public",
4148
+ "isStatic": false,
4149
+ "isLeaf": false,
4150
+ "type": "integer",
4151
+ "isReadOnly": false,
4152
+ "isOrdered": false,
4153
+ "isUnique": false,
4154
+ "isDerived": false,
4155
+ "aggregation": "none",
4156
+ "isID": false
4157
+ }
4158
+ ],
4159
+ "isAbstract": false,
4160
+ "isFinalSpecialization": false,
4161
+ "isLeaf": false
4162
+ },
4163
+ {
4164
+ "_type": "UMLPrimitiveType",
4165
+ "_id": "{{cls_id}}_getid_r_pt",
4166
+ "_parent": {
4167
+ "$ref": "{{cls_id}}_pkg"
4168
+ },
4169
+ "name": "get_{{cls_name}}s_id_r",
4170
+ "visibility": "public",
4171
+ "attributes": [
4172
+ {
4173
+ "_type": "UMLAttribute",
4174
+ "_id": "{{cls_id}}_getid_r_pt_df",
4175
+ "_parent": {
4176
+ "$ref": "{{cls_id}}_getid_r_pt"
4177
+ },
4178
+ "name": "default",
4179
+ "visibility": "public",
4180
+ "isStatic": false,
4181
+ "isLeaf": false,
4182
+ "type": {
4183
+ "$ref": "cls_{{cls_id}}"
4184
+ },
4185
+ "isReadOnly": false,
4186
+ "isOrdered": false,
4187
+ "isUnique": false,
4188
+ "isDerived": false,
4189
+ "aggregation": "none",
4190
+ "isID": false
4191
+ }
4192
+ ],
4193
+ "isAbstract": false,
4194
+ "isFinalSpecialization": false,
4195
+ "isLeaf": false
4196
+ },
4197
+ {
4198
+ "_type": "UMLPrimitiveType",
4199
+ "_id": "{{cls_id}}_pst_i_pt",
4200
+ "_parent": {
4201
+ "$ref": "{{cls_id}}_pkg"
4202
+ },
4203
+ "name": "post_{{cls_name.replace(' ','').lower()}}s_i",
4204
+ "visibility": "public",
4205
+ "attributes": [
4206
+ {
4207
+ "_type": "UMLAttribute",
4208
+ "_id": "{{cls_id}}_pst_i_pt_bd",
4209
+ "_parent": {
4210
+ "$ref": "{{cls_id}}_pst_i_pt"
4211
+ },
4212
+ "name": "body",
4213
+ "stereotype": "b",
4214
+ "visibility": "public",
4215
+ "isStatic": false,
4216
+ "isLeaf": false,
4217
+ "type": {
4218
+ "$ref": "cls_{{cls_id}}"
4219
+ },
4220
+ "isReadOnly": false,
4221
+ "isOrdered": false,
4222
+ "isUnique": false,
4223
+ "isDerived": false,
4224
+ "aggregation": "none",
4225
+ "isID": false
4226
+ }
4227
+ ],
4228
+ "isAbstract": false,
4229
+ "isFinalSpecialization": false,
4230
+ "isLeaf": false
4231
+ },
4232
+ {
4233
+ "_type": "UMLPrimitiveType",
4234
+ "_id": "{{cls_id}}_pst_r_pt",
4235
+ "_parent": {
4236
+ "$ref": "{{cls_id}}_pkg"
4237
+ },
4238
+ "name": "post_{{cls_name.replace(' ','').lower()}}s_r",
4239
+ "visibility": "public",
4240
+ "attributes": [
4241
+ {
4242
+ "_type": "UMLAttribute",
4243
+ "_id": "{{cls_id}}_pst_r_pt_df",
4244
+ "_parent": {
4245
+ "$ref": "{{cls_id}}_pst_r_pt"
4246
+ },
4247
+ "name": "default",
4248
+ "visibility": "public",
4249
+ "isStatic": false,
4250
+ "isLeaf": false,
4251
+ "type": {
4252
+ "$ref": "cls_{{cls_id}}"
4253
+ },
4254
+ "isReadOnly": false,
4255
+ "isOrdered": false,
4256
+ "isUnique": false,
4257
+ "isDerived": false,
4258
+ "aggregation": "none",
4259
+ "isID": false
4260
+ }
4261
+ ],
4262
+ "isAbstract": false,
4263
+ "isFinalSpecialization": false,
4264
+ "isLeaf": false
4265
+ },
4266
+ {
4267
+ "_type": "UMLPrimitiveType",
4268
+ "_id": "{{cls_id}}_put_i_pt",
4269
+ "_parent": {
4270
+ "$ref": "{{cls_id}}_pkg"
4271
+ },
4272
+ "name": "put_{{cls_name.replace(' ','').lower()}}s_id_i",
4273
+ "visibility": "public",
4274
+ "attributes": [
4275
+ {
4276
+ "_type": "UMLAttribute",
4277
+ "_id": "{{cls_id}}_put_i_pt_id",
4278
+ "_parent": {
4279
+ "$ref": "{{cls_id}}_put_i_pt"
4280
+ },
4281
+ "name": "id",
4282
+ "stereotype": "p",
4283
+ "visibility": "public",
4284
+ "isStatic": false,
4285
+ "isLeaf": false,
4286
+ "type": "integer",
4287
+ "isReadOnly": false,
4288
+ "isOrdered": false,
4289
+ "isUnique": false,
4290
+ "isDerived": false,
4291
+ "aggregation": "none",
4292
+ "isID": false
4293
+ },
4294
+ {
4295
+ "_type": "UMLAttribute",
4296
+ "_id": "{{cls_id}}_put_i_pt_bd",
4297
+ "_parent": {
4298
+ "$ref": "{{cls_id}}_put_i_pt"
4299
+ },
4300
+ "name": "body",
4301
+ "stereotype": "b",
4302
+ "visibility": "public",
4303
+ "isStatic": false,
4304
+ "isLeaf": false,
4305
+ "type": {
4306
+ "$ref": "cls_{{cls_id}}"
4307
+ },
4308
+ "isReadOnly": false,
4309
+ "isOrdered": false,
4310
+ "isUnique": false,
4311
+ "isDerived": false,
4312
+ "aggregation": "none",
4313
+ "isID": false
4314
+ }
4315
+ ],
4316
+ "isAbstract": false,
4317
+ "isFinalSpecialization": false,
4318
+ "isLeaf": false
4319
+ },
4320
+ {
4321
+ "_type": "UMLPrimitiveType",
4322
+ "_id": "{{cls_id}}_put_r_pt",
4323
+ "_parent": {
4324
+ "$ref": "{{cls_id}}_pkg"
4325
+ },
4326
+ "name": "put_{{cls_name.replace(' ','').lower()}}s_id_r",
4327
+ "visibility": "public",
4328
+ "attributes": [
4329
+ {
4330
+ "_type": "UMLAttribute",
4331
+ "_id": "{{cls_id}}_put_r_pt_df",
4332
+ "_parent": {
4333
+ "$ref": "{{cls_id}}_put_r_pt"
4334
+ },
4335
+ "name": "default",
4336
+ "visibility": "public",
4337
+ "isStatic": false,
4338
+ "isLeaf": false,
4339
+ "type": {
4340
+ "$ref": "cls_{{cls_id}}"
4341
+ },
4342
+ "isReadOnly": false,
4343
+ "isOrdered": false,
4344
+ "isUnique": false,
4345
+ "isDerived": false,
4346
+ "aggregation": "none",
4347
+ "isID": false
4348
+ }
4349
+ ],
4350
+ "isAbstract": false,
4351
+ "isFinalSpecialization": false,
4352
+ "isLeaf": false
4353
+ },
4354
+ {
4355
+ "_type": "UMLPrimitiveType",
4356
+ "_id": "{{cls_id}}_del_i_pt",
4357
+ "_parent": {
4358
+ "$ref": "{{cls_id}}_pkg"
4359
+ },
4360
+ "name": "delete_{{cls_name.replace(' ','').lower()}}s_id_i",
4361
+ "visibility": "public",
4362
+ "attributes": [
4363
+ {
4364
+ "_type": "UMLAttribute",
4365
+ "_id": "{{cls_id}}_del_i_pt_id",
4366
+ "_parent": {
4367
+ "$ref": "{{cls_id}}_del_i_pt"
4368
+ },
4369
+ "name": "id",
4370
+ "stereotype": "p",
4371
+ "visibility": "public",
4372
+ "isStatic": false,
4373
+ "isLeaf": false,
4374
+ "type": "integer",
4375
+ "isReadOnly": false,
4376
+ "isOrdered": false,
4377
+ "isUnique": false,
4378
+ "isDerived": false,
4379
+ "aggregation": "none",
4380
+ "isID": false
4381
+ }
4382
+ ],
4383
+ "isAbstract": false,
4384
+ "isFinalSpecialization": false,
4385
+ "isLeaf": false
4386
+ },
4387
+ {
4388
+ "_type": "UMLPrimitiveType",
4389
+ "_id": "{{cls_id}}_del_r_pt",
4390
+ "_parent": {
4391
+ "$ref": "{{cls_id}}_pkg"
4392
+ },
4393
+ "name": "delete_{{cls_name.replace(' ','').lower()}}s_id_r",
4394
+ "visibility": "public",
4395
+ "attributes": [
4396
+ {
4397
+ "_type": "UMLAttribute",
4398
+ "_id": "{{cls_id}}_del_r_df",
4399
+ "_parent": {
4400
+ "$ref": "{{cls_id}}_del_r_pt"
4401
+ },
4402
+ "name": "default",
4403
+ "visibility": "public",
4404
+ "isStatic": false,
4405
+ "isLeaf": false,
4406
+ "type": {
4407
+ "$ref": "cls_{{cls_id}}"
4408
+ },
4409
+ "isReadOnly": false,
4410
+ "isOrdered": false,
4411
+ "isUnique": false,
4412
+ "isDerived": false,
4413
+ "aggregation": "none",
4414
+ "isID": false
4415
+ }
4416
+ ],
4417
+ "isAbstract": false,
4418
+ "isFinalSpecialization": false,
4419
+ "isLeaf": false
4420
+ }
4421
+ ],
4422
+ "visibility": "public"
4423
+ }