pareto 0.58.0 → 0.60.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/auto.bin/auto.boekhouding.d.ts +2 -0
- package/auto.dist/auto.bin/auto.boekhouding.js +40 -0
- package/auto.dist/data/boekhouding.data.d.ts +2 -0
- package/auto.dist/data/boekhouding.data.js +433 -0
- package/auto.dist/index.d.ts +4 -4
- package/auto.dist/index.js +6 -6
- package/auto.dist/public/modules/{alan__light__serialize → main}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.api.js +1 -1
- package/auto.dist/public/modules/main/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/main/auto.implementation.js +6 -0
- package/auto.dist/public/modules/main/auto.provided_interface_glossary.d.ts +31 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/main/auto.provided_interface_glossary.shadow.d.ts +12 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.d.ts +2 -0
- package/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +83 -0
- package/auto.dist/public/modules/{pareto2typescript → main}/index.js +1 -1
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.d.ts +2 -0
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.implementation.js +6 -0
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.d.ts +22 -41
- package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +11 -6
- package/auto.dist/public/modules/{tendril2alan__light → pareto__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.d.ts +2 -0
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +54 -0
- package/auto.dist/public/modules/{alan__light__serialize → pareto__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.implementation.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.d.ts +90 -0
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +2 -2
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +65 -0
- package/auto.dist/public/modules/{typescript__serialize → string__aware__fountain__pen__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.api.d.ts +1 -0
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.api.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.d.ts +1 -0
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/auto.implementation.js +4 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +148 -0
- package/auto.dist/public/modules/{tendril2alan__light → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.js +1 -1
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.d.ts +5 -7
- package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/auto.provided_interface_glossary.shadow.js +1 -1
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.js +2 -3
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.js +2 -3
- package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.js +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +95 -0
- package/auto.dist/public/modules/{tendril2alan__light → typescript__intermediate__2__fountain__pen}/index.js +1 -1
- package/auto.dist/public/modules/typescript__naming/auto.provided_interface_glossary.d.ts +3 -2
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +1 -1
- package/auto.pareto/$.data.ts +8 -10
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +41 -20
- 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/$.data.ts +6 -10
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/build → pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/arithmetic → pareto-pure/auto.dependencies/pareto-standard-library/modules/number}/api.data.ts +3 -1
- package/auto.pareto/auto.dependencies/{pareto-standard-library/modules/arithmetic → pareto-pure/auto.dependencies/pareto-standard-library/modules/number}/glossary.data.ts +11 -17
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +9 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +19 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -5
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts → glossaries/astn.data.ts} +11 -14
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/{auto.alan.data.ts → auto.graphviz.data.ts} +491 -264
- package/auto.pareto/auto.dependencies/pareto-pure/{modules/fountain_pen/glossary.data.ts → glossaries/fountain_pen.data.ts} +11 -18
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +137 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +68 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/alan_light_2_string_aware_fountain_pen/api.data.ts +20 -0
- package/auto.pareto/{modules/alan_light_serialize → auto.dependencies/pareto-pure/modules/alan_light_2_string_aware_fountain_pen}/glossary.data.ts +5 -6
- package/auto.pareto/auto.dependencies/pareto-pure/{auto.dependencies/pareto-standard-library/modules/json → modules/astn_2_fountain_pen}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/astn_2_fountain_pen/glossary.data.ts +39 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → cosmos_type_system_2_graphviz}/api.data.ts +3 -2
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +30 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen → fountain_pen_2_lines}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_lines/glossary.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_string_aware_fountain_pen/api.data.ts +20 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/graphviz_2_string_aware_fountain_pen/glossary.data.ts +40 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/pareto_2_typescript/glossary.data.ts +53 -0
- package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/glossary.data.ts +5 -7
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/glossary.data.ts +6 -6
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2pareto → tendril_2_pareto}/glossary.data.ts +6 -5
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/api.data.ts +0 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/$.data.ts +6 -10
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/api.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +89 -20
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/build → pareto-standard-library/modules/buildInterfaceInitializers}/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +167 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +5 -3
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +0 -6
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic → pareto-standard-library/modules/number}/api.data.ts +3 -1
- package/auto.pareto/auto.dependencies/{pareto-pure/auto.dependencies/pareto-standard-library/modules/arithmetic → pareto-standard-library/modules/number}/glossary.data.ts +11 -17
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/api.data.ts +16 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +36 -0
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/api.data.ts +0 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +9 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +19 -1
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/api.data.ts +0 -5
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +0 -14
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/$.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +27 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +0 -1
- package/auto.pareto/{modules/alan_light_serialize → auto.dependencies/pareto-subatomic-library/modules/filesystem}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +59 -0
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/api.data.ts +8 -2
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +4 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +0 -1
- package/auto.pareto/modules/main/api.data.ts +14 -0
- package/auto.pareto/modules/main/glossary.data.ts +43 -0
- package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/api.data.ts +1 -4
- package/auto.pareto/modules/{pareto2typescript → pareto_2_fountain_pen}/glossary.data.ts +6 -9
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +15 -0
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +27 -0
- package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/api.data.ts +7 -0
- package/auto.pareto/modules/{typescript_serialize → typescript_intermediate_2_fountain_pen}/glossary.data.ts +8 -0
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +3 -2
- package/package.json +9 -5
- package/auto.dist/public/modules/alan__light__serialize/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/alan__light__serialize/auto.implementation.js +0 -6
- package/auto.dist/public/modules/alan__light__serialize/auto.provided_interface_glossary.d.ts +0 -705
- package/auto.dist/public/modules/alan__light__serialize/implementations/serialize.alg.js +0 -115
- package/auto.dist/public/modules/pareto2typescript/auto.implementation.d.ts +0 -2
- package/auto.dist/public/modules/pareto2typescript/auto.implementation.js +0 -6
- package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.d.ts +0 -2
- package/auto.dist/public/modules/pareto2typescript/implementations/serializeCompilationUnit.alg.js +0 -529
- package/auto.dist/public/modules/tendril2alan__light/auto.provided_interface_glossary.d.ts +0 -1583
- package/auto.dist/public/modules/tendril2alan__light/implementations/map.alg.js +0 -141
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.d.ts +0 -11
- package/auto.dist/public/modules/typescript__serialize/auto.provided_interface_glossary.shadow.d.ts +0 -11
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.d.ts +0 -0
- package/auto.dist/public/modules/typescript__serialize/implementations/escape.alg.js +0 -20
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -133
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.liana.data.ts +0 -1955
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/api.data.ts +0 -24
- package/auto.pareto/auto.dependencies/pareto-pure/modules/liana2tendril/glossary.data.ts +0 -48
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/build/glossary.data.ts +0 -133
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/api.data.ts +0 -15
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/json/glossary.data.ts +0 -47
- /package/auto.dist/public/modules/{alan__light__serialize → main}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{pareto2typescript → pareto__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.api.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/auto.implementation.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/implementations/map.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{tendril2alan__light → string__aware__fountain__pen__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createApostrophedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createBacktickedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/implementations/createQuotedString.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{alan__light__serialize → typescript__intermediate__2__fountain__pen}/implementations/serialize.alg.d.ts +0 -0
- /package/auto.dist/public/modules/{typescript__serialize → typescript__intermediate__2__fountain__pen}/index.d.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{cosmos2pareto → cosmos_type_system_2_pareto}/api.data.ts +0 -0
- /package/auto.pareto/{modules/tendril2alan_light → auto.dependencies/pareto-pure/modules/tendril_2_alan_light}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{tendril2cosmos_type_system → tendril_2_cosmos_type_system}/api.data.ts +0 -0
- /package/auto.pareto/auto.dependencies/pareto-pure/modules/{testresult → testresult_2_testresult}/glossary.data.ts +0 -0
|
@@ -10,273 +10,363 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
10
10
|
'glossary parameters': d({}),
|
|
11
11
|
'root': {
|
|
12
12
|
'data types': d({
|
|
13
|
-
"
|
|
13
|
+
"Attribute Value": {
|
|
14
|
+
'parameters': d({}),
|
|
15
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
16
|
+
"html string": <g_cosmos.D.Data__Type>['string', null],
|
|
17
|
+
"number": <g_cosmos.D.Data__Type>['string', null],
|
|
18
|
+
"string": <g_cosmos.D.Data__Type>['string', null],
|
|
19
|
+
})]
|
|
20
|
+
},
|
|
21
|
+
"Digraph Edges": {
|
|
22
|
+
'parameters': d({}),
|
|
23
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['group', d({
|
|
24
|
+
"attribute groups": {
|
|
25
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['string', null]],
|
|
26
|
+
},
|
|
27
|
+
"attributes": {
|
|
28
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
29
|
+
'context': ['local', null],
|
|
30
|
+
'typeXX': "Edge Attributes",
|
|
31
|
+
'tailXX': a([]),
|
|
32
|
+
'type arguments': d({}),
|
|
33
|
+
}]],
|
|
34
|
+
},
|
|
35
|
+
"to": {
|
|
36
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
37
|
+
'context': ['local', null],
|
|
38
|
+
'typeXX': "End Point Specification",
|
|
39
|
+
'tailXX': a([]),
|
|
40
|
+
'type arguments': d({}),
|
|
41
|
+
}]],
|
|
42
|
+
},
|
|
43
|
+
})]]
|
|
44
|
+
},
|
|
45
|
+
"Edge Attributes": {
|
|
46
|
+
'parameters': d({}),
|
|
47
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
48
|
+
'context': ['local', null],
|
|
49
|
+
'typeXX': "Attribute Value",
|
|
50
|
+
'tailXX': a([]),
|
|
51
|
+
'type arguments': d({}),
|
|
52
|
+
}]]]
|
|
53
|
+
},
|
|
54
|
+
"End Point Specification": {
|
|
55
|
+
'parameters': d({}),
|
|
56
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
57
|
+
"node": <g_cosmos.D.Data__Type>['group', d({
|
|
58
|
+
"node": {
|
|
59
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
60
|
+
},
|
|
61
|
+
"port data": {
|
|
62
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
|
|
63
|
+
"compass direction": {
|
|
64
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
|
|
65
|
+
},
|
|
66
|
+
"port": {
|
|
67
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
68
|
+
},
|
|
69
|
+
})]],
|
|
70
|
+
},
|
|
71
|
+
})],
|
|
72
|
+
"subgraph": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
73
|
+
'context': ['local', null],
|
|
74
|
+
'typeXX': "Subgraph Path",
|
|
75
|
+
'tailXX': a([]),
|
|
76
|
+
'type arguments': d({}),
|
|
77
|
+
}]],
|
|
78
|
+
})]
|
|
79
|
+
},
|
|
80
|
+
"Graph": {
|
|
14
81
|
'parameters': d({}),
|
|
15
82
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
16
|
-
"
|
|
83
|
+
"attribute groups": {
|
|
84
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
85
|
+
"edges": {
|
|
86
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
87
|
+
'context': ['local', null],
|
|
88
|
+
'typeXX': "Edge Attributes",
|
|
89
|
+
'tailXX': a([]),
|
|
90
|
+
'type arguments': d({}),
|
|
91
|
+
}]]],
|
|
92
|
+
},
|
|
93
|
+
"nodes": {
|
|
94
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
95
|
+
'context': ['local', null],
|
|
96
|
+
'typeXX': "Node Attributes",
|
|
97
|
+
'tailXX': a([]),
|
|
98
|
+
'type arguments': d({}),
|
|
99
|
+
}]]],
|
|
100
|
+
},
|
|
101
|
+
})],
|
|
102
|
+
},
|
|
103
|
+
"nodes": {
|
|
17
104
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
18
|
-
"
|
|
19
|
-
'type': <g_cosmos.D.Data__Type>['
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
105
|
+
"attribute groups": {
|
|
106
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['string', null]],
|
|
107
|
+
},
|
|
108
|
+
"attributes": {
|
|
109
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
110
|
+
'context': ['local', null],
|
|
111
|
+
'typeXX': "Node Attributes",
|
|
112
|
+
'tailXX': a([]),
|
|
113
|
+
'type arguments': d({}),
|
|
114
|
+
}]],
|
|
115
|
+
},
|
|
116
|
+
"subgraph path": {
|
|
117
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
118
|
+
'context': ['local', null],
|
|
119
|
+
'typeXX': "Subgraph Path",
|
|
120
|
+
'tailXX': a([]),
|
|
121
|
+
'type arguments': d({}),
|
|
122
|
+
}]],
|
|
123
|
+
},
|
|
124
|
+
})]],
|
|
125
|
+
},
|
|
126
|
+
"strict": {
|
|
127
|
+
'type': <g_cosmos.D.Data__Type>['boolean', null],
|
|
128
|
+
},
|
|
129
|
+
"tree": {
|
|
130
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
131
|
+
'context': ['local', null],
|
|
132
|
+
'typeXX': "Graph Tree",
|
|
133
|
+
'tailXX': a([]),
|
|
134
|
+
'type arguments': d({}),
|
|
135
|
+
}]],
|
|
136
|
+
},
|
|
137
|
+
"type": {
|
|
138
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
139
|
+
"digraph": <g_cosmos.D.Data__Type>['group', d({
|
|
140
|
+
"edge specifications": {
|
|
141
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
142
|
+
"start nodes": {
|
|
45
143
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
46
|
-
"
|
|
144
|
+
"edges": {
|
|
145
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
146
|
+
'context': ['local', null],
|
|
147
|
+
'typeXX': "Digraph Edges",
|
|
148
|
+
'tailXX': a([]),
|
|
149
|
+
'type arguments': d({}),
|
|
150
|
+
}]],
|
|
151
|
+
},
|
|
152
|
+
"ports": {
|
|
47
153
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
48
|
-
"
|
|
154
|
+
"compass directions": {
|
|
155
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
156
|
+
"edges": {
|
|
157
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
158
|
+
'context': ['local', null],
|
|
159
|
+
'typeXX': "Digraph Edges",
|
|
160
|
+
'tailXX': a([]),
|
|
161
|
+
'type arguments': d({}),
|
|
162
|
+
}]],
|
|
163
|
+
},
|
|
164
|
+
})]],
|
|
165
|
+
},
|
|
166
|
+
"edges": {
|
|
49
167
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
50
168
|
'context': ['local', null],
|
|
51
|
-
'typeXX': "
|
|
169
|
+
'typeXX': "Digraph Edges",
|
|
52
170
|
'tailXX': a([]),
|
|
53
171
|
'type arguments': d({}),
|
|
54
172
|
}]],
|
|
55
173
|
},
|
|
56
174
|
})]],
|
|
57
175
|
},
|
|
58
|
-
"node": {
|
|
59
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
60
|
-
'context': ['local', null],
|
|
61
|
-
'typeXX': "Node",
|
|
62
|
-
'tailXX': a([]),
|
|
63
|
-
'type arguments': d({}),
|
|
64
|
-
}]],
|
|
65
|
-
},
|
|
66
|
-
})]],
|
|
67
|
-
},
|
|
68
|
-
})],
|
|
69
|
-
"text": <g_cosmos.D.Data__Type>['group', d({
|
|
70
|
-
"constraint": {
|
|
71
|
-
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['group', d({
|
|
72
|
-
"dictionary": {
|
|
73
|
-
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
74
|
-
},
|
|
75
|
-
"path": {
|
|
76
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
77
|
-
'context': ['local', null],
|
|
78
|
-
'typeXX': "Path",
|
|
79
|
-
'tailXX': a([]),
|
|
80
|
-
'type arguments': d({}),
|
|
81
|
-
}]],
|
|
82
|
-
},
|
|
83
176
|
})]],
|
|
84
177
|
},
|
|
85
178
|
})],
|
|
86
|
-
})],
|
|
87
|
-
},
|
|
88
|
-
})]],
|
|
89
|
-
},
|
|
90
|
-
})]
|
|
91
|
-
},
|
|
92
|
-
"Path": {
|
|
93
|
-
'parameters': d({}),
|
|
94
|
-
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
95
|
-
"context": {
|
|
96
|
-
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
97
|
-
"sibling": <g_cosmos.D.Data__Type>['group', d({})],
|
|
98
|
-
"state constraint": <g_cosmos.D.Data__Type>['group', d({
|
|
99
|
-
"name": {
|
|
100
|
-
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
101
179
|
},
|
|
102
180
|
})],
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
181
|
+
"graph": <g_cosmos.D.Data__Type>['group', d({
|
|
182
|
+
"edges": {
|
|
183
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['group', d({
|
|
184
|
+
"attributes": {
|
|
185
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
186
|
+
'context': ['local', null],
|
|
187
|
+
'typeXX': "Edge Attributes",
|
|
188
|
+
'tailXX': a([]),
|
|
189
|
+
'type arguments': d({}),
|
|
190
|
+
}]],
|
|
191
|
+
},
|
|
192
|
+
"yang": {
|
|
193
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
194
|
+
'context': ['local', null],
|
|
195
|
+
'typeXX': "End Point Specification",
|
|
196
|
+
'tailXX': a([]),
|
|
197
|
+
'type arguments': d({}),
|
|
198
|
+
}]],
|
|
199
|
+
},
|
|
200
|
+
"yin": {
|
|
201
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
202
|
+
'context': ['local', null],
|
|
203
|
+
'typeXX': "End Point Specification",
|
|
204
|
+
'tailXX': a([]),
|
|
205
|
+
'type arguments': d({}),
|
|
206
|
+
}]],
|
|
207
|
+
},
|
|
208
|
+
})]],
|
|
120
209
|
},
|
|
121
210
|
})],
|
|
122
|
-
})]
|
|
123
|
-
},
|
|
124
|
-
"up steps": {
|
|
125
|
-
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['group', d({})]],
|
|
211
|
+
})],
|
|
126
212
|
},
|
|
127
213
|
})]
|
|
128
214
|
},
|
|
129
|
-
"
|
|
215
|
+
"Graph Attributes": {
|
|
216
|
+
'parameters': d({}),
|
|
217
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
218
|
+
'context': ['local', null],
|
|
219
|
+
'typeXX': "Attribute Value",
|
|
220
|
+
'tailXX': a([]),
|
|
221
|
+
'type arguments': d({}),
|
|
222
|
+
}]]]
|
|
223
|
+
},
|
|
224
|
+
"Graph Tree": {
|
|
130
225
|
'parameters': d({}),
|
|
131
226
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
132
|
-
"
|
|
133
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({})]],
|
|
134
|
-
},
|
|
135
|
-
"root": {
|
|
227
|
+
"attributes": {
|
|
136
228
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
137
229
|
'context': ['local', null],
|
|
138
|
-
'typeXX': "
|
|
230
|
+
'typeXX': "Graph Attributes",
|
|
139
231
|
'tailXX': a([]),
|
|
140
232
|
'type arguments': d({}),
|
|
141
233
|
}]],
|
|
142
234
|
},
|
|
235
|
+
"name": {
|
|
236
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
|
|
237
|
+
},
|
|
238
|
+
"subgraphs": {
|
|
239
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
240
|
+
"cluster": {
|
|
241
|
+
'type': <g_cosmos.D.Data__Type>['boolean', null],
|
|
242
|
+
},
|
|
243
|
+
"tree": {
|
|
244
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
245
|
+
'context': ['local', null],
|
|
246
|
+
'typeXX': "Graph Tree",
|
|
247
|
+
'tailXX': a([]),
|
|
248
|
+
'type arguments': d({}),
|
|
249
|
+
}]],
|
|
250
|
+
},
|
|
251
|
+
})]],
|
|
252
|
+
},
|
|
143
253
|
})]
|
|
144
254
|
},
|
|
255
|
+
"Node Attributes": {
|
|
256
|
+
'parameters': d({}),
|
|
257
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
258
|
+
'context': ['local', null],
|
|
259
|
+
'typeXX': "Attribute Value",
|
|
260
|
+
'tailXX': a([]),
|
|
261
|
+
'type arguments': d({}),
|
|
262
|
+
}]]]
|
|
263
|
+
},
|
|
264
|
+
"Subgraph Path": {
|
|
265
|
+
'parameters': d({}),
|
|
266
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]]
|
|
267
|
+
},
|
|
145
268
|
}),
|
|
146
269
|
'namespaces': d({
|
|
147
|
-
"
|
|
270
|
+
"Attribute Value": {
|
|
148
271
|
'data types': d({}),
|
|
149
272
|
'namespaces': d({
|
|
150
|
-
"
|
|
273
|
+
"TU": {
|
|
151
274
|
'data types': d({}),
|
|
152
275
|
'namespaces': d({
|
|
153
|
-
"
|
|
276
|
+
"html string": {
|
|
277
|
+
'data types': d({}),
|
|
278
|
+
'namespaces': d({}),
|
|
279
|
+
},
|
|
280
|
+
"number": {
|
|
281
|
+
'data types': d({}),
|
|
282
|
+
'namespaces': d({}),
|
|
283
|
+
},
|
|
284
|
+
"string": {
|
|
285
|
+
'data types': d({}),
|
|
286
|
+
'namespaces': d({}),
|
|
287
|
+
},
|
|
288
|
+
}),
|
|
289
|
+
},
|
|
290
|
+
}),
|
|
291
|
+
},
|
|
292
|
+
"Digraph Edges": {
|
|
293
|
+
'data types': d({}),
|
|
294
|
+
'namespaces': d({
|
|
295
|
+
"A": {
|
|
296
|
+
'data types': d({}),
|
|
297
|
+
'namespaces': d({
|
|
298
|
+
"G": {
|
|
154
299
|
'data types': d({}),
|
|
155
300
|
'namespaces': d({
|
|
156
|
-
"
|
|
301
|
+
"attribute groups": {
|
|
157
302
|
'data types': d({}),
|
|
158
303
|
'namespaces': d({
|
|
159
|
-
"
|
|
304
|
+
"DX": {
|
|
305
|
+
'data types': d({}),
|
|
306
|
+
'namespaces': d({}),
|
|
307
|
+
},
|
|
308
|
+
}),
|
|
309
|
+
},
|
|
310
|
+
"attributes": {
|
|
311
|
+
'data types': d({}),
|
|
312
|
+
'namespaces': d({}),
|
|
313
|
+
},
|
|
314
|
+
"to": {
|
|
315
|
+
'data types': d({}),
|
|
316
|
+
'namespaces': d({}),
|
|
317
|
+
},
|
|
318
|
+
}),
|
|
319
|
+
},
|
|
320
|
+
}),
|
|
321
|
+
},
|
|
322
|
+
}),
|
|
323
|
+
},
|
|
324
|
+
"Edge Attributes": {
|
|
325
|
+
'data types': d({}),
|
|
326
|
+
'namespaces': d({
|
|
327
|
+
"DX": {
|
|
328
|
+
'data types': d({}),
|
|
329
|
+
'namespaces': d({}),
|
|
330
|
+
},
|
|
331
|
+
}),
|
|
332
|
+
},
|
|
333
|
+
"End Point Specification": {
|
|
334
|
+
'data types': d({}),
|
|
335
|
+
'namespaces': d({
|
|
336
|
+
"TU": {
|
|
337
|
+
'data types': d({}),
|
|
338
|
+
'namespaces': d({
|
|
339
|
+
"node": {
|
|
340
|
+
'data types': d({}),
|
|
341
|
+
'namespaces': d({
|
|
342
|
+
"G": {
|
|
343
|
+
'data types': d({}),
|
|
344
|
+
'namespaces': d({
|
|
345
|
+
"node": {
|
|
346
|
+
'data types': d({}),
|
|
347
|
+
'namespaces': d({}),
|
|
348
|
+
},
|
|
349
|
+
"port data": {
|
|
160
350
|
'data types': d({}),
|
|
161
351
|
'namespaces': d({
|
|
162
|
-
"
|
|
352
|
+
"O": {
|
|
163
353
|
'data types': d({}),
|
|
164
354
|
'namespaces': d({
|
|
165
|
-
"
|
|
355
|
+
"G": {
|
|
166
356
|
'data types': d({}),
|
|
167
357
|
'namespaces': d({
|
|
168
|
-
"
|
|
358
|
+
"compass direction": {
|
|
169
359
|
'data types': d({}),
|
|
170
360
|
'namespaces': d({
|
|
171
|
-
"
|
|
361
|
+
"O": {
|
|
172
362
|
'data types': d({}),
|
|
173
|
-
'namespaces': d({
|
|
174
|
-
"key": {
|
|
175
|
-
'data types': d({}),
|
|
176
|
-
'namespaces': d({}),
|
|
177
|
-
},
|
|
178
|
-
"node": {
|
|
179
|
-
'data types': d({}),
|
|
180
|
-
'namespaces': d({}),
|
|
181
|
-
},
|
|
182
|
-
}),
|
|
183
|
-
},
|
|
184
|
-
}),
|
|
185
|
-
},
|
|
186
|
-
"group": {
|
|
187
|
-
'data types': d({}),
|
|
188
|
-
'namespaces': d({
|
|
189
|
-
"G": {
|
|
190
|
-
'data types': d({}),
|
|
191
|
-
'namespaces': d({
|
|
192
|
-
"node": {
|
|
193
|
-
'data types': d({}),
|
|
194
|
-
'namespaces': d({}),
|
|
195
|
-
},
|
|
196
|
-
}),
|
|
363
|
+
'namespaces': d({}),
|
|
197
364
|
},
|
|
198
365
|
}),
|
|
199
366
|
},
|
|
200
|
-
"
|
|
367
|
+
"port": {
|
|
201
368
|
'data types': d({}),
|
|
202
|
-
'namespaces': d({
|
|
203
|
-
"G": {
|
|
204
|
-
'data types': d({}),
|
|
205
|
-
'namespaces': d({
|
|
206
|
-
"states": {
|
|
207
|
-
'data types': d({}),
|
|
208
|
-
'namespaces': d({
|
|
209
|
-
"DX": {
|
|
210
|
-
'data types': d({}),
|
|
211
|
-
'namespaces': d({
|
|
212
|
-
"G": {
|
|
213
|
-
'data types': d({}),
|
|
214
|
-
'namespaces': d({
|
|
215
|
-
"constraints": {
|
|
216
|
-
'data types': d({}),
|
|
217
|
-
'namespaces': d({
|
|
218
|
-
"DX": {
|
|
219
|
-
'data types': d({}),
|
|
220
|
-
'namespaces': d({
|
|
221
|
-
"G": {
|
|
222
|
-
'data types': d({}),
|
|
223
|
-
'namespaces': d({
|
|
224
|
-
"path": {
|
|
225
|
-
'data types': d({}),
|
|
226
|
-
'namespaces': d({}),
|
|
227
|
-
},
|
|
228
|
-
}),
|
|
229
|
-
},
|
|
230
|
-
}),
|
|
231
|
-
},
|
|
232
|
-
}),
|
|
233
|
-
},
|
|
234
|
-
"node": {
|
|
235
|
-
'data types': d({}),
|
|
236
|
-
'namespaces': d({}),
|
|
237
|
-
},
|
|
238
|
-
}),
|
|
239
|
-
},
|
|
240
|
-
}),
|
|
241
|
-
},
|
|
242
|
-
}),
|
|
243
|
-
},
|
|
244
|
-
}),
|
|
245
|
-
},
|
|
246
|
-
}),
|
|
247
|
-
},
|
|
248
|
-
"text": {
|
|
249
|
-
'data types': d({}),
|
|
250
|
-
'namespaces': d({
|
|
251
|
-
"G": {
|
|
252
|
-
'data types': d({}),
|
|
253
|
-
'namespaces': d({
|
|
254
|
-
"constraint": {
|
|
255
|
-
'data types': d({}),
|
|
256
|
-
'namespaces': d({
|
|
257
|
-
"O": {
|
|
258
|
-
'data types': d({}),
|
|
259
|
-
'namespaces': d({
|
|
260
|
-
"G": {
|
|
261
|
-
'data types': d({}),
|
|
262
|
-
'namespaces': d({
|
|
263
|
-
"dictionary": {
|
|
264
|
-
'data types': d({}),
|
|
265
|
-
'namespaces': d({}),
|
|
266
|
-
},
|
|
267
|
-
"path": {
|
|
268
|
-
'data types': d({}),
|
|
269
|
-
'namespaces': d({}),
|
|
270
|
-
},
|
|
271
|
-
}),
|
|
272
|
-
},
|
|
273
|
-
}),
|
|
274
|
-
},
|
|
275
|
-
}),
|
|
276
|
-
},
|
|
277
|
-
}),
|
|
278
|
-
},
|
|
279
|
-
}),
|
|
369
|
+
'namespaces': d({}),
|
|
280
370
|
},
|
|
281
371
|
}),
|
|
282
372
|
},
|
|
@@ -288,42 +378,41 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
288
378
|
},
|
|
289
379
|
}),
|
|
290
380
|
},
|
|
381
|
+
"subgraph": {
|
|
382
|
+
'data types': d({}),
|
|
383
|
+
'namespaces': d({}),
|
|
384
|
+
},
|
|
291
385
|
}),
|
|
292
386
|
},
|
|
293
387
|
}),
|
|
294
388
|
},
|
|
295
|
-
"
|
|
389
|
+
"Graph": {
|
|
296
390
|
'data types': d({}),
|
|
297
391
|
'namespaces': d({
|
|
298
392
|
"G": {
|
|
299
393
|
'data types': d({}),
|
|
300
394
|
'namespaces': d({
|
|
301
|
-
"
|
|
395
|
+
"attribute groups": {
|
|
302
396
|
'data types': d({}),
|
|
303
397
|
'namespaces': d({
|
|
304
|
-
"
|
|
398
|
+
"G": {
|
|
305
399
|
'data types': d({}),
|
|
306
400
|
'namespaces': d({
|
|
307
|
-
"
|
|
401
|
+
"edges": {
|
|
308
402
|
'data types': d({}),
|
|
309
403
|
'namespaces': d({
|
|
310
|
-
"
|
|
404
|
+
"DX": {
|
|
311
405
|
'data types': d({}),
|
|
312
406
|
'namespaces': d({}),
|
|
313
407
|
},
|
|
314
408
|
}),
|
|
315
409
|
},
|
|
316
|
-
"
|
|
410
|
+
"nodes": {
|
|
317
411
|
'data types': d({}),
|
|
318
412
|
'namespaces': d({
|
|
319
|
-
"
|
|
413
|
+
"DX": {
|
|
320
414
|
'data types': d({}),
|
|
321
|
-
'namespaces': d({
|
|
322
|
-
"name": {
|
|
323
|
-
'data types': d({}),
|
|
324
|
-
'namespaces': d({}),
|
|
325
|
-
},
|
|
326
|
-
}),
|
|
415
|
+
'namespaces': d({}),
|
|
327
416
|
},
|
|
328
417
|
}),
|
|
329
418
|
},
|
|
@@ -331,52 +420,159 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
331
420
|
},
|
|
332
421
|
}),
|
|
333
422
|
},
|
|
334
|
-
"
|
|
423
|
+
"nodes": {
|
|
335
424
|
'data types': d({}),
|
|
336
425
|
'namespaces': d({
|
|
337
|
-
"
|
|
426
|
+
"DX": {
|
|
338
427
|
'data types': d({}),
|
|
339
428
|
'namespaces': d({
|
|
340
|
-
"
|
|
429
|
+
"G": {
|
|
341
430
|
'data types': d({}),
|
|
342
431
|
'namespaces': d({
|
|
343
|
-
"
|
|
432
|
+
"attribute groups": {
|
|
344
433
|
'data types': d({}),
|
|
345
434
|
'namespaces': d({
|
|
346
|
-
"
|
|
435
|
+
"DX": {
|
|
347
436
|
'data types': d({}),
|
|
348
|
-
'namespaces': d({
|
|
349
|
-
"name": {
|
|
350
|
-
'data types': d({}),
|
|
351
|
-
'namespaces': d({}),
|
|
352
|
-
},
|
|
353
|
-
}),
|
|
437
|
+
'namespaces': d({}),
|
|
354
438
|
},
|
|
355
439
|
}),
|
|
356
440
|
},
|
|
357
|
-
"
|
|
441
|
+
"attributes": {
|
|
442
|
+
'data types': d({}),
|
|
443
|
+
'namespaces': d({}),
|
|
444
|
+
},
|
|
445
|
+
"subgraph path": {
|
|
446
|
+
'data types': d({}),
|
|
447
|
+
'namespaces': d({}),
|
|
448
|
+
},
|
|
449
|
+
}),
|
|
450
|
+
},
|
|
451
|
+
}),
|
|
452
|
+
},
|
|
453
|
+
}),
|
|
454
|
+
},
|
|
455
|
+
"strict": {
|
|
456
|
+
'data types': d({}),
|
|
457
|
+
'namespaces': d({}),
|
|
458
|
+
},
|
|
459
|
+
"tree": {
|
|
460
|
+
'data types': d({}),
|
|
461
|
+
'namespaces': d({}),
|
|
462
|
+
},
|
|
463
|
+
"type": {
|
|
464
|
+
'data types': d({}),
|
|
465
|
+
'namespaces': d({
|
|
466
|
+
"TU": {
|
|
467
|
+
'data types': d({}),
|
|
468
|
+
'namespaces': d({
|
|
469
|
+
"digraph": {
|
|
470
|
+
'data types': d({}),
|
|
471
|
+
'namespaces': d({
|
|
472
|
+
"G": {
|
|
358
473
|
'data types': d({}),
|
|
359
474
|
'namespaces': d({
|
|
360
|
-
"
|
|
475
|
+
"edge specifications": {
|
|
361
476
|
'data types': d({}),
|
|
362
477
|
'namespaces': d({
|
|
363
|
-
"
|
|
478
|
+
"G": {
|
|
364
479
|
'data types': d({}),
|
|
365
|
-
'namespaces': d({
|
|
480
|
+
'namespaces': d({
|
|
481
|
+
"start nodes": {
|
|
482
|
+
'data types': d({}),
|
|
483
|
+
'namespaces': d({
|
|
484
|
+
"DX": {
|
|
485
|
+
'data types': d({}),
|
|
486
|
+
'namespaces': d({
|
|
487
|
+
"G": {
|
|
488
|
+
'data types': d({}),
|
|
489
|
+
'namespaces': d({
|
|
490
|
+
"edges": {
|
|
491
|
+
'data types': d({}),
|
|
492
|
+
'namespaces': d({}),
|
|
493
|
+
},
|
|
494
|
+
"ports": {
|
|
495
|
+
'data types': d({}),
|
|
496
|
+
'namespaces': d({
|
|
497
|
+
"DX": {
|
|
498
|
+
'data types': d({}),
|
|
499
|
+
'namespaces': d({
|
|
500
|
+
"G": {
|
|
501
|
+
'data types': d({}),
|
|
502
|
+
'namespaces': d({
|
|
503
|
+
"compass directions": {
|
|
504
|
+
'data types': d({}),
|
|
505
|
+
'namespaces': d({
|
|
506
|
+
"DX": {
|
|
507
|
+
'data types': d({}),
|
|
508
|
+
'namespaces': d({
|
|
509
|
+
"G": {
|
|
510
|
+
'data types': d({}),
|
|
511
|
+
'namespaces': d({
|
|
512
|
+
"edges": {
|
|
513
|
+
'data types': d({}),
|
|
514
|
+
'namespaces': d({}),
|
|
515
|
+
},
|
|
516
|
+
}),
|
|
517
|
+
},
|
|
518
|
+
}),
|
|
519
|
+
},
|
|
520
|
+
}),
|
|
521
|
+
},
|
|
522
|
+
"edges": {
|
|
523
|
+
'data types': d({}),
|
|
524
|
+
'namespaces': d({}),
|
|
525
|
+
},
|
|
526
|
+
}),
|
|
527
|
+
},
|
|
528
|
+
}),
|
|
529
|
+
},
|
|
530
|
+
}),
|
|
531
|
+
},
|
|
532
|
+
}),
|
|
533
|
+
},
|
|
534
|
+
}),
|
|
535
|
+
},
|
|
536
|
+
}),
|
|
537
|
+
},
|
|
538
|
+
}),
|
|
366
539
|
},
|
|
367
540
|
}),
|
|
368
541
|
},
|
|
369
542
|
}),
|
|
370
543
|
},
|
|
371
|
-
|
|
544
|
+
}),
|
|
545
|
+
},
|
|
546
|
+
"graph": {
|
|
547
|
+
'data types': d({}),
|
|
548
|
+
'namespaces': d({
|
|
549
|
+
"G": {
|
|
372
550
|
'data types': d({}),
|
|
373
551
|
'namespaces': d({
|
|
374
|
-
"
|
|
552
|
+
"edges": {
|
|
375
553
|
'data types': d({}),
|
|
376
554
|
'namespaces': d({
|
|
377
|
-
"
|
|
555
|
+
"A": {
|
|
378
556
|
'data types': d({}),
|
|
379
|
-
'namespaces': d({
|
|
557
|
+
'namespaces': d({
|
|
558
|
+
"G": {
|
|
559
|
+
'data types': d({}),
|
|
560
|
+
'namespaces': d({
|
|
561
|
+
"attributes": {
|
|
562
|
+
'data types': d({}),
|
|
563
|
+
'namespaces': d({}),
|
|
564
|
+
},
|
|
565
|
+
"yang": {
|
|
566
|
+
'data types': d({}),
|
|
567
|
+
'namespaces': d({}),
|
|
568
|
+
},
|
|
569
|
+
"yin": {
|
|
570
|
+
'data types': d({}),
|
|
571
|
+
'namespaces': d({}),
|
|
572
|
+
},
|
|
573
|
+
}),
|
|
574
|
+
},
|
|
575
|
+
}),
|
|
380
576
|
},
|
|
381
577
|
}),
|
|
382
578
|
},
|
|
@@ -388,31 +584,39 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
388
584
|
},
|
|
389
585
|
}),
|
|
390
586
|
},
|
|
391
|
-
"up steps": {
|
|
392
|
-
'data types': d({}),
|
|
393
|
-
'namespaces': d({
|
|
394
|
-
"A": {
|
|
395
|
-
'data types': d({}),
|
|
396
|
-
'namespaces': d({
|
|
397
|
-
"G": {
|
|
398
|
-
'data types': d({}),
|
|
399
|
-
'namespaces': d({}),
|
|
400
|
-
},
|
|
401
|
-
}),
|
|
402
|
-
},
|
|
403
|
-
}),
|
|
404
|
-
},
|
|
405
587
|
}),
|
|
406
588
|
},
|
|
407
589
|
}),
|
|
408
590
|
},
|
|
409
|
-
"
|
|
591
|
+
"Graph Attributes": {
|
|
592
|
+
'data types': d({}),
|
|
593
|
+
'namespaces': d({
|
|
594
|
+
"DX": {
|
|
595
|
+
'data types': d({}),
|
|
596
|
+
'namespaces': d({}),
|
|
597
|
+
},
|
|
598
|
+
}),
|
|
599
|
+
},
|
|
600
|
+
"Graph Tree": {
|
|
410
601
|
'data types': d({}),
|
|
411
602
|
'namespaces': d({
|
|
412
603
|
"G": {
|
|
413
604
|
'data types': d({}),
|
|
414
605
|
'namespaces': d({
|
|
415
|
-
"
|
|
606
|
+
"attributes": {
|
|
607
|
+
'data types': d({}),
|
|
608
|
+
'namespaces': d({}),
|
|
609
|
+
},
|
|
610
|
+
"name": {
|
|
611
|
+
'data types': d({}),
|
|
612
|
+
'namespaces': d({
|
|
613
|
+
"O": {
|
|
614
|
+
'data types': d({}),
|
|
615
|
+
'namespaces': d({}),
|
|
616
|
+
},
|
|
617
|
+
}),
|
|
618
|
+
},
|
|
619
|
+
"subgraphs": {
|
|
416
620
|
'data types': d({}),
|
|
417
621
|
'namespaces': d({
|
|
418
622
|
"DX": {
|
|
@@ -420,20 +624,43 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
420
624
|
'namespaces': d({
|
|
421
625
|
"G": {
|
|
422
626
|
'data types': d({}),
|
|
423
|
-
'namespaces': d({
|
|
627
|
+
'namespaces': d({
|
|
628
|
+
"cluster": {
|
|
629
|
+
'data types': d({}),
|
|
630
|
+
'namespaces': d({}),
|
|
631
|
+
},
|
|
632
|
+
"tree": {
|
|
633
|
+
'data types': d({}),
|
|
634
|
+
'namespaces': d({}),
|
|
635
|
+
},
|
|
636
|
+
}),
|
|
424
637
|
},
|
|
425
638
|
}),
|
|
426
639
|
},
|
|
427
640
|
}),
|
|
428
641
|
},
|
|
429
|
-
"root": {
|
|
430
|
-
'data types': d({}),
|
|
431
|
-
'namespaces': d({}),
|
|
432
|
-
},
|
|
433
642
|
}),
|
|
434
643
|
},
|
|
435
644
|
}),
|
|
436
645
|
},
|
|
646
|
+
"Node Attributes": {
|
|
647
|
+
'data types': d({}),
|
|
648
|
+
'namespaces': d({
|
|
649
|
+
"DX": {
|
|
650
|
+
'data types': d({}),
|
|
651
|
+
'namespaces': d({}),
|
|
652
|
+
},
|
|
653
|
+
}),
|
|
654
|
+
},
|
|
655
|
+
"Subgraph Path": {
|
|
656
|
+
'data types': d({}),
|
|
657
|
+
'namespaces': d({
|
|
658
|
+
"A": {
|
|
659
|
+
'data types': d({}),
|
|
660
|
+
'namespaces': d({}),
|
|
661
|
+
},
|
|
662
|
+
}),
|
|
663
|
+
},
|
|
437
664
|
}),
|
|
438
665
|
},
|
|
439
666
|
'interface types': d({}),
|