@lionweb/validation 0.5.0 → 0.6.0-beta.2

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 (177) hide show
  1. package/README.md +2 -0
  2. package/dist/diff/DiffResult.d.ts +9 -0
  3. package/dist/diff/DiffResult.d.ts.map +1 -0
  4. package/dist/diff/DiffResult.js +18 -0
  5. package/dist/diff/DiffResult.js.map +1 -0
  6. package/dist/diff/LionWebJsonDiff.d.ts +25 -0
  7. package/dist/diff/LionWebJsonDiff.d.ts.map +1 -0
  8. package/dist/diff/LionWebJsonDiff.js +205 -0
  9. package/dist/diff/LionWebJsonDiff.js.map +1 -0
  10. package/dist/diff/changes/Change.d.ts +16 -0
  11. package/dist/diff/changes/Change.d.ts.map +1 -0
  12. package/dist/diff/changes/Change.js +19 -0
  13. package/dist/diff/changes/Change.js.map +1 -0
  14. package/dist/diff/changes/ChunkChange.d.ts +43 -0
  15. package/dist/diff/changes/ChunkChange.d.ts.map +1 -0
  16. package/dist/diff/changes/ChunkChange.js +57 -0
  17. package/dist/diff/changes/ChunkChange.js.map +1 -0
  18. package/dist/diff/changes/ContainmentChange.d.ts +26 -0
  19. package/dist/diff/changes/ContainmentChange.d.ts.map +1 -0
  20. package/dist/diff/changes/ContainmentChange.js +34 -0
  21. package/dist/diff/changes/ContainmentChange.js.map +1 -0
  22. package/dist/diff/changes/NodeChange.d.ts +22 -0
  23. package/dist/diff/changes/NodeChange.d.ts.map +1 -0
  24. package/dist/diff/changes/NodeChange.js +24 -0
  25. package/dist/diff/changes/NodeChange.js.map +1 -0
  26. package/dist/diff/changes/PropertyChange.d.ts +23 -0
  27. package/dist/diff/changes/PropertyChange.d.ts.map +1 -0
  28. package/dist/diff/changes/PropertyChange.js +28 -0
  29. package/dist/diff/changes/PropertyChange.js.map +1 -0
  30. package/dist/diff/changes/ReferenceChange.d.ts +19 -0
  31. package/dist/diff/changes/ReferenceChange.d.ts.map +1 -0
  32. package/dist/diff/changes/ReferenceChange.js +25 -0
  33. package/dist/diff/changes/ReferenceChange.js.map +1 -0
  34. package/dist/diff/changes/index.d.ts +7 -0
  35. package/dist/diff/changes/index.d.ts.map +1 -0
  36. package/dist/diff/changes/index.js +7 -0
  37. package/dist/diff/changes/index.js.map +1 -0
  38. package/dist/diff/index.d.ts +4 -0
  39. package/dist/diff/index.d.ts.map +1 -0
  40. package/dist/diff/index.js +4 -0
  41. package/dist/diff/index.js.map +1 -0
  42. package/dist/index.d.ts +1 -0
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/index.js +1 -0
  45. package/dist/index.js.map +1 -1
  46. package/dist/issues/LanguageIssues.d.ts +1 -1
  47. package/dist/issues/LanguageIssues.d.ts.map +1 -1
  48. package/dist/issues/LanguageIssues.js.map +1 -1
  49. package/dist/issues/ReferenceIssues.d.ts +1 -1
  50. package/dist/issues/ReferenceIssues.d.ts.map +1 -1
  51. package/dist/issues/ReferenceIssues.js.map +1 -1
  52. package/dist/issues/SyntaxIssues.d.ts +1 -1
  53. package/dist/issues/SyntaxIssues.d.ts.map +1 -1
  54. package/dist/issues/SyntaxIssues.js +4 -4
  55. package/dist/issues/SyntaxIssues.js.map +1 -1
  56. package/dist/issues/ValidationIssue.d.ts +1 -1
  57. package/dist/issues/ValidationIssue.d.ts.map +1 -1
  58. package/dist/issues/ValidationIssue.js.map +1 -1
  59. package/dist/issues/index.d.ts +1 -1
  60. package/dist/issues/index.d.ts.map +1 -1
  61. package/dist/issues/index.js +1 -1
  62. package/dist/issues/index.js.map +1 -1
  63. package/dist/json/ChunkUtils.d.ts.map +1 -1
  64. package/dist/json/ChunkUtils.js.map +1 -1
  65. package/dist/json/JsonContext.d.ts.map +1 -0
  66. package/dist/json/JsonContext.js.map +1 -0
  67. package/dist/json/LanguageUtils.d.ts.map +1 -1
  68. package/dist/json/LanguageUtils.js.map +1 -1
  69. package/dist/json/LionWebJson.d.ts +10 -9
  70. package/dist/json/LionWebJson.d.ts.map +1 -1
  71. package/dist/json/LionWebJson.js +1 -0
  72. package/dist/json/LionWebJson.js.map +1 -1
  73. package/dist/json/LionWebJsonChunkWrapper.d.ts +7 -4
  74. package/dist/json/LionWebJsonChunkWrapper.d.ts.map +1 -1
  75. package/dist/json/LionWebJsonChunkWrapper.js +48 -10
  76. package/dist/json/LionWebJsonChunkWrapper.js.map +1 -1
  77. package/dist/json/LionWebLanguageDefinition.d.ts.map +1 -1
  78. package/dist/json/LionWebLanguageDefinition.js +3 -3
  79. package/dist/json/LionWebLanguageDefinition.js.map +1 -1
  80. package/dist/json/NodeUtils.d.ts +5 -4
  81. package/dist/json/NodeUtils.d.ts.map +1 -1
  82. package/dist/json/NodeUtils.js +5 -2
  83. package/dist/json/NodeUtils.js.map +1 -1
  84. package/dist/json/index.d.ts +1 -0
  85. package/dist/json/index.d.ts.map +1 -1
  86. package/dist/json/index.js +1 -0
  87. package/dist/json/index.js.map +1 -1
  88. package/dist/runners/FileUtils.d.ts.map +1 -1
  89. package/dist/runners/FileUtils.js.map +1 -1
  90. package/dist/runners/RunCheckFolder.js.map +1 -1
  91. package/dist/runners/RunCheckFolderWithLanguage.js.map +1 -1
  92. package/dist/runners/RunCheckOneFile.js.map +1 -1
  93. package/dist/runners/RunCheckOneFileWithLanguage.js.map +1 -1
  94. package/dist/runners/RunLioncoreDiff.js +5 -5
  95. package/dist/runners/RunLioncoreDiff.js.map +1 -1
  96. package/dist/runners/Utils.d.ts.map +1 -1
  97. package/dist/runners/Utils.js +1 -1
  98. package/dist/runners/Utils.js.map +1 -1
  99. package/dist/runners/index.d.ts.map +1 -1
  100. package/dist/runners/index.js.map +1 -1
  101. package/dist/validators/LionWebLanguageReferenceValidator.d.ts +1 -1
  102. package/dist/validators/LionWebLanguageReferenceValidator.d.ts.map +1 -1
  103. package/dist/validators/LionWebLanguageReferenceValidator.js +6 -6
  104. package/dist/validators/LionWebLanguageReferenceValidator.js.map +1 -1
  105. package/dist/validators/LionWebLanguageValidator.d.ts.map +1 -1
  106. package/dist/validators/LionWebLanguageValidator.js +1 -1
  107. package/dist/validators/LionWebLanguageValidator.js.map +1 -1
  108. package/dist/validators/LionWebReferenceValidator.d.ts +1 -1
  109. package/dist/validators/LionWebReferenceValidator.d.ts.map +1 -1
  110. package/dist/validators/LionWebReferenceValidator.js +6 -6
  111. package/dist/validators/LionWebReferenceValidator.js.map +1 -1
  112. package/dist/validators/LionWebSyntaxValidator.d.ts +1 -1
  113. package/dist/validators/LionWebSyntaxValidator.d.ts.map +1 -1
  114. package/dist/validators/LionWebSyntaxValidator.js +21 -11
  115. package/dist/validators/LionWebSyntaxValidator.js.map +1 -1
  116. package/dist/validators/LionWebValidator.d.ts.map +1 -1
  117. package/dist/validators/LionWebValidator.js.map +1 -1
  118. package/dist/validators/SimpleFieldValidator.d.ts +1 -1
  119. package/dist/validators/SimpleFieldValidator.d.ts.map +1 -1
  120. package/dist/validators/SimpleFieldValidator.js +1 -1
  121. package/dist/validators/SimpleFieldValidator.js.map +1 -1
  122. package/dist/validators/ValidationResult.d.ts.map +1 -1
  123. package/dist/validators/ValidationResult.js.map +1 -1
  124. package/dist/validators/index.d.ts.map +1 -1
  125. package/dist/validators/index.js.map +1 -1
  126. package/package.json +5 -2
  127. package/src/diff/DiffResult.ts +21 -0
  128. package/src/diff/LionWebJsonDiff.ts +259 -0
  129. package/src/diff/changes/Change.ts +52 -0
  130. package/src/diff/changes/ChunkChange.ts +68 -0
  131. package/src/diff/changes/ContainmentChange.ts +34 -0
  132. package/src/diff/changes/NodeChange.ts +32 -0
  133. package/src/diff/changes/PropertyChange.ts +29 -0
  134. package/src/diff/changes/ReferenceChange.ts +24 -0
  135. package/src/diff/changes/index.ts +6 -0
  136. package/src/diff/index.ts +3 -0
  137. package/src/index.ts +5 -4
  138. package/src/issues/LanguageIssues.ts +61 -39
  139. package/src/issues/ReferenceIssues.ts +51 -29
  140. package/src/issues/SyntaxIssues.ts +38 -23
  141. package/src/issues/ValidationIssue.ts +7 -7
  142. package/src/issues/index.ts +5 -5
  143. package/src/json/ChunkUtils.ts +7 -11
  144. package/src/json/JsonContext.ts +31 -0
  145. package/src/json/LanguageUtils.ts +5 -6
  146. package/src/json/LionWebJson.ts +44 -43
  147. package/src/json/LionWebJsonChunkWrapper.ts +76 -29
  148. package/src/json/LionWebLanguageDefinition.ts +44 -49
  149. package/src/json/NodeUtils.ts +25 -19
  150. package/src/json/index.ts +7 -6
  151. package/src/json/std-builtins-copy.json +347 -349
  152. package/src/runners/FileUtils.ts +48 -49
  153. package/src/runners/RunCheckFolder.ts +3 -3
  154. package/src/runners/RunCheckFolderWithLanguage.ts +31 -30
  155. package/src/runners/RunCheckOneFile.ts +3 -3
  156. package/src/runners/RunCheckOneFileWithLanguage.ts +21 -19
  157. package/src/runners/RunLioncoreDiff.ts +15 -15
  158. package/src/runners/Utils.ts +24 -24
  159. package/src/runners/index.ts +2 -2
  160. package/src/validators/LionWebLanguageReferenceValidator.ts +63 -55
  161. package/src/validators/LionWebLanguageValidator.ts +11 -12
  162. package/src/validators/LionWebReferenceValidator.ts +90 -76
  163. package/src/validators/LionWebSyntaxValidator.ts +108 -99
  164. package/src/validators/LionWebValidator.ts +33 -33
  165. package/src/validators/SimpleFieldValidator.ts +33 -28
  166. package/src/validators/ValidationResult.ts +5 -6
  167. package/src/validators/index.ts +7 -7
  168. package/dist/diff/LionwebDiff.d.ts +0 -40
  169. package/dist/diff/LionwebDiff.d.ts.map +0 -1
  170. package/dist/diff/LionwebDiff.js +0 -158
  171. package/dist/diff/LionwebDiff.js.map +0 -1
  172. package/dist/issues/JsonContext.d.ts.map +0 -1
  173. package/dist/issues/JsonContext.js.map +0 -1
  174. package/src/diff/LionwebDiff.ts +0 -193
  175. package/src/issues/JsonContext.ts +0 -31
  176. /package/dist/{issues → json}/JsonContext.d.ts +0 -0
  177. /package/dist/{issues → json}/JsonContext.js +0 -0
@@ -1,369 +1,367 @@
1
1
  {
2
- "serializationFormatVersion": "2023.1",
3
- "languages": [
4
- {
5
- "key": "LionCore-M3",
6
- "version": "1"
7
- }
8
- ],
9
- "nodes": [
10
- {
11
- "id": "LionCore-builtins",
12
- "classifier": {
13
- "language": "LionCore-M3",
14
- "version": "1",
15
- "key": "Language"
16
- },
17
- "properties": [
2
+ "serializationFormatVersion": "2023.1",
3
+ "languages": [
18
4
  {
19
- "property": {
20
- "language": "LionCore-builtins",
21
- "version": "1",
22
- "key": "LionCore-builtins-INamed-name"
23
- },
24
- "value": "LionCore.builtins"
25
- },
26
- {
27
- "property": {
28
- "language": "LionCore-M3",
29
- "version": "1",
30
- "key": "Language-version"
31
- },
32
- "value": "1"
33
- },
34
- {
35
- "property": {
36
- "language": "LionCore-M3",
37
- "version": "1",
38
- "key": "IKeyed-key"
39
- },
40
- "value": "LionCore-builtins"
41
- }
42
- ],
43
- "children": [
44
- {
45
- "containment": {
46
- "language": "LionCore-M3",
47
- "version": "1",
48
- "key": "Language-entities"
49
- },
50
- "children": [
51
- "LionCore-builtins-String",
52
- "LionCore-builtins-Boolean",
53
- "LionCore-builtins-Integer",
54
- "LionCore-builtins-JSON",
55
- "LionCore-builtins-Node",
56
- "LionCore-builtins-INamed"
57
- ]
58
- }
59
- ],
60
- "references": [
61
- {
62
- "reference": {
63
- "language": "LionCore-M3",
64
- "version": "1",
65
- "key": "Language-dependsOn"
66
- },
67
- "targets": []
68
- }
69
- ],
70
- "annotations": [],
71
- "parent": null
72
- },
73
- {
74
- "id": "LionCore-builtins-String",
75
- "classifier": {
76
- "language": "LionCore-M3",
77
- "version": "1",
78
- "key": "PrimitiveType"
79
- },
80
- "properties": [
81
- {
82
- "property": {
83
- "language": "LionCore-builtins",
84
- "version": "1",
85
- "key": "LionCore-builtins-INamed-name"
86
- },
87
- "value": "String"
88
- },
89
- {
90
- "property": {
91
- "language": "LionCore-M3",
92
- "version": "1",
93
- "key": "IKeyed-key"
94
- },
95
- "value": "LionCore-builtins-String"
96
- }
97
- ],
98
- "children": [],
99
- "references": [],
100
- "annotations": [],
101
- "parent": "LionCore-builtins"
102
- },
103
- {
104
- "id": "LionCore-builtins-Boolean",
105
- "classifier": {
106
- "language": "LionCore-M3",
107
- "version": "1",
108
- "key": "PrimitiveType"
109
- },
110
- "properties": [
111
- {
112
- "property": {
113
- "language": "LionCore-builtins",
114
- "version": "1",
115
- "key": "LionCore-builtins-INamed-name"
116
- },
117
- "value": "Boolean"
118
- },
119
- {
120
- "property": {
121
- "language": "LionCore-M3",
122
- "version": "1",
123
- "key": "IKeyed-key"
124
- },
125
- "value": "LionCore-builtins-Boolean"
126
- }
127
- ],
128
- "children": [],
129
- "references": [],
130
- "annotations": [],
131
- "parent": "LionCore-builtins"
132
- },
133
- {
134
- "id": "LionCore-builtins-Integer",
135
- "classifier": {
136
- "language": "LionCore-M3",
137
- "version": "1",
138
- "key": "PrimitiveType"
139
- },
140
- "properties": [
141
- {
142
- "property": {
143
- "language": "LionCore-builtins",
144
- "version": "1",
145
- "key": "LionCore-builtins-INamed-name"
146
- },
147
- "value": "Integer"
148
- },
149
- {
150
- "property": {
151
- "language": "LionCore-M3",
152
- "version": "1",
153
- "key": "IKeyed-key"
154
- },
155
- "value": "LionCore-builtins-Integer"
5
+ "key": "LionCore-M3",
6
+ "version": "1"
156
7
  }
157
- ],
158
- "children": [],
159
- "references": [],
160
- "annotations": [],
161
- "parent": "LionCore-builtins"
162
- },
163
- {
164
- "id": "LionCore-builtins-JSON",
165
- "classifier": {
166
- "language": "LionCore-M3",
167
- "version": "1",
168
- "key": "PrimitiveType"
169
- },
170
- "properties": [
8
+ ],
9
+ "nodes": [
171
10
  {
172
- "property": {
173
- "language": "LionCore-builtins",
174
- "version": "1",
175
- "key": "LionCore-builtins-INamed-name"
176
- },
177
- "value": "JSON"
11
+ "id": "LionCore-builtins",
12
+ "classifier": {
13
+ "language": "LionCore-M3",
14
+ "version": "1",
15
+ "key": "Language"
16
+ },
17
+ "properties": [
18
+ {
19
+ "property": {
20
+ "language": "LionCore-builtins",
21
+ "version": "1",
22
+ "key": "LionCore-builtins-INamed-name"
23
+ },
24
+ "value": "LionCore.builtins"
25
+ },
26
+ {
27
+ "property": {
28
+ "language": "LionCore-M3",
29
+ "version": "1",
30
+ "key": "Language-version"
31
+ },
32
+ "value": "1"
33
+ },
34
+ {
35
+ "property": {
36
+ "language": "LionCore-M3",
37
+ "version": "1",
38
+ "key": "IKeyed-key"
39
+ },
40
+ "value": "LionCore-builtins"
41
+ }
42
+ ],
43
+ "children": [
44
+ {
45
+ "containment": {
46
+ "language": "LionCore-M3",
47
+ "version": "1",
48
+ "key": "Language-entities"
49
+ },
50
+ "children": [
51
+ "LionCore-builtins-String",
52
+ "LionCore-builtins-Boolean",
53
+ "LionCore-builtins-Integer",
54
+ "LionCore-builtins-JSON",
55
+ "LionCore-builtins-Node",
56
+ "LionCore-builtins-INamed"
57
+ ]
58
+ }
59
+ ],
60
+ "references": [
61
+ {
62
+ "reference": {
63
+ "language": "LionCore-M3",
64
+ "version": "1",
65
+ "key": "Language-dependsOn"
66
+ },
67
+ "targets": []
68
+ }
69
+ ],
70
+ "annotations": [],
71
+ "parent": null
178
72
  },
179
73
  {
180
- "property": {
181
- "language": "LionCore-M3",
182
- "version": "1",
183
- "key": "IKeyed-key"
184
- },
185
- "value": "LionCore-builtins-JSON"
186
- }
187
- ],
188
- "children": [],
189
- "references": [],
190
- "annotations": [],
191
- "parent": "LionCore-builtins"
192
- },
193
- {
194
- "id": "LionCore-builtins-Node",
195
- "classifier": {
196
- "language": "LionCore-M3",
197
- "version": "1",
198
- "key": "Concept"
199
- },
200
- "properties": [
201
- {
202
- "property": {
203
- "language": "LionCore-M3",
204
- "version": "1",
205
- "key": "Concept-abstract"
206
- },
207
- "value": "true"
74
+ "id": "LionCore-builtins-String",
75
+ "classifier": {
76
+ "language": "LionCore-M3",
77
+ "version": "1",
78
+ "key": "PrimitiveType"
79
+ },
80
+ "properties": [
81
+ {
82
+ "property": {
83
+ "language": "LionCore-builtins",
84
+ "version": "1",
85
+ "key": "LionCore-builtins-INamed-name"
86
+ },
87
+ "value": "String"
88
+ },
89
+ {
90
+ "property": {
91
+ "language": "LionCore-M3",
92
+ "version": "1",
93
+ "key": "IKeyed-key"
94
+ },
95
+ "value": "LionCore-builtins-String"
96
+ }
97
+ ],
98
+ "children": [],
99
+ "references": [],
100
+ "annotations": [],
101
+ "parent": "LionCore-builtins"
208
102
  },
209
103
  {
210
- "property": {
211
- "language": "LionCore-M3",
212
- "version": "1",
213
- "key": "Concept-partition"
214
- },
215
- "value": "false"
104
+ "id": "LionCore-builtins-Boolean",
105
+ "classifier": {
106
+ "language": "LionCore-M3",
107
+ "version": "1",
108
+ "key": "PrimitiveType"
109
+ },
110
+ "properties": [
111
+ {
112
+ "property": {
113
+ "language": "LionCore-builtins",
114
+ "version": "1",
115
+ "key": "LionCore-builtins-INamed-name"
116
+ },
117
+ "value": "Boolean"
118
+ },
119
+ {
120
+ "property": {
121
+ "language": "LionCore-M3",
122
+ "version": "1",
123
+ "key": "IKeyed-key"
124
+ },
125
+ "value": "LionCore-builtins-Boolean"
126
+ }
127
+ ],
128
+ "children": [],
129
+ "references": [],
130
+ "annotations": [],
131
+ "parent": "LionCore-builtins"
216
132
  },
217
133
  {
218
- "property": {
219
- "language": "LionCore-builtins",
220
- "version": "1",
221
- "key": "LionCore-builtins-INamed-name"
222
- },
223
- "value": "Node"
134
+ "id": "LionCore-builtins-Integer",
135
+ "classifier": {
136
+ "language": "LionCore-M3",
137
+ "version": "1",
138
+ "key": "PrimitiveType"
139
+ },
140
+ "properties": [
141
+ {
142
+ "property": {
143
+ "language": "LionCore-builtins",
144
+ "version": "1",
145
+ "key": "LionCore-builtins-INamed-name"
146
+ },
147
+ "value": "Integer"
148
+ },
149
+ {
150
+ "property": {
151
+ "language": "LionCore-M3",
152
+ "version": "1",
153
+ "key": "IKeyed-key"
154
+ },
155
+ "value": "LionCore-builtins-Integer"
156
+ }
157
+ ],
158
+ "children": [],
159
+ "references": [],
160
+ "annotations": [],
161
+ "parent": "LionCore-builtins"
224
162
  },
225
163
  {
226
- "property": {
227
- "language": "LionCore-M3",
228
- "version": "1",
229
- "key": "IKeyed-key"
230
- },
231
- "value": "LionCore-builtins-Node"
232
- }
233
- ],
234
- "children": [
235
- {
236
- "containment": {
237
- "language": "LionCore-M3",
238
- "version": "1",
239
- "key": "Classifier-features"
240
- },
241
- "children": []
242
- }
243
- ],
244
- "references": [
245
- {
246
- "reference": {
247
- "language": "LionCore-M3",
248
- "version": "1",
249
- "key": "Concept-extends"
250
- },
251
- "targets": []
164
+ "id": "LionCore-builtins-JSON",
165
+ "classifier": {
166
+ "language": "LionCore-M3",
167
+ "version": "1",
168
+ "key": "PrimitiveType"
169
+ },
170
+ "properties": [
171
+ {
172
+ "property": {
173
+ "language": "LionCore-builtins",
174
+ "version": "1",
175
+ "key": "LionCore-builtins-INamed-name"
176
+ },
177
+ "value": "JSON"
178
+ },
179
+ {
180
+ "property": {
181
+ "language": "LionCore-M3",
182
+ "version": "1",
183
+ "key": "IKeyed-key"
184
+ },
185
+ "value": "LionCore-builtins-JSON"
186
+ }
187
+ ],
188
+ "children": [],
189
+ "references": [],
190
+ "annotations": [],
191
+ "parent": "LionCore-builtins"
252
192
  },
253
193
  {
254
- "reference": {
255
- "language": "LionCore-M3",
256
- "version": "1",
257
- "key": "Concept-implements"
258
- },
259
- "targets": []
260
- }
261
- ],
262
- "annotations": [],
263
- "parent": "LionCore-builtins"
264
- },
265
- {
266
- "id": "LionCore-builtins-INamed",
267
- "classifier": {
268
- "language": "LionCore-M3",
269
- "version": "1",
270
- "key": "ConceptInterface"
271
- },
272
- "properties": [
273
- {
274
- "property": {
275
- "language": "LionCore-builtins",
276
- "version": "1",
277
- "key": "LionCore-builtins-INamed-name"
278
- },
279
- "value": "INamed"
194
+ "id": "LionCore-builtins-Node",
195
+ "classifier": {
196
+ "language": "LionCore-M3",
197
+ "version": "1",
198
+ "key": "Concept"
199
+ },
200
+ "properties": [
201
+ {
202
+ "property": {
203
+ "language": "LionCore-M3",
204
+ "version": "1",
205
+ "key": "Concept-abstract"
206
+ },
207
+ "value": "true"
208
+ },
209
+ {
210
+ "property": {
211
+ "language": "LionCore-M3",
212
+ "version": "1",
213
+ "key": "Concept-partition"
214
+ },
215
+ "value": "false"
216
+ },
217
+ {
218
+ "property": {
219
+ "language": "LionCore-builtins",
220
+ "version": "1",
221
+ "key": "LionCore-builtins-INamed-name"
222
+ },
223
+ "value": "Node"
224
+ },
225
+ {
226
+ "property": {
227
+ "language": "LionCore-M3",
228
+ "version": "1",
229
+ "key": "IKeyed-key"
230
+ },
231
+ "value": "LionCore-builtins-Node"
232
+ }
233
+ ],
234
+ "children": [
235
+ {
236
+ "containment": {
237
+ "language": "LionCore-M3",
238
+ "version": "1",
239
+ "key": "Classifier-features"
240
+ },
241
+ "children": []
242
+ }
243
+ ],
244
+ "references": [
245
+ {
246
+ "reference": {
247
+ "language": "LionCore-M3",
248
+ "version": "1",
249
+ "key": "Concept-extends"
250
+ },
251
+ "targets": []
252
+ },
253
+ {
254
+ "reference": {
255
+ "language": "LionCore-M3",
256
+ "version": "1",
257
+ "key": "Concept-implements"
258
+ },
259
+ "targets": []
260
+ }
261
+ ],
262
+ "annotations": [],
263
+ "parent": "LionCore-builtins"
280
264
  },
281
265
  {
282
- "property": {
283
- "language": "LionCore-M3",
284
- "version": "1",
285
- "key": "IKeyed-key"
286
- },
287
- "value": "LionCore-builtins-INamed"
288
- }
289
- ],
290
- "children": [
291
- {
292
- "containment": {
293
- "language": "LionCore-M3",
294
- "version": "1",
295
- "key": "Classifier-features"
296
- },
297
- "children": [
298
- "LionCore-builtins-INamed-name"
299
- ]
300
- }
301
- ],
302
- "references": [
303
- {
304
- "reference": {
305
- "language": "LionCore-M3",
306
- "version": "1",
307
- "key": "ConceptInterface-extends"
308
- },
309
- "targets": []
310
- }
311
- ],
312
- "annotations": [],
313
- "parent": "LionCore-builtins"
314
- },
315
- {
316
- "id": "LionCore-builtins-INamed-name",
317
- "classifier": {
318
- "language": "LionCore-M3",
319
- "version": "1",
320
- "key": "Property"
321
- },
322
- "properties": [
323
- {
324
- "property": {
325
- "language": "LionCore-M3",
326
- "version": "1",
327
- "key": "Feature-optional"
328
- },
329
- "value": "false"
266
+ "id": "LionCore-builtins-INamed",
267
+ "classifier": {
268
+ "language": "LionCore-M3",
269
+ "version": "1",
270
+ "key": "ConceptInterface"
271
+ },
272
+ "properties": [
273
+ {
274
+ "property": {
275
+ "language": "LionCore-builtins",
276
+ "version": "1",
277
+ "key": "LionCore-builtins-INamed-name"
278
+ },
279
+ "value": "INamed"
280
+ },
281
+ {
282
+ "property": {
283
+ "language": "LionCore-M3",
284
+ "version": "1",
285
+ "key": "IKeyed-key"
286
+ },
287
+ "value": "LionCore-builtins-INamed"
288
+ }
289
+ ],
290
+ "children": [
291
+ {
292
+ "containment": {
293
+ "language": "LionCore-M3",
294
+ "version": "1",
295
+ "key": "Classifier-features"
296
+ },
297
+ "children": ["LionCore-builtins-INamed-name"]
298
+ }
299
+ ],
300
+ "references": [
301
+ {
302
+ "reference": {
303
+ "language": "LionCore-M3",
304
+ "version": "1",
305
+ "key": "ConceptInterface-extends"
306
+ },
307
+ "targets": []
308
+ }
309
+ ],
310
+ "annotations": [],
311
+ "parent": "LionCore-builtins"
330
312
  },
331
313
  {
332
- "property": {
333
- "language": "LionCore-builtins",
334
- "version": "1",
335
- "key": "LionCore-builtins-INamed-name"
336
- },
337
- "value": "name"
338
- },
339
- {
340
- "property": {
341
- "language": "LionCore-M3",
342
- "version": "1",
343
- "key": "IKeyed-key"
344
- },
345
- "value": "LionCore-builtins-INamed-name"
346
- }
347
- ],
348
- "children": [],
349
- "references": [
350
- {
351
- "reference": {
352
- "language": "LionCore-M3",
353
- "version": "1",
354
- "key": "Property-type"
355
- },
356
- "targets": [
357
- {
358
- "resolveInfo": "String",
359
- "reference": "LionCore-builtins-String"
360
- }
361
- ]
314
+ "id": "LionCore-builtins-INamed-name",
315
+ "classifier": {
316
+ "language": "LionCore-M3",
317
+ "version": "1",
318
+ "key": "Property"
319
+ },
320
+ "properties": [
321
+ {
322
+ "property": {
323
+ "language": "LionCore-M3",
324
+ "version": "1",
325
+ "key": "Feature-optional"
326
+ },
327
+ "value": "false"
328
+ },
329
+ {
330
+ "property": {
331
+ "language": "LionCore-builtins",
332
+ "version": "1",
333
+ "key": "LionCore-builtins-INamed-name"
334
+ },
335
+ "value": "name"
336
+ },
337
+ {
338
+ "property": {
339
+ "language": "LionCore-M3",
340
+ "version": "1",
341
+ "key": "IKeyed-key"
342
+ },
343
+ "value": "LionCore-builtins-INamed-name"
344
+ }
345
+ ],
346
+ "children": [],
347
+ "references": [
348
+ {
349
+ "reference": {
350
+ "language": "LionCore-M3",
351
+ "version": "1",
352
+ "key": "Property-type"
353
+ },
354
+ "targets": [
355
+ {
356
+ "resolveInfo": "String",
357
+ "reference": "LionCore-builtins-String"
358
+ }
359
+ ]
360
+ }
361
+ ],
362
+ "annotations": [],
363
+ "parent": "LionCore-builtins-INamed"
362
364
  }
363
- ],
364
- "annotations": [],
365
- "parent": "LionCore-builtins-INamed"
366
- }
367
- ],
368
- "annotations": []
365
+ ],
366
+ "annotations": []
369
367
  }