pareto 0.68.0 → 0.69.0
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.
- package/auto.dist/data/boekhouding.data.d.ts +1 -1
- package/auto.dist/public/modules/cosmos_type_system_2_typescript_intermediate/auto.provided_interface_glossary.d.ts +4 -28
- package/auto.dist/public/modules/filesystem_naming/implementations/create_Valid_File_Name.alg.js +61 -46
- package/auto.dist/public/modules/pareto_2_fountain_pen/implementations/compilation_Unit_2_Indented_Lines.alg.js +4 -4
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +10 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +21 -28
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +477 -385
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +2320 -1816
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +122 -102
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +294 -234
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +735 -574
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.html.data.ts +3265 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +1655 -1258
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +114 -92
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +1030 -809
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +991 -769
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +18 -25
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +29 -35
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +22 -27
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +8 -14
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +114 -121
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/text.data.ts +8 -14
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +48 -53
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/xml.data.ts +57 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_indented_file_with_escaped_strings/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_indented_file_with_escaped_strings/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_lines_2_lines/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_fountain_pen_indented_file_with_escaped_strings/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/api.data.ts +15 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/html_2_xml/glossary.data.ts +50 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript_intermediate/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/api.data.ts +3 -3
- package/auto.pareto/modules/cosmos_type_system_2_typescript_intermediate/glossary.data.ts +2 -2
- package/auto.pareto/modules/fountain_pen_indented_file_2_fountain_pen_indented_file_with_escaped_texts/glossary.data.ts +2 -2
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +3 -3
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +2 -2
- package/package.json +5 -5
|
@@ -5,600 +5,761 @@ import * as g_cosmos from "pareto-pure/auto.dist/public/auto.glossaries/auto.cos
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
|
-
export const $: g_cosmos.D.
|
|
9
|
-
'
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
8
|
+
export const $: g_cosmos.D.Data__Glossary = {
|
|
9
|
+
'glossary parameters': d({
|
|
10
|
+
}),
|
|
11
|
+
'imports': d({
|
|
12
|
+
}),
|
|
13
|
+
'root': {
|
|
14
|
+
'data types': d({
|
|
15
|
+
"Attribute Value": {
|
|
16
|
+
'parameters': d({
|
|
17
|
+
}),
|
|
18
|
+
'type': ['state group', d({
|
|
19
|
+
"html string": ['text', null],
|
|
20
|
+
"number": ['text', null],
|
|
21
|
+
"string": ['text', null],
|
|
22
|
+
})],
|
|
23
|
+
},
|
|
24
|
+
"Digraph Edges": {
|
|
25
|
+
'parameters': d({
|
|
26
|
+
}),
|
|
27
|
+
'type': ['list', ['group', d<g_cosmos.D.Data__Type>({
|
|
28
|
+
"attribute groups": ['dictionary', ['text', null]],
|
|
29
|
+
"attributes": ['component', ['type', {
|
|
30
|
+
'context': ['local', null],
|
|
31
|
+
'tailXX': a([
|
|
32
|
+
]),
|
|
33
|
+
'type arguments': d({
|
|
34
|
+
}),
|
|
35
|
+
'typeXX': "Edge Attributes",
|
|
36
|
+
}]],
|
|
37
|
+
"to": ['component', ['type', {
|
|
38
|
+
'context': ['local', null],
|
|
39
|
+
'tailXX': a([
|
|
40
|
+
]),
|
|
41
|
+
'type arguments': d({
|
|
42
|
+
}),
|
|
43
|
+
'typeXX': "End Point Specification",
|
|
44
|
+
}]],
|
|
45
|
+
})]],
|
|
46
|
+
},
|
|
47
|
+
"Edge Attributes": {
|
|
48
|
+
'parameters': d({
|
|
49
|
+
}),
|
|
50
|
+
'type': ['dictionary', ['component', ['type', {
|
|
51
|
+
'context': ['local', null],
|
|
52
|
+
'tailXX': a([
|
|
53
|
+
]),
|
|
54
|
+
'type arguments': d({
|
|
55
|
+
}),
|
|
56
|
+
'typeXX': "Attribute Value",
|
|
57
|
+
}]]],
|
|
58
|
+
},
|
|
59
|
+
"End Point Specification": {
|
|
60
|
+
'parameters': d({
|
|
61
|
+
}),
|
|
62
|
+
'type': ['state group', d({
|
|
63
|
+
"node": ['group', d<g_cosmos.D.Data__Type>({
|
|
64
|
+
"node": ['text', null],
|
|
65
|
+
"port data": ['optional', ['group', d<g_cosmos.D.Data__Type>({
|
|
66
|
+
"compass direction": ['optional', ['text', null]],
|
|
67
|
+
"port": ['text', null],
|
|
68
|
+
})]],
|
|
69
|
+
})],
|
|
70
|
+
"subgraph": ['component', ['type', {
|
|
71
|
+
'context': ['local', null],
|
|
72
|
+
'tailXX': a([
|
|
73
|
+
]),
|
|
74
|
+
'type arguments': d({
|
|
75
|
+
}),
|
|
76
|
+
'typeXX': "Subgraph Path",
|
|
77
|
+
}]],
|
|
78
|
+
})],
|
|
79
|
+
},
|
|
80
|
+
"Graph": {
|
|
81
|
+
'parameters': d({
|
|
82
|
+
}),
|
|
83
|
+
'type': ['group', d<g_cosmos.D.Data__Type>({
|
|
84
|
+
"attribute groups": ['group', d<g_cosmos.D.Data__Type>({
|
|
85
|
+
"edges": ['dictionary', ['component', ['type', {
|
|
27
86
|
'context': ['local', null],
|
|
87
|
+
'tailXX': a([
|
|
88
|
+
]),
|
|
89
|
+
'type arguments': d({
|
|
90
|
+
}),
|
|
28
91
|
'typeXX': "Edge Attributes",
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}]],
|
|
32
|
-
"to": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
92
|
+
}]]],
|
|
93
|
+
"nodes": ['dictionary', ['component', ['type', {
|
|
33
94
|
'context': ['local', null],
|
|
34
|
-
'
|
|
35
|
-
|
|
36
|
-
'type arguments': d({
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
'
|
|
42
|
-
|
|
43
|
-
'
|
|
44
|
-
'typeXX': "Attribute Value",
|
|
45
|
-
'tailXX': a([]),
|
|
46
|
-
'type arguments': d({}),
|
|
47
|
-
}]]]
|
|
48
|
-
},
|
|
49
|
-
"End Point Specification": {
|
|
50
|
-
'parameters': d({}),
|
|
51
|
-
'type': <g_cosmos.D.Data__Type>['state group', d({
|
|
52
|
-
"node": <g_cosmos.D.Data__Type>['group', d({
|
|
53
|
-
"node": <g_cosmos.D.Data__Type>['text', null],
|
|
54
|
-
"port data": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
|
|
55
|
-
"compass direction": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['text', null]],
|
|
56
|
-
"port": <g_cosmos.D.Data__Type>['text', null],
|
|
57
|
-
})]],
|
|
58
|
-
})],
|
|
59
|
-
"subgraph": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
95
|
+
'tailXX': a([
|
|
96
|
+
]),
|
|
97
|
+
'type arguments': d({
|
|
98
|
+
}),
|
|
99
|
+
'typeXX': "Node Attributes",
|
|
100
|
+
}]]],
|
|
101
|
+
})],
|
|
102
|
+
"nodes": ['dictionary', ['group', d<g_cosmos.D.Data__Type>({
|
|
103
|
+
"attribute groups": ['dictionary', ['text', null]],
|
|
104
|
+
"attributes": ['component', ['type', {
|
|
60
105
|
'context': ['local', null],
|
|
61
|
-
'
|
|
62
|
-
|
|
63
|
-
'type arguments': d({
|
|
106
|
+
'tailXX': a([
|
|
107
|
+
]),
|
|
108
|
+
'type arguments': d({
|
|
109
|
+
}),
|
|
110
|
+
'typeXX': "Node Attributes",
|
|
64
111
|
}]],
|
|
65
|
-
|
|
66
|
-
},
|
|
67
|
-
"Graph": {
|
|
68
|
-
'parameters': d({}),
|
|
69
|
-
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
70
|
-
"attribute groups": <g_cosmos.D.Data__Type>['group', d({
|
|
71
|
-
"edges": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
|
|
72
|
-
'context': ['local', null],
|
|
73
|
-
'typeXX': "Edge Attributes",
|
|
74
|
-
'tailXX': a([]),
|
|
75
|
-
'type arguments': d({}),
|
|
76
|
-
}]]],
|
|
77
|
-
"nodes": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
|
|
78
|
-
'context': ['local', null],
|
|
79
|
-
'typeXX': "Node Attributes",
|
|
80
|
-
'tailXX': a([]),
|
|
81
|
-
'type arguments': d({}),
|
|
82
|
-
}]]],
|
|
83
|
-
})],
|
|
84
|
-
"nodes": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
85
|
-
"attribute groups": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['text', null]],
|
|
86
|
-
"attributes": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
87
|
-
'context': ['local', null],
|
|
88
|
-
'typeXX': "Node Attributes",
|
|
89
|
-
'tailXX': a([]),
|
|
90
|
-
'type arguments': d({}),
|
|
91
|
-
}]],
|
|
92
|
-
"subgraph path": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
93
|
-
'context': ['local', null],
|
|
94
|
-
'typeXX': "Subgraph Path",
|
|
95
|
-
'tailXX': a([]),
|
|
96
|
-
'type arguments': d({}),
|
|
97
|
-
}]],
|
|
98
|
-
})]],
|
|
99
|
-
"strict": <g_cosmos.D.Data__Type>['boolean', null],
|
|
100
|
-
"tree": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
112
|
+
"subgraph path": ['component', ['type', {
|
|
101
113
|
'context': ['local', null],
|
|
102
|
-
'
|
|
103
|
-
|
|
104
|
-
'type arguments': d({
|
|
114
|
+
'tailXX': a([
|
|
115
|
+
]),
|
|
116
|
+
'type arguments': d({
|
|
117
|
+
}),
|
|
118
|
+
'typeXX': "Subgraph Path",
|
|
105
119
|
}]],
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
120
|
+
})]],
|
|
121
|
+
"strict": ['boolean', null],
|
|
122
|
+
"tree": ['component', ['type', {
|
|
123
|
+
'context': ['local', null],
|
|
124
|
+
'tailXX': a([
|
|
125
|
+
]),
|
|
126
|
+
'type arguments': d({
|
|
127
|
+
}),
|
|
128
|
+
'typeXX': "Graph Tree",
|
|
129
|
+
}]],
|
|
130
|
+
"type": ['state group', d({
|
|
131
|
+
"digraph": ['group', d<g_cosmos.D.Data__Type>({
|
|
132
|
+
"edge specifications": ['group', d<g_cosmos.D.Data__Type>({
|
|
133
|
+
"start nodes": ['dictionary', ['group', d<g_cosmos.D.Data__Type>({
|
|
134
|
+
"edges": ['component', ['type', {
|
|
135
|
+
'context': ['local', null],
|
|
136
|
+
'tailXX': a([
|
|
137
|
+
]),
|
|
138
|
+
'type arguments': d({
|
|
139
|
+
}),
|
|
140
|
+
'typeXX': "Digraph Edges",
|
|
141
|
+
}]],
|
|
142
|
+
"ports": ['dictionary', ['group', d<g_cosmos.D.Data__Type>({
|
|
143
|
+
"compass directions": ['dictionary', ['group', d<g_cosmos.D.Data__Type>({
|
|
144
|
+
"edges": ['component', ['type', {
|
|
126
145
|
'context': ['local', null],
|
|
146
|
+
'tailXX': a([
|
|
147
|
+
]),
|
|
148
|
+
'type arguments': d({
|
|
149
|
+
}),
|
|
127
150
|
'typeXX': "Digraph Edges",
|
|
128
|
-
'tailXX': a([]),
|
|
129
|
-
'type arguments': d({}),
|
|
130
151
|
}]],
|
|
131
152
|
})]],
|
|
153
|
+
"edges": ['component', ['type', {
|
|
154
|
+
'context': ['local', null],
|
|
155
|
+
'tailXX': a([
|
|
156
|
+
]),
|
|
157
|
+
'type arguments': d({
|
|
158
|
+
}),
|
|
159
|
+
'typeXX': "Digraph Edges",
|
|
160
|
+
}]],
|
|
132
161
|
})]],
|
|
133
|
-
})],
|
|
134
|
-
})],
|
|
135
|
-
"graph": <g_cosmos.D.Data__Type>['group', d({
|
|
136
|
-
"edges": <g_cosmos.D.Data__Type>['list', <g_cosmos.D.Data__Type>['group', d({
|
|
137
|
-
"attributes": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
138
|
-
'context': ['local', null],
|
|
139
|
-
'typeXX': "Edge Attributes",
|
|
140
|
-
'tailXX': a([]),
|
|
141
|
-
'type arguments': d({}),
|
|
142
|
-
}]],
|
|
143
|
-
"yang": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
144
|
-
'context': ['local', null],
|
|
145
|
-
'typeXX': "End Point Specification",
|
|
146
|
-
'tailXX': a([]),
|
|
147
|
-
'type arguments': d({}),
|
|
148
|
-
}]],
|
|
149
|
-
"yin": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
150
|
-
'context': ['local', null],
|
|
151
|
-
'typeXX': "End Point Specification",
|
|
152
|
-
'tailXX': a([]),
|
|
153
|
-
'type arguments': d({}),
|
|
154
|
-
}]],
|
|
155
162
|
})]],
|
|
156
163
|
})],
|
|
157
164
|
})],
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
'tailXX': a([]),
|
|
166
|
-
'type arguments': d({}),
|
|
167
|
-
}]]]
|
|
168
|
-
},
|
|
169
|
-
"Graph Tree": {
|
|
170
|
-
'parameters': d({}),
|
|
171
|
-
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
172
|
-
"attributes": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
173
|
-
'context': ['local', null],
|
|
174
|
-
'typeXX': "Graph Attributes",
|
|
175
|
-
'tailXX': a([]),
|
|
176
|
-
'type arguments': d({}),
|
|
177
|
-
}]],
|
|
178
|
-
"name": <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['text', null]],
|
|
179
|
-
"subgraphs": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
180
|
-
"cluster": <g_cosmos.D.Data__Type>['boolean', null],
|
|
181
|
-
"tree": <g_cosmos.D.Data__Type>['component', ['type', {
|
|
182
|
-
'context': ['local', null],
|
|
183
|
-
'typeXX': "Graph Tree",
|
|
184
|
-
'tailXX': a([]),
|
|
185
|
-
'type arguments': d({}),
|
|
186
|
-
}]],
|
|
187
|
-
})]],
|
|
188
|
-
})]
|
|
189
|
-
},
|
|
190
|
-
"Node Attributes": {
|
|
191
|
-
'parameters': d({}),
|
|
192
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['component', ['type', {
|
|
193
|
-
'context': ['local', null],
|
|
194
|
-
'typeXX': "Attribute Value",
|
|
195
|
-
'tailXX': a([]),
|
|
196
|
-
'type arguments': d({}),
|
|
197
|
-
}]]]
|
|
198
|
-
},
|
|
199
|
-
"Subgraph Path": {
|
|
200
|
-
'parameters': d({}),
|
|
201
|
-
'type': <g_cosmos.D.Data__Type>['list', <g_cosmos.D.Data__Type>['text', null]]
|
|
202
|
-
},
|
|
203
|
-
}),
|
|
204
|
-
'namespaces': d({
|
|
205
|
-
"Attribute Value": {
|
|
206
|
-
'data types': d({}),
|
|
207
|
-
'namespaces': d({
|
|
208
|
-
"TU": {
|
|
209
|
-
'data types': d({}),
|
|
210
|
-
'namespaces': d({
|
|
211
|
-
"html string": {
|
|
212
|
-
'data types': d({}),
|
|
213
|
-
'namespaces': d({}),
|
|
214
|
-
},
|
|
215
|
-
"number": {
|
|
216
|
-
'data types': d({}),
|
|
217
|
-
'namespaces': d({}),
|
|
218
|
-
},
|
|
219
|
-
"string": {
|
|
220
|
-
'data types': d({}),
|
|
221
|
-
'namespaces': d({}),
|
|
222
|
-
},
|
|
223
|
-
}),
|
|
224
|
-
},
|
|
225
|
-
}),
|
|
226
|
-
},
|
|
227
|
-
"Digraph Edges": {
|
|
228
|
-
'data types': d({}),
|
|
229
|
-
'namespaces': d({
|
|
230
|
-
"A": {
|
|
231
|
-
'data types': d({}),
|
|
232
|
-
'namespaces': d({
|
|
233
|
-
"G": {
|
|
234
|
-
'data types': d({}),
|
|
235
|
-
'namespaces': d({
|
|
236
|
-
"attribute groups": {
|
|
237
|
-
'data types': d({}),
|
|
238
|
-
'namespaces': d({
|
|
239
|
-
"DX": {
|
|
240
|
-
'data types': d({}),
|
|
241
|
-
'namespaces': d({}),
|
|
242
|
-
},
|
|
243
|
-
}),
|
|
244
|
-
},
|
|
245
|
-
"attributes": {
|
|
246
|
-
'data types': d({}),
|
|
247
|
-
'namespaces': d({}),
|
|
248
|
-
},
|
|
249
|
-
"to": {
|
|
250
|
-
'data types': d({}),
|
|
251
|
-
'namespaces': d({}),
|
|
252
|
-
},
|
|
253
|
-
}),
|
|
254
|
-
},
|
|
255
|
-
}),
|
|
256
|
-
},
|
|
257
|
-
}),
|
|
258
|
-
},
|
|
259
|
-
"Edge Attributes": {
|
|
260
|
-
'data types': d({}),
|
|
261
|
-
'namespaces': d({
|
|
262
|
-
"DX": {
|
|
263
|
-
'data types': d({}),
|
|
264
|
-
'namespaces': d({}),
|
|
265
|
-
},
|
|
266
|
-
}),
|
|
267
|
-
},
|
|
268
|
-
"End Point Specification": {
|
|
269
|
-
'data types': d({}),
|
|
270
|
-
'namespaces': d({
|
|
271
|
-
"TU": {
|
|
272
|
-
'data types': d({}),
|
|
273
|
-
'namespaces': d({
|
|
274
|
-
"node": {
|
|
275
|
-
'data types': d({}),
|
|
276
|
-
'namespaces': d({
|
|
277
|
-
"G": {
|
|
278
|
-
'data types': d({}),
|
|
279
|
-
'namespaces': d({
|
|
280
|
-
"node": {
|
|
281
|
-
'data types': d({}),
|
|
282
|
-
'namespaces': d({}),
|
|
283
|
-
},
|
|
284
|
-
"port data": {
|
|
285
|
-
'data types': d({}),
|
|
286
|
-
'namespaces': d({
|
|
287
|
-
"O": {
|
|
288
|
-
'data types': d({}),
|
|
289
|
-
'namespaces': d({
|
|
290
|
-
"G": {
|
|
291
|
-
'data types': d({}),
|
|
292
|
-
'namespaces': d({
|
|
293
|
-
"compass direction": {
|
|
294
|
-
'data types': d({}),
|
|
295
|
-
'namespaces': d({
|
|
296
|
-
"O": {
|
|
297
|
-
'data types': d({}),
|
|
298
|
-
'namespaces': d({}),
|
|
299
|
-
},
|
|
300
|
-
}),
|
|
301
|
-
},
|
|
302
|
-
"port": {
|
|
303
|
-
'data types': d({}),
|
|
304
|
-
'namespaces': d({}),
|
|
305
|
-
},
|
|
306
|
-
}),
|
|
307
|
-
},
|
|
308
|
-
}),
|
|
309
|
-
},
|
|
310
|
-
}),
|
|
311
|
-
},
|
|
312
|
-
}),
|
|
313
|
-
},
|
|
314
|
-
}),
|
|
315
|
-
},
|
|
316
|
-
"subgraph": {
|
|
317
|
-
'data types': d({}),
|
|
318
|
-
'namespaces': d({}),
|
|
319
|
-
},
|
|
320
|
-
}),
|
|
321
|
-
},
|
|
322
|
-
}),
|
|
323
|
-
},
|
|
324
|
-
"Graph": {
|
|
325
|
-
'data types': d({}),
|
|
326
|
-
'namespaces': d({
|
|
327
|
-
"G": {
|
|
328
|
-
'data types': d({}),
|
|
329
|
-
'namespaces': d({
|
|
330
|
-
"attribute groups": {
|
|
331
|
-
'data types': d({}),
|
|
332
|
-
'namespaces': d({
|
|
333
|
-
"G": {
|
|
334
|
-
'data types': d({}),
|
|
335
|
-
'namespaces': d({
|
|
336
|
-
"edges": {
|
|
337
|
-
'data types': d({}),
|
|
338
|
-
'namespaces': d({
|
|
339
|
-
"DX": {
|
|
340
|
-
'data types': d({}),
|
|
341
|
-
'namespaces': d({}),
|
|
342
|
-
},
|
|
343
|
-
}),
|
|
344
|
-
},
|
|
345
|
-
"nodes": {
|
|
346
|
-
'data types': d({}),
|
|
347
|
-
'namespaces': d({
|
|
348
|
-
"DX": {
|
|
349
|
-
'data types': d({}),
|
|
350
|
-
'namespaces': d({}),
|
|
351
|
-
},
|
|
352
|
-
}),
|
|
353
|
-
},
|
|
354
|
-
}),
|
|
355
|
-
},
|
|
165
|
+
"graph": ['group', d<g_cosmos.D.Data__Type>({
|
|
166
|
+
"edges": ['list', ['group', d<g_cosmos.D.Data__Type>({
|
|
167
|
+
"attributes": ['component', ['type', {
|
|
168
|
+
'context': ['local', null],
|
|
169
|
+
'tailXX': a([
|
|
170
|
+
]),
|
|
171
|
+
'type arguments': d({
|
|
356
172
|
}),
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
'
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
"G": {
|
|
365
|
-
'data types': d({}),
|
|
366
|
-
'namespaces': d({
|
|
367
|
-
"attribute groups": {
|
|
368
|
-
'data types': d({}),
|
|
369
|
-
'namespaces': d({
|
|
370
|
-
"DX": {
|
|
371
|
-
'data types': d({}),
|
|
372
|
-
'namespaces': d({}),
|
|
373
|
-
},
|
|
374
|
-
}),
|
|
375
|
-
},
|
|
376
|
-
"attributes": {
|
|
377
|
-
'data types': d({}),
|
|
378
|
-
'namespaces': d({}),
|
|
379
|
-
},
|
|
380
|
-
"subgraph path": {
|
|
381
|
-
'data types': d({}),
|
|
382
|
-
'namespaces': d({}),
|
|
383
|
-
},
|
|
384
|
-
}),
|
|
385
|
-
},
|
|
386
|
-
}),
|
|
387
|
-
},
|
|
173
|
+
'typeXX': "Edge Attributes",
|
|
174
|
+
}]],
|
|
175
|
+
"yang": ['component', ['type', {
|
|
176
|
+
'context': ['local', null],
|
|
177
|
+
'tailXX': a([
|
|
178
|
+
]),
|
|
179
|
+
'type arguments': d({
|
|
388
180
|
}),
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
'
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
'
|
|
396
|
-
'namespaces': d({}),
|
|
397
|
-
},
|
|
398
|
-
"type": {
|
|
399
|
-
'data types': d({}),
|
|
400
|
-
'namespaces': d({
|
|
401
|
-
"TU": {
|
|
402
|
-
'data types': d({}),
|
|
403
|
-
'namespaces': d({
|
|
404
|
-
"digraph": {
|
|
405
|
-
'data types': d({}),
|
|
406
|
-
'namespaces': d({
|
|
407
|
-
"G": {
|
|
408
|
-
'data types': d({}),
|
|
409
|
-
'namespaces': d({
|
|
410
|
-
"edge specifications": {
|
|
411
|
-
'data types': d({}),
|
|
412
|
-
'namespaces': d({
|
|
413
|
-
"G": {
|
|
414
|
-
'data types': d({}),
|
|
415
|
-
'namespaces': d({
|
|
416
|
-
"start nodes": {
|
|
417
|
-
'data types': d({}),
|
|
418
|
-
'namespaces': d({
|
|
419
|
-
"DX": {
|
|
420
|
-
'data types': d({}),
|
|
421
|
-
'namespaces': d({
|
|
422
|
-
"G": {
|
|
423
|
-
'data types': d({}),
|
|
424
|
-
'namespaces': d({
|
|
425
|
-
"edges": {
|
|
426
|
-
'data types': d({}),
|
|
427
|
-
'namespaces': d({}),
|
|
428
|
-
},
|
|
429
|
-
"ports": {
|
|
430
|
-
'data types': d({}),
|
|
431
|
-
'namespaces': d({
|
|
432
|
-
"DX": {
|
|
433
|
-
'data types': d({}),
|
|
434
|
-
'namespaces': d({
|
|
435
|
-
"G": {
|
|
436
|
-
'data types': d({}),
|
|
437
|
-
'namespaces': d({
|
|
438
|
-
"compass directions": {
|
|
439
|
-
'data types': d({}),
|
|
440
|
-
'namespaces': d({
|
|
441
|
-
"DX": {
|
|
442
|
-
'data types': d({}),
|
|
443
|
-
'namespaces': d({
|
|
444
|
-
"G": {
|
|
445
|
-
'data types': d({}),
|
|
446
|
-
'namespaces': d({
|
|
447
|
-
"edges": {
|
|
448
|
-
'data types': d({}),
|
|
449
|
-
'namespaces': d({}),
|
|
450
|
-
},
|
|
451
|
-
}),
|
|
452
|
-
},
|
|
453
|
-
}),
|
|
454
|
-
},
|
|
455
|
-
}),
|
|
456
|
-
},
|
|
457
|
-
"edges": {
|
|
458
|
-
'data types': d({}),
|
|
459
|
-
'namespaces': d({}),
|
|
460
|
-
},
|
|
461
|
-
}),
|
|
462
|
-
},
|
|
463
|
-
}),
|
|
464
|
-
},
|
|
465
|
-
}),
|
|
466
|
-
},
|
|
467
|
-
}),
|
|
468
|
-
},
|
|
469
|
-
}),
|
|
470
|
-
},
|
|
471
|
-
}),
|
|
472
|
-
},
|
|
473
|
-
}),
|
|
474
|
-
},
|
|
475
|
-
}),
|
|
476
|
-
},
|
|
477
|
-
}),
|
|
478
|
-
},
|
|
479
|
-
}),
|
|
480
|
-
},
|
|
481
|
-
"graph": {
|
|
482
|
-
'data types': d({}),
|
|
483
|
-
'namespaces': d({
|
|
484
|
-
"G": {
|
|
485
|
-
'data types': d({}),
|
|
486
|
-
'namespaces': d({
|
|
487
|
-
"edges": {
|
|
488
|
-
'data types': d({}),
|
|
489
|
-
'namespaces': d({
|
|
490
|
-
"A": {
|
|
491
|
-
'data types': d({}),
|
|
492
|
-
'namespaces': d({
|
|
493
|
-
"G": {
|
|
494
|
-
'data types': d({}),
|
|
495
|
-
'namespaces': d({
|
|
496
|
-
"attributes": {
|
|
497
|
-
'data types': d({}),
|
|
498
|
-
'namespaces': d({}),
|
|
499
|
-
},
|
|
500
|
-
"yang": {
|
|
501
|
-
'data types': d({}),
|
|
502
|
-
'namespaces': d({}),
|
|
503
|
-
},
|
|
504
|
-
"yin": {
|
|
505
|
-
'data types': d({}),
|
|
506
|
-
'namespaces': d({}),
|
|
507
|
-
},
|
|
508
|
-
}),
|
|
509
|
-
},
|
|
510
|
-
}),
|
|
511
|
-
},
|
|
512
|
-
}),
|
|
513
|
-
},
|
|
514
|
-
}),
|
|
515
|
-
},
|
|
516
|
-
}),
|
|
517
|
-
},
|
|
518
|
-
}),
|
|
519
|
-
},
|
|
181
|
+
'typeXX': "End Point Specification",
|
|
182
|
+
}]],
|
|
183
|
+
"yin": ['component', ['type', {
|
|
184
|
+
'context': ['local', null],
|
|
185
|
+
'tailXX': a([
|
|
186
|
+
]),
|
|
187
|
+
'type arguments': d({
|
|
520
188
|
}),
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
189
|
+
'typeXX': "End Point Specification",
|
|
190
|
+
}]],
|
|
191
|
+
})]],
|
|
192
|
+
})],
|
|
193
|
+
})],
|
|
194
|
+
})],
|
|
195
|
+
},
|
|
196
|
+
"Graph Attributes": {
|
|
197
|
+
'parameters': d({
|
|
198
|
+
}),
|
|
199
|
+
'type': ['dictionary', ['component', ['type', {
|
|
200
|
+
'context': ['local', null],
|
|
201
|
+
'tailXX': a([
|
|
202
|
+
]),
|
|
203
|
+
'type arguments': d({
|
|
533
204
|
}),
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
"DX": {
|
|
558
|
-
'data types': d({}),
|
|
559
|
-
'namespaces': d({
|
|
560
|
-
"G": {
|
|
561
|
-
'data types': d({}),
|
|
562
|
-
'namespaces': d({
|
|
563
|
-
"cluster": {
|
|
564
|
-
'data types': d({}),
|
|
565
|
-
'namespaces': d({}),
|
|
566
|
-
},
|
|
567
|
-
"tree": {
|
|
568
|
-
'data types': d({}),
|
|
569
|
-
'namespaces': d({}),
|
|
570
|
-
},
|
|
571
|
-
}),
|
|
572
|
-
},
|
|
573
|
-
}),
|
|
574
|
-
},
|
|
575
|
-
}),
|
|
576
|
-
},
|
|
205
|
+
'typeXX': "Attribute Value",
|
|
206
|
+
}]]],
|
|
207
|
+
},
|
|
208
|
+
"Graph Tree": {
|
|
209
|
+
'parameters': d({
|
|
210
|
+
}),
|
|
211
|
+
'type': ['group', d<g_cosmos.D.Data__Type>({
|
|
212
|
+
"attributes": ['component', ['type', {
|
|
213
|
+
'context': ['local', null],
|
|
214
|
+
'tailXX': a([
|
|
215
|
+
]),
|
|
216
|
+
'type arguments': d({
|
|
217
|
+
}),
|
|
218
|
+
'typeXX': "Graph Attributes",
|
|
219
|
+
}]],
|
|
220
|
+
"name": ['optional', ['text', null]],
|
|
221
|
+
"subgraphs": ['dictionary', ['group', d<g_cosmos.D.Data__Type>({
|
|
222
|
+
"cluster": ['boolean', null],
|
|
223
|
+
"tree": ['component', ['type', {
|
|
224
|
+
'context': ['local', null],
|
|
225
|
+
'tailXX': a([
|
|
226
|
+
]),
|
|
227
|
+
'type arguments': d({
|
|
577
228
|
}),
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
'data types': d({}),
|
|
592
|
-
'namespaces': d({
|
|
593
|
-
"A": {
|
|
594
|
-
'data types': d({}),
|
|
595
|
-
'namespaces': d({}),
|
|
596
|
-
},
|
|
229
|
+
'typeXX': "Graph Tree",
|
|
230
|
+
}]],
|
|
231
|
+
})]],
|
|
232
|
+
})],
|
|
233
|
+
},
|
|
234
|
+
"Node Attributes": {
|
|
235
|
+
'parameters': d({
|
|
236
|
+
}),
|
|
237
|
+
'type': ['dictionary', ['component', ['type', {
|
|
238
|
+
'context': ['local', null],
|
|
239
|
+
'tailXX': a([
|
|
240
|
+
]),
|
|
241
|
+
'type arguments': d({
|
|
597
242
|
}),
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
243
|
+
'typeXX': "Attribute Value",
|
|
244
|
+
}]]],
|
|
245
|
+
},
|
|
246
|
+
"Subgraph Path": {
|
|
247
|
+
'parameters': d({
|
|
248
|
+
}),
|
|
249
|
+
'type': ['list', ['text', null]],
|
|
250
|
+
},
|
|
251
|
+
}),
|
|
252
|
+
'namespaces': d({
|
|
253
|
+
"Attribute Value": {
|
|
254
|
+
'data types': d({
|
|
255
|
+
}),
|
|
256
|
+
'namespaces': d({
|
|
257
|
+
"TU": {
|
|
258
|
+
'data types': d({
|
|
259
|
+
}),
|
|
260
|
+
'namespaces': d({
|
|
261
|
+
"html string": {
|
|
262
|
+
'data types': d({
|
|
263
|
+
}),
|
|
264
|
+
'namespaces': d({
|
|
265
|
+
}),
|
|
266
|
+
},
|
|
267
|
+
"number": {
|
|
268
|
+
'data types': d({
|
|
269
|
+
}),
|
|
270
|
+
'namespaces': d({
|
|
271
|
+
}),
|
|
272
|
+
},
|
|
273
|
+
"string": {
|
|
274
|
+
'data types': d({
|
|
275
|
+
}),
|
|
276
|
+
'namespaces': d({
|
|
277
|
+
}),
|
|
278
|
+
},
|
|
279
|
+
}),
|
|
280
|
+
},
|
|
281
|
+
}),
|
|
282
|
+
},
|
|
283
|
+
"Digraph Edges": {
|
|
284
|
+
'data types': d({
|
|
285
|
+
}),
|
|
286
|
+
'namespaces': d({
|
|
287
|
+
"A": {
|
|
288
|
+
'data types': d({
|
|
289
|
+
}),
|
|
290
|
+
'namespaces': d({
|
|
291
|
+
"G": {
|
|
292
|
+
'data types': d({
|
|
293
|
+
}),
|
|
294
|
+
'namespaces': d({
|
|
295
|
+
"attribute groups": {
|
|
296
|
+
'data types': d({
|
|
297
|
+
}),
|
|
298
|
+
'namespaces': d({
|
|
299
|
+
"DX": {
|
|
300
|
+
'data types': d({
|
|
301
|
+
}),
|
|
302
|
+
'namespaces': d({
|
|
303
|
+
}),
|
|
304
|
+
},
|
|
305
|
+
}),
|
|
306
|
+
},
|
|
307
|
+
"attributes": {
|
|
308
|
+
'data types': d({
|
|
309
|
+
}),
|
|
310
|
+
'namespaces': d({
|
|
311
|
+
}),
|
|
312
|
+
},
|
|
313
|
+
"to": {
|
|
314
|
+
'data types': d({
|
|
315
|
+
}),
|
|
316
|
+
'namespaces': d({
|
|
317
|
+
}),
|
|
318
|
+
},
|
|
319
|
+
}),
|
|
320
|
+
},
|
|
321
|
+
}),
|
|
322
|
+
},
|
|
323
|
+
}),
|
|
324
|
+
},
|
|
325
|
+
"Edge Attributes": {
|
|
326
|
+
'data types': d({
|
|
327
|
+
}),
|
|
328
|
+
'namespaces': d({
|
|
329
|
+
"DX": {
|
|
330
|
+
'data types': d({
|
|
331
|
+
}),
|
|
332
|
+
'namespaces': d({
|
|
333
|
+
}),
|
|
334
|
+
},
|
|
335
|
+
}),
|
|
336
|
+
},
|
|
337
|
+
"End Point Specification": {
|
|
338
|
+
'data types': d({
|
|
339
|
+
}),
|
|
340
|
+
'namespaces': d({
|
|
341
|
+
"TU": {
|
|
342
|
+
'data types': d({
|
|
343
|
+
}),
|
|
344
|
+
'namespaces': d({
|
|
345
|
+
"node": {
|
|
346
|
+
'data types': d({
|
|
347
|
+
}),
|
|
348
|
+
'namespaces': d({
|
|
349
|
+
"G": {
|
|
350
|
+
'data types': d({
|
|
351
|
+
}),
|
|
352
|
+
'namespaces': d({
|
|
353
|
+
"node": {
|
|
354
|
+
'data types': d({
|
|
355
|
+
}),
|
|
356
|
+
'namespaces': d({
|
|
357
|
+
}),
|
|
358
|
+
},
|
|
359
|
+
"port data": {
|
|
360
|
+
'data types': d({
|
|
361
|
+
}),
|
|
362
|
+
'namespaces': d({
|
|
363
|
+
"O": {
|
|
364
|
+
'data types': d({
|
|
365
|
+
}),
|
|
366
|
+
'namespaces': d({
|
|
367
|
+
"G": {
|
|
368
|
+
'data types': d({
|
|
369
|
+
}),
|
|
370
|
+
'namespaces': d({
|
|
371
|
+
"compass direction": {
|
|
372
|
+
'data types': d({
|
|
373
|
+
}),
|
|
374
|
+
'namespaces': d({
|
|
375
|
+
"O": {
|
|
376
|
+
'data types': d({
|
|
377
|
+
}),
|
|
378
|
+
'namespaces': d({
|
|
379
|
+
}),
|
|
380
|
+
},
|
|
381
|
+
}),
|
|
382
|
+
},
|
|
383
|
+
"port": {
|
|
384
|
+
'data types': d({
|
|
385
|
+
}),
|
|
386
|
+
'namespaces': d({
|
|
387
|
+
}),
|
|
388
|
+
},
|
|
389
|
+
}),
|
|
390
|
+
},
|
|
391
|
+
}),
|
|
392
|
+
},
|
|
393
|
+
}),
|
|
394
|
+
},
|
|
395
|
+
}),
|
|
396
|
+
},
|
|
397
|
+
}),
|
|
398
|
+
},
|
|
399
|
+
"subgraph": {
|
|
400
|
+
'data types': d({
|
|
401
|
+
}),
|
|
402
|
+
'namespaces': d({
|
|
403
|
+
}),
|
|
404
|
+
},
|
|
405
|
+
}),
|
|
406
|
+
},
|
|
407
|
+
}),
|
|
408
|
+
},
|
|
409
|
+
"Graph": {
|
|
410
|
+
'data types': d({
|
|
411
|
+
}),
|
|
412
|
+
'namespaces': d({
|
|
413
|
+
"G": {
|
|
414
|
+
'data types': d({
|
|
415
|
+
}),
|
|
416
|
+
'namespaces': d({
|
|
417
|
+
"attribute groups": {
|
|
418
|
+
'data types': d({
|
|
419
|
+
}),
|
|
420
|
+
'namespaces': d({
|
|
421
|
+
"G": {
|
|
422
|
+
'data types': d({
|
|
423
|
+
}),
|
|
424
|
+
'namespaces': d({
|
|
425
|
+
"edges": {
|
|
426
|
+
'data types': d({
|
|
427
|
+
}),
|
|
428
|
+
'namespaces': d({
|
|
429
|
+
"DX": {
|
|
430
|
+
'data types': d({
|
|
431
|
+
}),
|
|
432
|
+
'namespaces': d({
|
|
433
|
+
}),
|
|
434
|
+
},
|
|
435
|
+
}),
|
|
436
|
+
},
|
|
437
|
+
"nodes": {
|
|
438
|
+
'data types': d({
|
|
439
|
+
}),
|
|
440
|
+
'namespaces': d({
|
|
441
|
+
"DX": {
|
|
442
|
+
'data types': d({
|
|
443
|
+
}),
|
|
444
|
+
'namespaces': d({
|
|
445
|
+
}),
|
|
446
|
+
},
|
|
447
|
+
}),
|
|
448
|
+
},
|
|
449
|
+
}),
|
|
450
|
+
},
|
|
451
|
+
}),
|
|
452
|
+
},
|
|
453
|
+
"nodes": {
|
|
454
|
+
'data types': d({
|
|
455
|
+
}),
|
|
456
|
+
'namespaces': d({
|
|
457
|
+
"DX": {
|
|
458
|
+
'data types': d({
|
|
459
|
+
}),
|
|
460
|
+
'namespaces': d({
|
|
461
|
+
"G": {
|
|
462
|
+
'data types': d({
|
|
463
|
+
}),
|
|
464
|
+
'namespaces': d({
|
|
465
|
+
"attribute groups": {
|
|
466
|
+
'data types': d({
|
|
467
|
+
}),
|
|
468
|
+
'namespaces': d({
|
|
469
|
+
"DX": {
|
|
470
|
+
'data types': d({
|
|
471
|
+
}),
|
|
472
|
+
'namespaces': d({
|
|
473
|
+
}),
|
|
474
|
+
},
|
|
475
|
+
}),
|
|
476
|
+
},
|
|
477
|
+
"attributes": {
|
|
478
|
+
'data types': d({
|
|
479
|
+
}),
|
|
480
|
+
'namespaces': d({
|
|
481
|
+
}),
|
|
482
|
+
},
|
|
483
|
+
"subgraph path": {
|
|
484
|
+
'data types': d({
|
|
485
|
+
}),
|
|
486
|
+
'namespaces': d({
|
|
487
|
+
}),
|
|
488
|
+
},
|
|
489
|
+
}),
|
|
490
|
+
},
|
|
491
|
+
}),
|
|
492
|
+
},
|
|
493
|
+
}),
|
|
494
|
+
},
|
|
495
|
+
"strict": {
|
|
496
|
+
'data types': d({
|
|
497
|
+
}),
|
|
498
|
+
'namespaces': d({
|
|
499
|
+
}),
|
|
500
|
+
},
|
|
501
|
+
"tree": {
|
|
502
|
+
'data types': d({
|
|
503
|
+
}),
|
|
504
|
+
'namespaces': d({
|
|
505
|
+
}),
|
|
506
|
+
},
|
|
507
|
+
"type": {
|
|
508
|
+
'data types': d({
|
|
509
|
+
}),
|
|
510
|
+
'namespaces': d({
|
|
511
|
+
"TU": {
|
|
512
|
+
'data types': d({
|
|
513
|
+
}),
|
|
514
|
+
'namespaces': d({
|
|
515
|
+
"digraph": {
|
|
516
|
+
'data types': d({
|
|
517
|
+
}),
|
|
518
|
+
'namespaces': d({
|
|
519
|
+
"G": {
|
|
520
|
+
'data types': d({
|
|
521
|
+
}),
|
|
522
|
+
'namespaces': d({
|
|
523
|
+
"edge specifications": {
|
|
524
|
+
'data types': d({
|
|
525
|
+
}),
|
|
526
|
+
'namespaces': d({
|
|
527
|
+
"G": {
|
|
528
|
+
'data types': d({
|
|
529
|
+
}),
|
|
530
|
+
'namespaces': d({
|
|
531
|
+
"start nodes": {
|
|
532
|
+
'data types': d({
|
|
533
|
+
}),
|
|
534
|
+
'namespaces': d({
|
|
535
|
+
"DX": {
|
|
536
|
+
'data types': d({
|
|
537
|
+
}),
|
|
538
|
+
'namespaces': d({
|
|
539
|
+
"G": {
|
|
540
|
+
'data types': d({
|
|
541
|
+
}),
|
|
542
|
+
'namespaces': d({
|
|
543
|
+
"edges": {
|
|
544
|
+
'data types': d({
|
|
545
|
+
}),
|
|
546
|
+
'namespaces': d({
|
|
547
|
+
}),
|
|
548
|
+
},
|
|
549
|
+
"ports": {
|
|
550
|
+
'data types': d({
|
|
551
|
+
}),
|
|
552
|
+
'namespaces': d({
|
|
553
|
+
"DX": {
|
|
554
|
+
'data types': d({
|
|
555
|
+
}),
|
|
556
|
+
'namespaces': d({
|
|
557
|
+
"G": {
|
|
558
|
+
'data types': d({
|
|
559
|
+
}),
|
|
560
|
+
'namespaces': d({
|
|
561
|
+
"compass directions": {
|
|
562
|
+
'data types': d({
|
|
563
|
+
}),
|
|
564
|
+
'namespaces': d({
|
|
565
|
+
"DX": {
|
|
566
|
+
'data types': d({
|
|
567
|
+
}),
|
|
568
|
+
'namespaces': d({
|
|
569
|
+
"G": {
|
|
570
|
+
'data types': d({
|
|
571
|
+
}),
|
|
572
|
+
'namespaces': d({
|
|
573
|
+
"edges": {
|
|
574
|
+
'data types': d({
|
|
575
|
+
}),
|
|
576
|
+
'namespaces': d({
|
|
577
|
+
}),
|
|
578
|
+
},
|
|
579
|
+
}),
|
|
580
|
+
},
|
|
581
|
+
}),
|
|
582
|
+
},
|
|
583
|
+
}),
|
|
584
|
+
},
|
|
585
|
+
"edges": {
|
|
586
|
+
'data types': d({
|
|
587
|
+
}),
|
|
588
|
+
'namespaces': d({
|
|
589
|
+
}),
|
|
590
|
+
},
|
|
591
|
+
}),
|
|
592
|
+
},
|
|
593
|
+
}),
|
|
594
|
+
},
|
|
595
|
+
}),
|
|
596
|
+
},
|
|
597
|
+
}),
|
|
598
|
+
},
|
|
599
|
+
}),
|
|
600
|
+
},
|
|
601
|
+
}),
|
|
602
|
+
},
|
|
603
|
+
}),
|
|
604
|
+
},
|
|
605
|
+
}),
|
|
606
|
+
},
|
|
607
|
+
}),
|
|
608
|
+
},
|
|
609
|
+
}),
|
|
610
|
+
},
|
|
611
|
+
"graph": {
|
|
612
|
+
'data types': d({
|
|
613
|
+
}),
|
|
614
|
+
'namespaces': d({
|
|
615
|
+
"G": {
|
|
616
|
+
'data types': d({
|
|
617
|
+
}),
|
|
618
|
+
'namespaces': d({
|
|
619
|
+
"edges": {
|
|
620
|
+
'data types': d({
|
|
621
|
+
}),
|
|
622
|
+
'namespaces': d({
|
|
623
|
+
"A": {
|
|
624
|
+
'data types': d({
|
|
625
|
+
}),
|
|
626
|
+
'namespaces': d({
|
|
627
|
+
"G": {
|
|
628
|
+
'data types': d({
|
|
629
|
+
}),
|
|
630
|
+
'namespaces': d({
|
|
631
|
+
"attributes": {
|
|
632
|
+
'data types': d({
|
|
633
|
+
}),
|
|
634
|
+
'namespaces': d({
|
|
635
|
+
}),
|
|
636
|
+
},
|
|
637
|
+
"yang": {
|
|
638
|
+
'data types': d({
|
|
639
|
+
}),
|
|
640
|
+
'namespaces': d({
|
|
641
|
+
}),
|
|
642
|
+
},
|
|
643
|
+
"yin": {
|
|
644
|
+
'data types': d({
|
|
645
|
+
}),
|
|
646
|
+
'namespaces': d({
|
|
647
|
+
}),
|
|
648
|
+
},
|
|
649
|
+
}),
|
|
650
|
+
},
|
|
651
|
+
}),
|
|
652
|
+
},
|
|
653
|
+
}),
|
|
654
|
+
},
|
|
655
|
+
}),
|
|
656
|
+
},
|
|
657
|
+
}),
|
|
658
|
+
},
|
|
659
|
+
}),
|
|
660
|
+
},
|
|
661
|
+
}),
|
|
662
|
+
},
|
|
663
|
+
}),
|
|
664
|
+
},
|
|
665
|
+
}),
|
|
666
|
+
},
|
|
667
|
+
"Graph Attributes": {
|
|
668
|
+
'data types': d({
|
|
669
|
+
}),
|
|
670
|
+
'namespaces': d({
|
|
671
|
+
"DX": {
|
|
672
|
+
'data types': d({
|
|
673
|
+
}),
|
|
674
|
+
'namespaces': d({
|
|
675
|
+
}),
|
|
676
|
+
},
|
|
677
|
+
}),
|
|
678
|
+
},
|
|
679
|
+
"Graph Tree": {
|
|
680
|
+
'data types': d({
|
|
681
|
+
}),
|
|
682
|
+
'namespaces': d({
|
|
683
|
+
"G": {
|
|
684
|
+
'data types': d({
|
|
685
|
+
}),
|
|
686
|
+
'namespaces': d({
|
|
687
|
+
"attributes": {
|
|
688
|
+
'data types': d({
|
|
689
|
+
}),
|
|
690
|
+
'namespaces': d({
|
|
691
|
+
}),
|
|
692
|
+
},
|
|
693
|
+
"name": {
|
|
694
|
+
'data types': d({
|
|
695
|
+
}),
|
|
696
|
+
'namespaces': d({
|
|
697
|
+
"O": {
|
|
698
|
+
'data types': d({
|
|
699
|
+
}),
|
|
700
|
+
'namespaces': d({
|
|
701
|
+
}),
|
|
702
|
+
},
|
|
703
|
+
}),
|
|
704
|
+
},
|
|
705
|
+
"subgraphs": {
|
|
706
|
+
'data types': d({
|
|
707
|
+
}),
|
|
708
|
+
'namespaces': d({
|
|
709
|
+
"DX": {
|
|
710
|
+
'data types': d({
|
|
711
|
+
}),
|
|
712
|
+
'namespaces': d({
|
|
713
|
+
"G": {
|
|
714
|
+
'data types': d({
|
|
715
|
+
}),
|
|
716
|
+
'namespaces': d({
|
|
717
|
+
"cluster": {
|
|
718
|
+
'data types': d({
|
|
719
|
+
}),
|
|
720
|
+
'namespaces': d({
|
|
721
|
+
}),
|
|
722
|
+
},
|
|
723
|
+
"tree": {
|
|
724
|
+
'data types': d({
|
|
725
|
+
}),
|
|
726
|
+
'namespaces': d({
|
|
727
|
+
}),
|
|
728
|
+
},
|
|
729
|
+
}),
|
|
730
|
+
},
|
|
731
|
+
}),
|
|
732
|
+
},
|
|
733
|
+
}),
|
|
734
|
+
},
|
|
735
|
+
}),
|
|
736
|
+
},
|
|
737
|
+
}),
|
|
738
|
+
},
|
|
739
|
+
"Node Attributes": {
|
|
740
|
+
'data types': d({
|
|
741
|
+
}),
|
|
742
|
+
'namespaces': d({
|
|
743
|
+
"DX": {
|
|
744
|
+
'data types': d({
|
|
745
|
+
}),
|
|
746
|
+
'namespaces': d({
|
|
747
|
+
}),
|
|
748
|
+
},
|
|
749
|
+
}),
|
|
750
|
+
},
|
|
751
|
+
"Subgraph Path": {
|
|
752
|
+
'data types': d({
|
|
753
|
+
}),
|
|
754
|
+
'namespaces': d({
|
|
755
|
+
"A": {
|
|
756
|
+
'data types': d({
|
|
757
|
+
}),
|
|
758
|
+
'namespaces': d({
|
|
759
|
+
}),
|
|
760
|
+
},
|
|
761
|
+
}),
|
|
762
|
+
},
|
|
763
|
+
}),
|
|
601
764
|
},
|
|
602
|
-
'interface types': d({}),
|
|
603
|
-
'algorithm types': d({}),
|
|
604
765
|
}
|