@likec4/language-server 1.46.4 → 1.48.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/LICENSE +1 -1
- package/browser/package.json +2 -2
- package/browser-worker/package.json +2 -2
- package/bundled/package.json +4 -0
- package/dist/LikeC4LanguageServices.d.mts +4 -0
- package/dist/LikeC4LanguageServices.mjs +3 -0
- package/dist/_chunks/ConfigurableLayouter.mjs +1956 -0
- package/dist/_chunks/LikeC4LanguageServices.d.mts +1978 -0
- package/dist/_chunks/LikeC4LanguageServices.mjs +725 -0
- package/dist/_chunks/ast.d.mts +1444 -0
- package/dist/_chunks/ast.mjs +2375 -0
- package/dist/_chunks/ast2.mjs +176 -0
- package/dist/_chunks/common-exports.mjs +0 -0
- package/dist/_chunks/filesystem.mjs +58 -0
- package/dist/_chunks/grammar.mjs +8 -0
- package/dist/_chunks/icons.mjs +5211 -0
- package/dist/_chunks/libs/@hono/node-server.mjs +436 -0
- package/dist/_chunks/libs/@msgpack/msgpack.mjs +805 -0
- package/dist/_chunks/libs/eventemitter3.mjs +243 -0
- package/dist/_chunks/libs/fast-equals.mjs +446 -0
- package/dist/_chunks/libs/hono.mjs +1829 -0
- package/dist/_chunks/libs/p-queue.mjs +449 -0
- package/dist/_chunks/libs/parse-ms.mjs +36 -0
- package/dist/_chunks/libs/picomatch.mjs +1673 -0
- package/dist/_chunks/libs/pretty-ms.mjs +80 -0
- package/dist/_chunks/libs/remeda.mjs +482 -0
- package/dist/_chunks/libs/strip-indent.mjs +15 -0
- package/dist/_chunks/libs/ufo.mjs +166 -0
- package/dist/_chunks/likec4lib.mjs +9 -0
- package/dist/_chunks/mcp.mjs +33 -0
- package/dist/_chunks/module.mjs +28 -0
- package/dist/_chunks/module2.mjs +6576 -0
- package/dist/_chunks/protocol.d.mts +311 -0
- package/dist/_chunks/protocol.mjs +78 -0
- package/dist/_chunks/rolldown-runtime.mjs +42 -0
- package/dist/ast.d.mts +4 -0
- package/dist/ast.mjs +4 -0
- package/dist/browser-worker.d.mts +1 -0
- package/dist/browser-worker.mjs +6 -0
- package/dist/browser.d.mts +11 -0
- package/dist/browser.mjs +27 -0
- package/dist/bundled.d.mts +28 -0
- package/dist/bundled.mjs +51 -4681
- package/dist/common-exports.d.mts +4 -0
- package/dist/common-exports.mjs +5 -0
- package/dist/filesystem/index.d.mts +4 -0
- package/dist/filesystem/index.mjs +3 -0
- package/dist/generated/ast.d.mts +2 -0
- package/dist/generated/ast.mjs +3 -0
- package/dist/generated/grammar.d.mts +6 -0
- package/dist/generated/grammar.mjs +3 -0
- package/dist/generated/module.d.mts +14 -0
- package/dist/generated/module.mjs +3 -0
- package/dist/generated-lib/icons.d.mts +4 -0
- package/dist/generated-lib/icons.mjs +3 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +48 -0
- package/dist/likec4lib.d.mts +9 -0
- package/dist/likec4lib.mjs +4 -0
- package/dist/mcp/index.d.mts +4 -0
- package/dist/mcp/index.mjs +3 -0
- package/dist/module.d.mts +4 -0
- package/dist/module.mjs +3 -0
- package/dist/protocol.d.mts +2 -0
- package/dist/protocol.mjs +3 -0
- package/likec4lib/package.json +2 -2
- package/package.json +106 -62
- package/protocol/package.json +2 -2
- package/dist/LikeC4LanguageServices.d.ts +0 -109
- package/dist/LikeC4LanguageServices.js +0 -154
- package/dist/Rpc.d.ts +0 -9
- package/dist/Rpc.js +0 -270
- package/dist/ast.d.ts +0 -226
- package/dist/ast.js +0 -264
- package/dist/browser-worker.d.ts +0 -1
- package/dist/browser-worker.js +0 -4
- package/dist/browser.d.ts +0 -11
- package/dist/browser.js +0 -35
- package/dist/bundled.d.ts +0 -8
- package/dist/bundled.js +0 -44
- package/dist/documentation/documentation-provider.d.ts +0 -8
- package/dist/documentation/documentation-provider.js +0 -51
- package/dist/documentation/index.d.ts +0 -1
- package/dist/documentation/index.js +0 -1
- package/dist/empty.d.ts +0 -2
- package/dist/empty.js +0 -2
- package/dist/filesystem/ChokidarWatcher.d.ts +0 -16
- package/dist/filesystem/ChokidarWatcher.js +0 -108
- package/dist/filesystem/FileSystemWatcher.d.ts +0 -19
- package/dist/filesystem/FileSystemWatcher.js +0 -14
- package/dist/filesystem/LikeC4FileSystem.d.ts +0 -3
- package/dist/filesystem/LikeC4FileSystem.js +0 -130
- package/dist/filesystem/index.d.ts +0 -55
- package/dist/filesystem/index.js +0 -29
- package/dist/formatting/LikeC4Formatter.d.ts +0 -59
- package/dist/formatting/LikeC4Formatter.js +0 -637
- package/dist/formatting/utils.d.ts +0 -6
- package/dist/formatting/utils.js +0 -18
- package/dist/generated/ast.d.ts +0 -1411
- package/dist/generated/ast.js +0 -2207
- package/dist/generated/grammar.d.ts +0 -6
- package/dist/generated/grammar.js +0 -7
- package/dist/generated/module.d.ts +0 -14
- package/dist/generated/module.js +0 -27
- package/dist/generated-lib/icons.d.ts +0 -1
- package/dist/generated-lib/icons.js +0 -18
- package/dist/index.d.ts +0 -38
- package/dist/index.js +0 -55
- package/dist/likec4lib.d.ts +0 -6
- package/dist/likec4lib.js +0 -7
- package/dist/logger.d.ts +0 -17
- package/dist/logger.js +0 -81
- package/dist/lsp/CodeActionProvider.d.ts +0 -14
- package/dist/lsp/CodeActionProvider.js +0 -33
- package/dist/lsp/CodeLensProvider.d.ts +0 -9
- package/dist/lsp/CodeLensProvider.js +0 -44
- package/dist/lsp/CompletionProvider.d.ts +0 -11
- package/dist/lsp/CompletionProvider.js +0 -200
- package/dist/lsp/DocumentHighlightProvider.d.ts +0 -9
- package/dist/lsp/DocumentHighlightProvider.js +0 -10
- package/dist/lsp/DocumentLinkProvider.d.ts +0 -11
- package/dist/lsp/DocumentLinkProvider.js +0 -58
- package/dist/lsp/DocumentSymbolProvider.d.ts +0 -33
- package/dist/lsp/DocumentSymbolProvider.js +0 -317
- package/dist/lsp/HoverProvider.d.ts +0 -10
- package/dist/lsp/HoverProvider.js +0 -106
- package/dist/lsp/RenameProvider.d.ts +0 -5
- package/dist/lsp/RenameProvider.js +0 -6
- package/dist/lsp/SemanticTokenProvider.d.ts +0 -12
- package/dist/lsp/SemanticTokenProvider.js +0 -264
- package/dist/lsp/index.d.ts +0 -8
- package/dist/lsp/index.js +0 -9
- package/dist/mcp/MCPServerFactory.d.ts +0 -8
- package/dist/mcp/MCPServerFactory.js +0 -73
- package/dist/mcp/NoopLikeC4MCPServer.d.ts +0 -9
- package/dist/mcp/NoopLikeC4MCPServer.js +0 -17
- package/dist/mcp/interfaces.d.ts +0 -13
- package/dist/mcp/interfaces.js +0 -5
- package/dist/mcp/server/StdioLikeC4MCPServer.d.ts +0 -16
- package/dist/mcp/server/StdioLikeC4MCPServer.js +0 -51
- package/dist/mcp/server/StreamableLikeC4MCPServer.d.ts +0 -16
- package/dist/mcp/server/StreamableLikeC4MCPServer.js +0 -145
- package/dist/mcp/server/WithMCPServer.d.ts +0 -4
- package/dist/mcp/server/WithMCPServer.js +0 -54
- package/dist/mcp/tools/_common.d.ts +0 -88
- package/dist/mcp/tools/_common.js +0 -49
- package/dist/mcp/tools/find-relationships.d.ts +0 -12
- package/dist/mcp/tools/find-relationships.js +0 -150
- package/dist/mcp/tools/list-projects.d.ts +0 -6
- package/dist/mcp/tools/list-projects.js +0 -62
- package/dist/mcp/tools/open-view.d.ts +0 -10
- package/dist/mcp/tools/open-view.js +0 -52
- package/dist/mcp/tools/read-deployment.d.ts +0 -10
- package/dist/mcp/tools/read-deployment.js +0 -150
- package/dist/mcp/tools/read-element.d.ts +0 -10
- package/dist/mcp/tools/read-element.js +0 -218
- package/dist/mcp/tools/read-project-summary.d.ts +0 -8
- package/dist/mcp/tools/read-project-summary.js +0 -176
- package/dist/mcp/tools/read-view.d.ts +0 -10
- package/dist/mcp/tools/read-view.js +0 -203
- package/dist/mcp/tools/search-element.d.ts +0 -8
- package/dist/mcp/tools/search-element.js +0 -177
- package/dist/mcp/utils.d.ts +0 -18
- package/dist/mcp/utils.js +0 -48
- package/dist/model/builder/MergedExtends.d.ts +0 -13
- package/dist/model/builder/MergedExtends.js +0 -74
- package/dist/model/builder/MergedSpecification.d.ts +0 -32
- package/dist/model/builder/MergedSpecification.js +0 -175
- package/dist/model/builder/buildModel.d.ts +0 -16
- package/dist/model/builder/buildModel.js +0 -245
- package/dist/model/deployments-index.d.ts +0 -10
- package/dist/model/deployments-index.js +0 -102
- package/dist/model/fqn-index.d.ts +0 -61
- package/dist/model/fqn-index.js +0 -253
- package/dist/model/index.d.ts +0 -6
- package/dist/model/index.js +0 -6
- package/dist/model/model-builder.d.ts +0 -52
- package/dist/model/model-builder.js +0 -224
- package/dist/model/model-locator.d.ts +0 -39
- package/dist/model/model-locator.js +0 -240
- package/dist/model/model-parser-where.d.ts +0 -4
- package/dist/model/model-parser-where.js +0 -81
- package/dist/model/model-parser.d.ts +0 -645
- package/dist/model/model-parser.js +0 -133
- package/dist/model/parser/Base.d.ts +0 -69
- package/dist/model/parser/Base.js +0 -372
- package/dist/model/parser/DeploymentModelParser.d.ts +0 -71
- package/dist/model/parser/DeploymentModelParser.js +0 -176
- package/dist/model/parser/DeploymentViewParser.d.ts +0 -75
- package/dist/model/parser/DeploymentViewParser.js +0 -86
- package/dist/model/parser/FqnRefParser.d.ts +0 -66
- package/dist/model/parser/FqnRefParser.js +0 -382
- package/dist/model/parser/GlobalsParser.d.ts +0 -109
- package/dist/model/parser/GlobalsParser.js +0 -84
- package/dist/model/parser/ImportsParser.d.ts +0 -46
- package/dist/model/parser/ImportsParser.js +0 -24
- package/dist/model/parser/ModelParser.d.ts +0 -71
- package/dist/model/parser/ModelParser.js +0 -209
- package/dist/model/parser/PredicatesParser.d.ts +0 -75
- package/dist/model/parser/PredicatesParser.js +0 -45
- package/dist/model/parser/SpecificationParser.d.ts +0 -53
- package/dist/model/parser/SpecificationParser.js +0 -113
- package/dist/model/parser/ValueConverter.d.ts +0 -4
- package/dist/model/parser/ValueConverter.js +0 -12
- package/dist/model/parser/ViewsParser.d.ts +0 -112
- package/dist/model/parser/ViewsParser.js +0 -492
- package/dist/model-change/ModelChanges.d.ts +0 -18
- package/dist/model-change/ModelChanges.js +0 -129
- package/dist/model-change/changeElementStyle.d.ts +0 -16
- package/dist/model-change/changeElementStyle.js +0 -134
- package/dist/model-change/changeViewLayout.d.ts +0 -12
- package/dist/model-change/changeViewLayout.js +0 -28
- package/dist/model-change/removeManualLayoutV1.d.ts +0 -7
- package/dist/model-change/removeManualLayoutV1.js +0 -27
- package/dist/module.d.ts +0 -92
- package/dist/module.js +0 -143
- package/dist/protocol.d.ts +0 -284
- package/dist/protocol.js +0 -123
- package/dist/references/index.d.ts +0 -3
- package/dist/references/index.js +0 -3
- package/dist/references/name-provider.d.ts +0 -9
- package/dist/references/name-provider.js +0 -37
- package/dist/references/scope-computation.d.ts +0 -20
- package/dist/references/scope-computation.js +0 -288
- package/dist/references/scope-provider.d.ts +0 -40
- package/dist/references/scope-provider.js +0 -239
- package/dist/shared/NodeKindProvider.d.ts +0 -15
- package/dist/shared/NodeKindProvider.js +0 -57
- package/dist/shared/WorkspaceSymbolProvider.d.ts +0 -3
- package/dist/shared/WorkspaceSymbolProvider.js +0 -3
- package/dist/shared/index.d.ts +0 -2
- package/dist/shared/index.js +0 -2
- package/dist/test/index.d.ts +0 -1
- package/dist/test/index.js +0 -1
- package/dist/test/testServices.d.ts +0 -64
- package/dist/test/testServices.js +0 -210
- package/dist/utils/disposable.d.ts +0 -8
- package/dist/utils/disposable.js +0 -26
- package/dist/utils/elementRef.d.ts +0 -11
- package/dist/utils/elementRef.js +0 -27
- package/dist/utils/fqnRef.d.ts +0 -11
- package/dist/utils/fqnRef.js +0 -63
- package/dist/utils/index.d.ts +0 -11
- package/dist/utils/index.js +0 -35
- package/dist/utils/printDocs.d.ts +0 -2
- package/dist/utils/printDocs.js +0 -1
- package/dist/utils/projectId.d.ts +0 -4
- package/dist/utils/projectId.js +0 -16
- package/dist/utils/stringHash.d.ts +0 -1
- package/dist/utils/stringHash.js +0 -5
- package/dist/validation/DocumentValidator.d.ts +0 -11
- package/dist/validation/DocumentValidator.js +0 -17
- package/dist/validation/_shared.d.ts +0 -3
- package/dist/validation/_shared.js +0 -26
- package/dist/validation/deployment-checks.d.ts +0 -7
- package/dist/validation/deployment-checks.js +0 -140
- package/dist/validation/dynamic-view.d.ts +0 -6
- package/dist/validation/dynamic-view.js +0 -67
- package/dist/validation/element-ref.d.ts +0 -4
- package/dist/validation/element-ref.js +0 -12
- package/dist/validation/element.d.ts +0 -4
- package/dist/validation/element.js +0 -49
- package/dist/validation/imports.d.ts +0 -4
- package/dist/validation/imports.js +0 -46
- package/dist/validation/index.d.ts +0 -15
- package/dist/validation/index.js +0 -167
- package/dist/validation/property-checks.d.ts +0 -7
- package/dist/validation/property-checks.js +0 -108
- package/dist/validation/relation.d.ts +0 -6
- package/dist/validation/relation.js +0 -141
- package/dist/validation/specification.d.ts +0 -12
- package/dist/validation/specification.js +0 -190
- package/dist/validation/view-checks.d.ts +0 -4
- package/dist/validation/view-checks.js +0 -46
- package/dist/validation/view-predicates/fqn-expr-with.d.ts +0 -4
- package/dist/validation/view-predicates/fqn-expr-with.js +0 -43
- package/dist/validation/view-predicates/fqn-ref-expr.d.ts +0 -4
- package/dist/validation/view-predicates/fqn-ref-expr.js +0 -51
- package/dist/validation/view-predicates/incoming.d.ts +0 -4
- package/dist/validation/view-predicates/incoming.js +0 -16
- package/dist/validation/view-predicates/index.d.ts +0 -6
- package/dist/validation/view-predicates/index.js +0 -6
- package/dist/validation/view-predicates/outgoing.d.ts +0 -4
- package/dist/validation/view-predicates/outgoing.js +0 -20
- package/dist/validation/view-predicates/relation-expr.d.ts +0 -4
- package/dist/validation/view-predicates/relation-expr.js +0 -46
- package/dist/validation/view-predicates/relation-with.d.ts +0 -4
- package/dist/validation/view-predicates/relation-with.js +0 -16
- package/dist/validation/view.d.ts +0 -4
- package/dist/validation/view.js +0 -42
- package/dist/view-utils/assignNavigateTo.d.ts +0 -2
- package/dist/view-utils/assignNavigateTo.js +0 -27
- package/dist/view-utils/index.d.ts +0 -2
- package/dist/view-utils/index.js +0 -2
- package/dist/view-utils/manual-layout.d.ts +0 -13
- package/dist/view-utils/manual-layout.js +0 -149
- package/dist/views/ConfigurableLayouter.d.ts +0 -7
- package/dist/views/ConfigurableLayouter.js +0 -51
- package/dist/views/LikeC4ManualLayouts.d.ts +0 -42
- package/dist/views/LikeC4ManualLayouts.js +0 -209
- package/dist/views/LikeC4Views.d.ts +0 -89
- package/dist/views/LikeC4Views.js +0 -216
- package/dist/views/index.d.ts +0 -4
- package/dist/views/index.js +0 -11
- package/dist/workspace/AstNodeDescriptionProvider.d.ts +0 -7
- package/dist/workspace/AstNodeDescriptionProvider.js +0 -18
- package/dist/workspace/IndexManager.d.ts +0 -10
- package/dist/workspace/IndexManager.js +0 -26
- package/dist/workspace/LangiumDocuments.d.ts +0 -25
- package/dist/workspace/LangiumDocuments.js +0 -98
- package/dist/workspace/ProjectsManager.d.ts +0 -130
- package/dist/workspace/ProjectsManager.js +0 -605
- package/dist/workspace/WorkspaceManager.d.ts +0 -31
- package/dist/workspace/WorkspaceManager.js +0 -132
- package/dist/workspace/index.d.ts +0 -5
- package/dist/workspace/index.js +0 -5
package/dist/generated/ast.d.ts
DELETED
|
@@ -1,1411 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
* This file was generated by langium-cli 3.5.2.
|
|
3
|
-
* DO NOT EDIT MANUALLY!
|
|
4
|
-
******************************************************************************/
|
|
5
|
-
import * as langium from 'langium';
|
|
6
|
-
export declare const LikeC4Terminals: {
|
|
7
|
-
BLOCK_COMMENT: RegExp;
|
|
8
|
-
LINE_COMMENT: RegExp;
|
|
9
|
-
WS: RegExp;
|
|
10
|
-
NL: RegExp;
|
|
11
|
-
BOOLEAN: RegExp;
|
|
12
|
-
LIB_ICON: RegExp;
|
|
13
|
-
URI_WITH_SCHEMA: RegExp;
|
|
14
|
-
URI_RELATIVE: RegExp;
|
|
15
|
-
URI_ALIAS: RegExp;
|
|
16
|
-
DotUnderscore: RegExp;
|
|
17
|
-
DotWildcard: RegExp;
|
|
18
|
-
Hash: RegExp;
|
|
19
|
-
StickyDot: RegExp;
|
|
20
|
-
Dot: RegExp;
|
|
21
|
-
NotEqual: RegExp;
|
|
22
|
-
Eq: RegExp;
|
|
23
|
-
Percent: RegExp;
|
|
24
|
-
MarkdownString: RegExp;
|
|
25
|
-
String: RegExp;
|
|
26
|
-
Float: RegExp;
|
|
27
|
-
Number: RegExp;
|
|
28
|
-
IdTerminal: RegExp;
|
|
29
|
-
Hex: RegExp;
|
|
30
|
-
};
|
|
31
|
-
export type LikeC4TerminalNames = keyof typeof LikeC4Terminals;
|
|
32
|
-
export type LikeC4KeywordNames = "(" | ")" | "*" | "," | "->" | "-[" | ":" | ";" | "<-" | "<->" | "BottomTop" | "LeftRight" | "RightLeft" | "TopBottom" | "[" | "]" | "]->" | "amber" | "and" | "autoLayout" | "blue" | "border" | "browser" | "color" | "crow" | "cylinder" | "dashed" | "deployment" | "deploymentNode" | "description" | "diagram" | "diamond" | "dot" | "dotted" | "dynamic" | "dynamicPredicateGroup" | "element" | "element.kind" | "element.tag" | "exclude" | "extend" | "extends" | "from" | "global" | "gray" | "green" | "group" | "head" | "icon" | "icons" | "import" | "include" | "indigo" | "instance" | "instanceOf" | "is" | "kind" | "large" | "lg" | "likec4lib" | "line" | "link" | "max" | "md" | "medium" | "metadata" | "min" | "mobile" | "model" | "multiple" | "muted" | "navigateTo" | "node" | "none" | "normal" | "not" | "notation" | "notes" | "odiamond" | "odot" | "of" | "onormal" | "opacity" | "open" | "or" | "padding" | "par" | "parallel" | "person" | "predicate" | "predicateGroup" | "primary" | "queue" | "rank" | "rectangle" | "red" | "relationship" | "rgb" | "rgba" | "same" | "secondary" | "sequence" | "shape" | "sink" | "size" | "sky" | "slate" | "sm" | "small" | "solid" | "source" | "specification" | "storage" | "style" | "styleGroup" | "summary" | "tag" | "tail" | "target" | "technology" | "textSize" | "title" | "variant" | "vee" | "view" | "views" | "where" | "with" | "xl" | "xlarge" | "xs" | "xsmall" | "{" | "}";
|
|
33
|
-
export type LikeC4TokenNames = LikeC4TerminalNames | LikeC4KeywordNames;
|
|
34
|
-
export type AnyProperty = DynamicViewProperty | ElementProperty | RelationProperty | StringProperty | ViewProperty;
|
|
35
|
-
export declare const AnyProperty = "AnyProperty";
|
|
36
|
-
export declare function isAnyProperty(item: unknown): item is AnyProperty;
|
|
37
|
-
export type ArrowType = 'crow' | 'diamond' | 'dot' | 'none' | 'normal' | 'odiamond' | 'odot' | 'onormal' | 'open' | 'vee';
|
|
38
|
-
export declare function isArrowType(item: unknown): item is ArrowType;
|
|
39
|
-
export type BorderStyleValue = 'none' | LineOptions;
|
|
40
|
-
export declare function isBorderStyleValue(item: unknown): item is BorderStyleValue;
|
|
41
|
-
export type ColorLiteral = HexColor | RGBAColor;
|
|
42
|
-
export declare const ColorLiteral = "ColorLiteral";
|
|
43
|
-
export declare function isColorLiteral(item: unknown): item is ColorLiteral;
|
|
44
|
-
export type CustomColorId = 'element' | 'model' | ArrowType | ElementShape | LineOptions | string;
|
|
45
|
-
export declare function isCustomColorId(item: unknown): item is CustomColorId;
|
|
46
|
-
export type DeploymentElement = DeployedInstance | DeploymentNode;
|
|
47
|
-
export declare const DeploymentElement = "DeploymentElement";
|
|
48
|
-
export declare function isDeploymentElement(item: unknown): item is DeploymentElement;
|
|
49
|
-
export type DeploymentNodeOrElementKind = DeploymentNodeKind | ElementKind;
|
|
50
|
-
export declare const DeploymentNodeOrElementKind = "DeploymentNodeOrElementKind";
|
|
51
|
-
export declare function isDeploymentNodeOrElementKind(item: unknown): item is DeploymentNodeOrElementKind;
|
|
52
|
-
export type DeploymentViewRule = DeploymentViewRulePredicate | DeploymentViewRuleStyle | ViewRuleAutoLayout;
|
|
53
|
-
export declare const DeploymentViewRule = "DeploymentViewRule";
|
|
54
|
-
export declare function isDeploymentViewRule(item: unknown): item is DeploymentViewRule;
|
|
55
|
-
export type DynamicViewDisplayVariantValue = 'diagram' | 'sequence';
|
|
56
|
-
export declare function isDynamicViewDisplayVariantValue(item: unknown): item is DynamicViewDisplayVariantValue;
|
|
57
|
-
export type DynamicViewProperty = DynamicViewDisplayVariantProperty | ViewProperty;
|
|
58
|
-
export declare const DynamicViewProperty = "DynamicViewProperty";
|
|
59
|
-
export declare function isDynamicViewProperty(item: unknown): item is DynamicViewProperty;
|
|
60
|
-
export type DynamicViewRule = DynamicViewGlobalPredicateRef | DynamicViewIncludePredicate | ViewRuleAutoLayout | ViewRuleStyleOrGlobalRef;
|
|
61
|
-
export declare const DynamicViewRule = "DynamicViewRule";
|
|
62
|
-
export declare function isDynamicViewRule(item: unknown): item is DynamicViewRule;
|
|
63
|
-
export type DynamicViewStep = DynamicStepChain | DynamicStepSingle;
|
|
64
|
-
export declare const DynamicViewStep = "DynamicViewStep";
|
|
65
|
-
export declare function isDynamicViewStep(item: unknown): item is DynamicViewStep;
|
|
66
|
-
export type ElementProperty = ElementStringProperty | ElementStyleProperty | IconProperty | LinkProperty | MetadataProperty;
|
|
67
|
-
export declare const ElementProperty = "ElementProperty";
|
|
68
|
-
export declare function isElementProperty(item: unknown): item is ElementProperty;
|
|
69
|
-
export type ElementShape = 'browser' | 'cylinder' | 'mobile' | 'person' | 'queue' | 'rectangle' | 'storage';
|
|
70
|
-
export declare function isElementShape(item: unknown): item is ElementShape;
|
|
71
|
-
export type ExpressionV2 = FqnExprOrWith | RelationExprOrWith;
|
|
72
|
-
export declare const ExpressionV2 = "ExpressionV2";
|
|
73
|
-
export declare function isExpressionV2(item: unknown): item is ExpressionV2;
|
|
74
|
-
export type ExtendElementProperty = LinkProperty | MetadataProperty;
|
|
75
|
-
export declare const ExtendElementProperty = "ExtendElementProperty";
|
|
76
|
-
export declare function isExtendElementProperty(item: unknown): item is ExtendElementProperty;
|
|
77
|
-
export type ExtendRelationProperty = LinkProperty | MetadataProperty;
|
|
78
|
-
export declare const ExtendRelationProperty = "ExtendRelationProperty";
|
|
79
|
-
export declare function isExtendRelationProperty(item: unknown): item is ExtendRelationProperty;
|
|
80
|
-
export type FqnExpr = ElementKindExpression | ElementTagExpression | FqnRefExpr | WildcardExpression;
|
|
81
|
-
export declare const FqnExpr = "FqnExpr";
|
|
82
|
-
export declare function isFqnExpr(item: unknown): item is FqnExpr;
|
|
83
|
-
export type FqnExprOrWhere = FqnExpr | FqnExprWhere;
|
|
84
|
-
export declare const FqnExprOrWhere = "FqnExprOrWhere";
|
|
85
|
-
export declare function isFqnExprOrWhere(item: unknown): item is FqnExprOrWhere;
|
|
86
|
-
export type FqnExprOrWith = FqnExprOrWhere | FqnExprWith;
|
|
87
|
-
export declare const FqnExprOrWith = "FqnExprOrWith";
|
|
88
|
-
export declare function isFqnExprOrWith(item: unknown): item is FqnExprOrWith;
|
|
89
|
-
export type FqnReferenceable = Element | ExtendDeployment | ExtendElement | Referenceable;
|
|
90
|
-
export declare const FqnReferenceable = "FqnReferenceable";
|
|
91
|
-
export declare function isFqnReferenceable(item: unknown): item is FqnReferenceable;
|
|
92
|
-
export type IconId = string;
|
|
93
|
-
export declare function isIconId(item: unknown): item is IconId;
|
|
94
|
-
export type Id = 'deployment' | 'element' | 'group' | 'instance' | 'model' | 'node' | ArrowType | DynamicViewDisplayVariantValue | ElementShape | LineOptions | Participant | SizeValue | ThemeColor | string;
|
|
95
|
-
export declare function isId(item: unknown): item is Id;
|
|
96
|
-
export type LikeC4View = DeploymentView | DynamicView | ElementView;
|
|
97
|
-
export declare const LikeC4View = "LikeC4View";
|
|
98
|
-
export declare function isLikeC4View(item: unknown): item is LikeC4View;
|
|
99
|
-
export type LineOptions = 'dashed' | 'dotted' | 'solid';
|
|
100
|
-
export declare function isLineOptions(item: unknown): item is LineOptions;
|
|
101
|
-
export type MetadataProperty = MetadataBody;
|
|
102
|
-
export declare const MetadataProperty = "MetadataProperty";
|
|
103
|
-
export declare function isMetadataProperty(item: unknown): item is MetadataProperty;
|
|
104
|
-
export type MetadataValue = MarkdownOrString | MetadataArray;
|
|
105
|
-
export declare const MetadataValue = "MetadataValue";
|
|
106
|
-
export declare function isMetadataValue(item: unknown): item is MetadataValue;
|
|
107
|
-
export type ModelReferenceable = Element | Imported;
|
|
108
|
-
export declare const ModelReferenceable = "ModelReferenceable";
|
|
109
|
-
export declare function isModelReferenceable(item: unknown): item is ModelReferenceable;
|
|
110
|
-
export type Participant = 'source' | 'target';
|
|
111
|
-
export declare function isParticipant(item: unknown): item is Participant;
|
|
112
|
-
export type RankValue = 'max' | 'min' | 'same' | 'sink' | 'source';
|
|
113
|
-
export declare function isRankValue(item: unknown): item is RankValue;
|
|
114
|
-
export type Referenceable = DeployedInstance | DeploymentNode | Element | Imported;
|
|
115
|
-
export declare const Referenceable = "Referenceable";
|
|
116
|
-
export declare function isReferenceable(item: unknown): item is Referenceable;
|
|
117
|
-
export type RelationExpr = DirectedRelationExpr | InOutRelationExpr | IncomingRelationExpr | OutgoingRelationExpr;
|
|
118
|
-
export declare const RelationExpr = "RelationExpr";
|
|
119
|
-
export declare function isRelationExpr(item: unknown): item is RelationExpr;
|
|
120
|
-
export type RelationExprOrWhere = RelationExpr | RelationExprWhere;
|
|
121
|
-
export declare const RelationExprOrWhere = "RelationExprOrWhere";
|
|
122
|
-
export declare function isRelationExprOrWhere(item: unknown): item is RelationExprOrWhere;
|
|
123
|
-
export type RelationExprOrWith = RelationExprOrWhere | RelationExprWith;
|
|
124
|
-
export declare const RelationExprOrWith = "RelationExprOrWith";
|
|
125
|
-
export declare function isRelationExprOrWith(item: unknown): item is RelationExprOrWith;
|
|
126
|
-
export type RelationProperty = LinkProperty | MetadataProperty | RelationNavigateToProperty | RelationStringProperty | RelationStyleProperty;
|
|
127
|
-
export declare const RelationProperty = "RelationProperty";
|
|
128
|
-
export declare function isRelationProperty(item: unknown): item is RelationProperty;
|
|
129
|
-
export type RelationshipStyleProperty = ArrowProperty | ColorProperty | LineProperty;
|
|
130
|
-
export declare const RelationshipStyleProperty = "RelationshipStyleProperty";
|
|
131
|
-
export declare function isRelationshipStyleProperty(item: unknown): item is RelationshipStyleProperty;
|
|
132
|
-
export type SizeProperty = PaddingSizeProperty | ShapeSizeProperty | TextSizeProperty;
|
|
133
|
-
export declare const SizeProperty = "SizeProperty";
|
|
134
|
-
export declare function isSizeProperty(item: unknown): item is SizeProperty;
|
|
135
|
-
export type SizeValue = 'large' | 'lg' | 'md' | 'medium' | 'sm' | 'small' | 'xl' | 'xlarge' | 'xs' | 'xsmall';
|
|
136
|
-
export declare function isSizeValue(item: unknown): item is SizeValue;
|
|
137
|
-
export type StringProperty = ElementStringProperty | MetadataAttribute | NotationProperty | NotesProperty | RelationStringProperty | SpecificationElementStringProperty | SpecificationRelationshipStringProperty | ViewStringProperty;
|
|
138
|
-
export declare const StringProperty = "StringProperty";
|
|
139
|
-
export declare function isStringProperty(item: unknown): item is StringProperty;
|
|
140
|
-
export type StyleProperty = BorderProperty | ColorProperty | IconProperty | MultipleProperty | OpacityProperty | PaddingSizeProperty | ShapeProperty | ShapeSizeProperty | TextSizeProperty;
|
|
141
|
-
export declare const StyleProperty = "StyleProperty";
|
|
142
|
-
export declare function isStyleProperty(item: unknown): item is StyleProperty;
|
|
143
|
-
export type ThemeColor = 'amber' | 'blue' | 'gray' | 'green' | 'indigo' | 'muted' | 'primary' | 'red' | 'secondary' | 'sky' | 'slate';
|
|
144
|
-
export declare function isThemeColor(item: unknown): item is ThemeColor;
|
|
145
|
-
export type Uri = string;
|
|
146
|
-
export declare function isUri(item: unknown): item is Uri;
|
|
147
|
-
export type ViewLayoutDirection = 'BottomTop' | 'LeftRight' | 'RightLeft' | 'TopBottom';
|
|
148
|
-
export declare function isViewLayoutDirection(item: unknown): item is ViewLayoutDirection;
|
|
149
|
-
export type ViewProperty = LinkProperty | ViewStringProperty;
|
|
150
|
-
export declare const ViewProperty = "ViewProperty";
|
|
151
|
-
export declare function isViewProperty(item: unknown): item is ViewProperty;
|
|
152
|
-
export type ViewRule = ViewRuleAutoLayout | ViewRuleGlobalPredicateRef | ViewRuleGroup | ViewRulePredicate | ViewRuleRank | ViewRuleStyleOrGlobalRef;
|
|
153
|
-
export declare const ViewRule = "ViewRule";
|
|
154
|
-
export declare function isViewRule(item: unknown): item is ViewRule;
|
|
155
|
-
export type ViewRuleStyleOrGlobalRef = ViewRuleGlobalStyle | ViewRuleStyle;
|
|
156
|
-
export declare const ViewRuleStyleOrGlobalRef = "ViewRuleStyleOrGlobalRef";
|
|
157
|
-
export declare function isViewRuleStyleOrGlobalRef(item: unknown): item is ViewRuleStyleOrGlobalRef;
|
|
158
|
-
export type WhereElement = WhereElementKind | WhereElementTag;
|
|
159
|
-
export declare const WhereElement = "WhereElement";
|
|
160
|
-
export declare function isWhereElement(item: unknown): item is WhereElement;
|
|
161
|
-
export type WhereElementExpression = WhereBinaryExpression | WhereElement | WhereElementNegation;
|
|
162
|
-
export declare const WhereElementExpression = "WhereElementExpression";
|
|
163
|
-
export declare function isWhereElementExpression(item: unknown): item is WhereElementExpression;
|
|
164
|
-
export type WhereExpression = WhereElementExpression | WhereRelationExpression;
|
|
165
|
-
export declare const WhereExpression = "WhereExpression";
|
|
166
|
-
export declare function isWhereExpression(item: unknown): item is WhereExpression;
|
|
167
|
-
export type WhereKindEqual = WhereElementKind | WhereRelationKind | WhereRelationParticipantKind;
|
|
168
|
-
export declare const WhereKindEqual = "WhereKindEqual";
|
|
169
|
-
export declare function isWhereKindEqual(item: unknown): item is WhereKindEqual;
|
|
170
|
-
export type WhereRelation = WhereRelationKind | WhereRelationParticipantKind | WhereRelationParticipantTag | WhereRelationTag;
|
|
171
|
-
export declare const WhereRelation = "WhereRelation";
|
|
172
|
-
export declare function isWhereRelation(item: unknown): item is WhereRelation;
|
|
173
|
-
export type WhereRelationExpression = WhereBinaryExpression | WhereRelation | WhereRelationNegation;
|
|
174
|
-
export declare const WhereRelationExpression = "WhereRelationExpression";
|
|
175
|
-
export declare function isWhereRelationExpression(item: unknown): item is WhereRelationExpression;
|
|
176
|
-
export type WhereTagEqual = WhereElementTag | WhereRelationParticipantTag | WhereRelationTag;
|
|
177
|
-
export declare const WhereTagEqual = "WhereTagEqual";
|
|
178
|
-
export declare function isWhereTagEqual(item: unknown): item is WhereTagEqual;
|
|
179
|
-
export interface AbstractDynamicStep extends langium.AstNode {
|
|
180
|
-
readonly $container: DynamicStepChain | DynamicViewBody | DynamicViewParallelSteps;
|
|
181
|
-
readonly $type: 'AbstractDynamicStep' | 'DynamicStepChain' | 'DynamicStepSingle';
|
|
182
|
-
custom?: CustomRelationProperties;
|
|
183
|
-
dotKind?: RelationKindDotRef;
|
|
184
|
-
kind?: langium.Reference<RelationshipKind>;
|
|
185
|
-
target: ElementRef;
|
|
186
|
-
title?: string;
|
|
187
|
-
}
|
|
188
|
-
export declare const AbstractDynamicStep = "AbstractDynamicStep";
|
|
189
|
-
export declare function isAbstractDynamicStep(item: unknown): item is AbstractDynamicStep;
|
|
190
|
-
export interface ArrowProperty extends langium.AstNode {
|
|
191
|
-
readonly $container: CustomRelationProperties | RelationStyleProperty | SpecificationRelationshipKind;
|
|
192
|
-
readonly $type: 'ArrowProperty';
|
|
193
|
-
key: 'head' | 'tail';
|
|
194
|
-
value: ArrowType;
|
|
195
|
-
}
|
|
196
|
-
export declare const ArrowProperty = "ArrowProperty";
|
|
197
|
-
export declare function isArrowProperty(item: unknown): item is ArrowProperty;
|
|
198
|
-
export interface BorderProperty extends langium.AstNode {
|
|
199
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleGroup | ViewRuleStyle;
|
|
200
|
-
readonly $type: 'BorderProperty';
|
|
201
|
-
key: 'border';
|
|
202
|
-
value: BorderStyleValue;
|
|
203
|
-
}
|
|
204
|
-
export declare const BorderProperty = "BorderProperty";
|
|
205
|
-
export declare function isBorderProperty(item: unknown): item is BorderProperty;
|
|
206
|
-
export interface ColorProperty extends langium.AstNode {
|
|
207
|
-
readonly $container: CustomElementProperties | CustomRelationProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | RelationStyleProperty | SpecificationRelationshipKind | ViewRuleGroup | ViewRuleStyle;
|
|
208
|
-
readonly $type: 'ColorProperty';
|
|
209
|
-
customColor?: langium.Reference<CustomColor>;
|
|
210
|
-
key: 'color';
|
|
211
|
-
themeColor?: ThemeColor;
|
|
212
|
-
}
|
|
213
|
-
export declare const ColorProperty = "ColorProperty";
|
|
214
|
-
export declare function isColorProperty(item: unknown): item is ColorProperty;
|
|
215
|
-
export interface CustomColor extends langium.AstNode {
|
|
216
|
-
readonly $container: SpecificationColor;
|
|
217
|
-
readonly $type: 'CustomColor';
|
|
218
|
-
name: CustomColorId;
|
|
219
|
-
}
|
|
220
|
-
export declare const CustomColor = "CustomColor";
|
|
221
|
-
export declare function isCustomColor(item: unknown): item is CustomColor;
|
|
222
|
-
export interface CustomElementProperties extends langium.AstNode {
|
|
223
|
-
readonly $container: FqnExprWith;
|
|
224
|
-
readonly $type: 'CustomElementProperties';
|
|
225
|
-
props: Array<ElementStringProperty | NavigateToProperty | NotationProperty | StyleProperty>;
|
|
226
|
-
}
|
|
227
|
-
export declare const CustomElementProperties = "CustomElementProperties";
|
|
228
|
-
export declare function isCustomElementProperties(item: unknown): item is CustomElementProperties;
|
|
229
|
-
export interface CustomRelationProperties extends langium.AstNode {
|
|
230
|
-
readonly $container: AbstractDynamicStep | RelationExprWith;
|
|
231
|
-
readonly $type: 'CustomRelationProperties';
|
|
232
|
-
props: Array<NotationProperty | NotesProperty | RelationNavigateToProperty | RelationStringProperty | RelationshipStyleProperty>;
|
|
233
|
-
}
|
|
234
|
-
export declare const CustomRelationProperties = "CustomRelationProperties";
|
|
235
|
-
export declare function isCustomRelationProperties(item: unknown): item is CustomRelationProperties;
|
|
236
|
-
export interface DeployedInstance extends langium.AstNode {
|
|
237
|
-
readonly $container: DeploymentNodeBody | ExtendDeploymentBody;
|
|
238
|
-
readonly $type: 'DeployedInstance';
|
|
239
|
-
body?: DeployedInstanceBody;
|
|
240
|
-
name?: Id;
|
|
241
|
-
summary?: string;
|
|
242
|
-
target: ElementRef;
|
|
243
|
-
title?: string;
|
|
244
|
-
}
|
|
245
|
-
export declare const DeployedInstance = "DeployedInstance";
|
|
246
|
-
export declare function isDeployedInstance(item: unknown): item is DeployedInstance;
|
|
247
|
-
export interface DeployedInstanceBody extends langium.AstNode {
|
|
248
|
-
readonly $container: DeployedInstance;
|
|
249
|
-
readonly $type: 'DeployedInstanceBody';
|
|
250
|
-
elements: Array<DeploymentRelation>;
|
|
251
|
-
props: Array<ElementProperty>;
|
|
252
|
-
tags?: Tags;
|
|
253
|
-
}
|
|
254
|
-
export declare const DeployedInstanceBody = "DeployedInstanceBody";
|
|
255
|
-
export declare function isDeployedInstanceBody(item: unknown): item is DeployedInstanceBody;
|
|
256
|
-
export interface DeploymentNode extends langium.AstNode {
|
|
257
|
-
readonly $container: DeploymentNodeBody | ExtendDeploymentBody | ModelDeployments;
|
|
258
|
-
readonly $type: 'DeploymentNode';
|
|
259
|
-
body?: DeploymentNodeBody;
|
|
260
|
-
kind: langium.Reference<DeploymentNodeKind>;
|
|
261
|
-
name: Id;
|
|
262
|
-
summary?: string;
|
|
263
|
-
title?: string;
|
|
264
|
-
}
|
|
265
|
-
export declare const DeploymentNode = "DeploymentNode";
|
|
266
|
-
export declare function isDeploymentNode(item: unknown): item is DeploymentNode;
|
|
267
|
-
export interface DeploymentNodeBody extends langium.AstNode {
|
|
268
|
-
readonly $container: DeploymentNode;
|
|
269
|
-
readonly $type: 'DeploymentNodeBody';
|
|
270
|
-
elements: Array<DeployedInstance | DeploymentNode | DeploymentRelation>;
|
|
271
|
-
props: Array<ElementProperty>;
|
|
272
|
-
tags?: Tags;
|
|
273
|
-
}
|
|
274
|
-
export declare const DeploymentNodeBody = "DeploymentNodeBody";
|
|
275
|
-
export declare function isDeploymentNodeBody(item: unknown): item is DeploymentNodeBody;
|
|
276
|
-
export interface DeploymentNodeKind extends langium.AstNode {
|
|
277
|
-
readonly $container: SpecificationDeploymentNodeKind;
|
|
278
|
-
readonly $type: 'DeploymentNodeKind';
|
|
279
|
-
name: Id;
|
|
280
|
-
}
|
|
281
|
-
export declare const DeploymentNodeKind = "DeploymentNodeKind";
|
|
282
|
-
export declare function isDeploymentNodeKind(item: unknown): item is DeploymentNodeKind;
|
|
283
|
-
export interface DeploymentRelation extends langium.AstNode {
|
|
284
|
-
readonly $container: DeployedInstanceBody | DeploymentNodeBody | ExtendDeploymentBody | ModelDeployments;
|
|
285
|
-
readonly $type: 'DeploymentRelation';
|
|
286
|
-
body?: DeploymentRelationBody;
|
|
287
|
-
description?: string;
|
|
288
|
-
dotKind?: RelationKindDotRef;
|
|
289
|
-
kind?: langium.Reference<RelationshipKind>;
|
|
290
|
-
source?: FqnRef;
|
|
291
|
-
tags?: Tags;
|
|
292
|
-
target: FqnRef;
|
|
293
|
-
technology?: string;
|
|
294
|
-
title?: string;
|
|
295
|
-
}
|
|
296
|
-
export declare const DeploymentRelation = "DeploymentRelation";
|
|
297
|
-
export declare function isDeploymentRelation(item: unknown): item is DeploymentRelation;
|
|
298
|
-
export interface DeploymentRelationBody extends langium.AstNode {
|
|
299
|
-
readonly $container: DeploymentRelation;
|
|
300
|
-
readonly $type: 'DeploymentRelationBody';
|
|
301
|
-
props: Array<RelationProperty>;
|
|
302
|
-
tags?: Tags;
|
|
303
|
-
}
|
|
304
|
-
export declare const DeploymentRelationBody = "DeploymentRelationBody";
|
|
305
|
-
export declare function isDeploymentRelationBody(item: unknown): item is DeploymentRelationBody;
|
|
306
|
-
export interface DeploymentView extends langium.AstNode {
|
|
307
|
-
readonly $container: ModelViews;
|
|
308
|
-
readonly $type: 'DeploymentView';
|
|
309
|
-
body?: DeploymentViewBody;
|
|
310
|
-
name: Id;
|
|
311
|
-
}
|
|
312
|
-
export declare const DeploymentView = "DeploymentView";
|
|
313
|
-
export declare function isDeploymentView(item: unknown): item is DeploymentView;
|
|
314
|
-
export interface DeploymentViewBody extends langium.AstNode {
|
|
315
|
-
readonly $container: DeploymentView;
|
|
316
|
-
readonly $type: 'DeploymentViewBody';
|
|
317
|
-
props: Array<ViewProperty>;
|
|
318
|
-
rules: Array<DeploymentViewRule>;
|
|
319
|
-
tags?: Tags;
|
|
320
|
-
}
|
|
321
|
-
export declare const DeploymentViewBody = "DeploymentViewBody";
|
|
322
|
-
export declare function isDeploymentViewBody(item: unknown): item is DeploymentViewBody;
|
|
323
|
-
export interface DeploymentViewRulePredicate extends langium.AstNode {
|
|
324
|
-
readonly $container: DeploymentViewBody;
|
|
325
|
-
readonly $type: 'DeploymentViewRulePredicate';
|
|
326
|
-
expr: Expressions;
|
|
327
|
-
isInclude: boolean;
|
|
328
|
-
}
|
|
329
|
-
export declare const DeploymentViewRulePredicate = "DeploymentViewRulePredicate";
|
|
330
|
-
export declare function isDeploymentViewRulePredicate(item: unknown): item is DeploymentViewRulePredicate;
|
|
331
|
-
export interface DeploymentViewRuleStyle extends langium.AstNode {
|
|
332
|
-
readonly $container: DeploymentViewBody;
|
|
333
|
-
readonly $type: 'DeploymentViewRuleStyle';
|
|
334
|
-
props: Array<NotationProperty | StyleProperty>;
|
|
335
|
-
targets: FqnExpressions;
|
|
336
|
-
}
|
|
337
|
-
export declare const DeploymentViewRuleStyle = "DeploymentViewRuleStyle";
|
|
338
|
-
export declare function isDeploymentViewRuleStyle(item: unknown): item is DeploymentViewRuleStyle;
|
|
339
|
-
export interface DirectedRelationExpr extends langium.AstNode {
|
|
340
|
-
readonly $container: Expressions | RelationExprWhere | RelationExprWith;
|
|
341
|
-
readonly $type: 'DirectedRelationExpr';
|
|
342
|
-
source: OutgoingRelationExpr;
|
|
343
|
-
target: FqnExpr;
|
|
344
|
-
}
|
|
345
|
-
export declare const DirectedRelationExpr = "DirectedRelationExpr";
|
|
346
|
-
export declare function isDirectedRelationExpr(item: unknown): item is DirectedRelationExpr;
|
|
347
|
-
export interface DynamicView extends langium.AstNode {
|
|
348
|
-
readonly $container: ModelViews;
|
|
349
|
-
readonly $type: 'DynamicView';
|
|
350
|
-
body?: DynamicViewBody;
|
|
351
|
-
name: Id;
|
|
352
|
-
}
|
|
353
|
-
export declare const DynamicView = "DynamicView";
|
|
354
|
-
export declare function isDynamicView(item: unknown): item is DynamicView;
|
|
355
|
-
export interface DynamicViewBody extends langium.AstNode {
|
|
356
|
-
readonly $container: DynamicView;
|
|
357
|
-
readonly $type: 'DynamicViewBody';
|
|
358
|
-
props: Array<DynamicViewProperty>;
|
|
359
|
-
rules: Array<DynamicViewRule>;
|
|
360
|
-
steps: Array<DynamicViewParallelSteps | DynamicViewStep>;
|
|
361
|
-
tags?: Tags;
|
|
362
|
-
}
|
|
363
|
-
export declare const DynamicViewBody = "DynamicViewBody";
|
|
364
|
-
export declare function isDynamicViewBody(item: unknown): item is DynamicViewBody;
|
|
365
|
-
export interface DynamicViewDisplayVariantProperty extends langium.AstNode {
|
|
366
|
-
readonly $container: DynamicViewBody;
|
|
367
|
-
readonly $type: 'DynamicViewDisplayVariantProperty';
|
|
368
|
-
key: 'variant';
|
|
369
|
-
value: DynamicViewDisplayVariantValue;
|
|
370
|
-
}
|
|
371
|
-
export declare const DynamicViewDisplayVariantProperty = "DynamicViewDisplayVariantProperty";
|
|
372
|
-
export declare function isDynamicViewDisplayVariantProperty(item: unknown): item is DynamicViewDisplayVariantProperty;
|
|
373
|
-
export interface DynamicViewGlobalPredicateRef extends langium.AstNode {
|
|
374
|
-
readonly $container: DynamicViewBody;
|
|
375
|
-
readonly $type: 'DynamicViewGlobalPredicateRef';
|
|
376
|
-
predicate: langium.Reference<GlobalDynamicPredicateGroup>;
|
|
377
|
-
}
|
|
378
|
-
export declare const DynamicViewGlobalPredicateRef = "DynamicViewGlobalPredicateRef";
|
|
379
|
-
export declare function isDynamicViewGlobalPredicateRef(item: unknown): item is DynamicViewGlobalPredicateRef;
|
|
380
|
-
export interface DynamicViewIncludePredicate extends langium.AstNode {
|
|
381
|
-
readonly $container: DynamicViewBody | GlobalDynamicPredicateGroup;
|
|
382
|
-
readonly $type: 'DynamicViewIncludePredicate';
|
|
383
|
-
exprs: Expressions;
|
|
384
|
-
}
|
|
385
|
-
export declare const DynamicViewIncludePredicate = "DynamicViewIncludePredicate";
|
|
386
|
-
export declare function isDynamicViewIncludePredicate(item: unknown): item is DynamicViewIncludePredicate;
|
|
387
|
-
export interface DynamicViewParallelSteps extends langium.AstNode {
|
|
388
|
-
readonly $container: DynamicViewBody;
|
|
389
|
-
readonly $type: 'DynamicViewParallelSteps';
|
|
390
|
-
steps: Array<DynamicViewStep>;
|
|
391
|
-
}
|
|
392
|
-
export declare const DynamicViewParallelSteps = "DynamicViewParallelSteps";
|
|
393
|
-
export declare function isDynamicViewParallelSteps(item: unknown): item is DynamicViewParallelSteps;
|
|
394
|
-
export interface DynamicViewRef extends langium.AstNode {
|
|
395
|
-
readonly $container: RelationNavigateToProperty;
|
|
396
|
-
readonly $type: 'DynamicViewRef';
|
|
397
|
-
view: langium.Reference<DynamicView>;
|
|
398
|
-
}
|
|
399
|
-
export declare const DynamicViewRef = "DynamicViewRef";
|
|
400
|
-
export declare function isDynamicViewRef(item: unknown): item is DynamicViewRef;
|
|
401
|
-
export interface Element extends langium.AstNode {
|
|
402
|
-
readonly $container: ElementBody | ExtendElementBody | Model;
|
|
403
|
-
readonly $type: 'Element';
|
|
404
|
-
body?: ElementBody;
|
|
405
|
-
kind: langium.Reference<ElementKind>;
|
|
406
|
-
name: Id;
|
|
407
|
-
props: Array<string>;
|
|
408
|
-
}
|
|
409
|
-
export declare const Element = "Element";
|
|
410
|
-
export declare function isElement(item: unknown): item is Element;
|
|
411
|
-
export interface ElementBody extends langium.AstNode {
|
|
412
|
-
readonly $container: Element;
|
|
413
|
-
readonly $type: 'ElementBody';
|
|
414
|
-
elements: Array<Element | Relation>;
|
|
415
|
-
props: Array<ElementProperty>;
|
|
416
|
-
tags?: Tags;
|
|
417
|
-
}
|
|
418
|
-
export declare const ElementBody = "ElementBody";
|
|
419
|
-
export declare function isElementBody(item: unknown): item is ElementBody;
|
|
420
|
-
export interface ElementKind extends langium.AstNode {
|
|
421
|
-
readonly $container: SpecificationElementKind;
|
|
422
|
-
readonly $type: 'ElementKind';
|
|
423
|
-
name: Id;
|
|
424
|
-
}
|
|
425
|
-
export declare const ElementKind = "ElementKind";
|
|
426
|
-
export declare function isElementKind(item: unknown): item is ElementKind;
|
|
427
|
-
export interface ElementKindExpression extends langium.AstNode {
|
|
428
|
-
readonly $container: DirectedRelationExpr | Expressions | FqnExprWhere | FqnExprWith | FqnExpressions | IncomingRelationExpr | OutgoingRelationExpr;
|
|
429
|
-
readonly $type: 'ElementKindExpression';
|
|
430
|
-
isEqual: boolean;
|
|
431
|
-
kind: langium.Reference<ElementKind>;
|
|
432
|
-
}
|
|
433
|
-
export declare const ElementKindExpression = "ElementKindExpression";
|
|
434
|
-
export declare function isElementKindExpression(item: unknown): item is ElementKindExpression;
|
|
435
|
-
export interface ElementRef extends langium.AstNode {
|
|
436
|
-
readonly $container: AbstractDynamicStep | DeployedInstance | DynamicStepSingle | ElementView;
|
|
437
|
-
readonly $type: 'ElementRef';
|
|
438
|
-
modelElement: FqnRef;
|
|
439
|
-
}
|
|
440
|
-
export declare const ElementRef = "ElementRef";
|
|
441
|
-
export declare function isElementRef(item: unknown): item is ElementRef;
|
|
442
|
-
export interface ElementStringProperty extends langium.AstNode {
|
|
443
|
-
readonly $container: CustomElementProperties | DeployedInstanceBody | DeploymentNodeBody | ElementBody;
|
|
444
|
-
readonly $type: 'ElementStringProperty';
|
|
445
|
-
key: 'description' | 'summary' | 'technology' | 'title';
|
|
446
|
-
value: MarkdownOrString;
|
|
447
|
-
}
|
|
448
|
-
export declare const ElementStringProperty = "ElementStringProperty";
|
|
449
|
-
export declare function isElementStringProperty(item: unknown): item is ElementStringProperty;
|
|
450
|
-
export interface ElementStyleProperty extends langium.AstNode {
|
|
451
|
-
readonly $container: DeployedInstanceBody | DeploymentNodeBody | ElementBody | SpecificationDeploymentNodeKind | SpecificationElementKind;
|
|
452
|
-
readonly $type: 'ElementStyleProperty';
|
|
453
|
-
key: 'style';
|
|
454
|
-
props: Array<StyleProperty>;
|
|
455
|
-
}
|
|
456
|
-
export declare const ElementStyleProperty = "ElementStyleProperty";
|
|
457
|
-
export declare function isElementStyleProperty(item: unknown): item is ElementStyleProperty;
|
|
458
|
-
export interface ElementTagExpression extends langium.AstNode {
|
|
459
|
-
readonly $container: DirectedRelationExpr | Expressions | FqnExprWhere | FqnExprWith | FqnExpressions | IncomingRelationExpr | OutgoingRelationExpr;
|
|
460
|
-
readonly $type: 'ElementTagExpression';
|
|
461
|
-
isEqual: boolean;
|
|
462
|
-
tag: TagRef;
|
|
463
|
-
}
|
|
464
|
-
export declare const ElementTagExpression = "ElementTagExpression";
|
|
465
|
-
export declare function isElementTagExpression(item: unknown): item is ElementTagExpression;
|
|
466
|
-
export interface ElementView extends langium.AstNode {
|
|
467
|
-
readonly $container: ModelViews;
|
|
468
|
-
readonly $type: 'ElementView';
|
|
469
|
-
body?: ElementViewBody;
|
|
470
|
-
extends?: ElementViewRef;
|
|
471
|
-
name?: Id;
|
|
472
|
-
viewOf?: ElementRef;
|
|
473
|
-
}
|
|
474
|
-
export declare const ElementView = "ElementView";
|
|
475
|
-
export declare function isElementView(item: unknown): item is ElementView;
|
|
476
|
-
export interface ElementViewBody extends langium.AstNode {
|
|
477
|
-
readonly $container: ElementView;
|
|
478
|
-
readonly $type: 'ElementViewBody';
|
|
479
|
-
props: Array<ViewProperty>;
|
|
480
|
-
rules: Array<ViewRule>;
|
|
481
|
-
tags?: Tags;
|
|
482
|
-
}
|
|
483
|
-
export declare const ElementViewBody = "ElementViewBody";
|
|
484
|
-
export declare function isElementViewBody(item: unknown): item is ElementViewBody;
|
|
485
|
-
export interface ElementViewRef extends langium.AstNode {
|
|
486
|
-
readonly $container: ElementView;
|
|
487
|
-
readonly $type: 'ElementViewRef';
|
|
488
|
-
view: langium.Reference<ElementView>;
|
|
489
|
-
}
|
|
490
|
-
export declare const ElementViewRef = "ElementViewRef";
|
|
491
|
-
export declare function isElementViewRef(item: unknown): item is ElementViewRef;
|
|
492
|
-
export interface Expressions extends langium.AstNode {
|
|
493
|
-
readonly $container: DeploymentViewRulePredicate | DynamicViewIncludePredicate | Expressions | ViewRulePredicate;
|
|
494
|
-
readonly $type: 'Expressions';
|
|
495
|
-
prev?: Expressions;
|
|
496
|
-
value: ExpressionV2;
|
|
497
|
-
}
|
|
498
|
-
export declare const Expressions = "Expressions";
|
|
499
|
-
export declare function isExpressions(item: unknown): item is Expressions;
|
|
500
|
-
export interface ExtendDeployment extends langium.AstNode {
|
|
501
|
-
readonly $container: ModelDeployments;
|
|
502
|
-
readonly $type: 'ExtendDeployment';
|
|
503
|
-
body: ExtendDeploymentBody;
|
|
504
|
-
deploymentNode: StrictFqnRef;
|
|
505
|
-
}
|
|
506
|
-
export declare const ExtendDeployment = "ExtendDeployment";
|
|
507
|
-
export declare function isExtendDeployment(item: unknown): item is ExtendDeployment;
|
|
508
|
-
export interface ExtendDeploymentBody extends langium.AstNode {
|
|
509
|
-
readonly $container: ExtendDeployment;
|
|
510
|
-
readonly $type: 'ExtendDeploymentBody';
|
|
511
|
-
elements: Array<DeployedInstance | DeploymentNode | DeploymentRelation>;
|
|
512
|
-
props: Array<ExtendElementProperty>;
|
|
513
|
-
tags?: Tags;
|
|
514
|
-
}
|
|
515
|
-
export declare const ExtendDeploymentBody = "ExtendDeploymentBody";
|
|
516
|
-
export declare function isExtendDeploymentBody(item: unknown): item is ExtendDeploymentBody;
|
|
517
|
-
export interface ExtendElement extends langium.AstNode {
|
|
518
|
-
readonly $container: Model;
|
|
519
|
-
readonly $type: 'ExtendElement';
|
|
520
|
-
body: ExtendElementBody;
|
|
521
|
-
element: StrictFqnElementRef;
|
|
522
|
-
}
|
|
523
|
-
export declare const ExtendElement = "ExtendElement";
|
|
524
|
-
export declare function isExtendElement(item: unknown): item is ExtendElement;
|
|
525
|
-
export interface ExtendElementBody extends langium.AstNode {
|
|
526
|
-
readonly $container: ExtendElement;
|
|
527
|
-
readonly $type: 'ExtendElementBody';
|
|
528
|
-
elements: Array<Element | Relation>;
|
|
529
|
-
props: Array<ExtendElementProperty>;
|
|
530
|
-
tags?: Tags;
|
|
531
|
-
}
|
|
532
|
-
export declare const ExtendElementBody = "ExtendElementBody";
|
|
533
|
-
export declare function isExtendElementBody(item: unknown): item is ExtendElementBody;
|
|
534
|
-
export interface ExtendRelation extends langium.AstNode {
|
|
535
|
-
readonly $container: Model;
|
|
536
|
-
readonly $type: 'ExtendRelation';
|
|
537
|
-
body: ExtendRelationBody;
|
|
538
|
-
dotKind?: RelationKindDotRef;
|
|
539
|
-
kind?: langium.Reference<RelationshipKind>;
|
|
540
|
-
source: FqnRef;
|
|
541
|
-
target: FqnRef;
|
|
542
|
-
title?: string;
|
|
543
|
-
}
|
|
544
|
-
export declare const ExtendRelation = "ExtendRelation";
|
|
545
|
-
export declare function isExtendRelation(item: unknown): item is ExtendRelation;
|
|
546
|
-
export interface ExtendRelationBody extends langium.AstNode {
|
|
547
|
-
readonly $container: ExtendRelation;
|
|
548
|
-
readonly $type: 'ExtendRelationBody';
|
|
549
|
-
props: Array<ExtendRelationProperty>;
|
|
550
|
-
tags?: Tags;
|
|
551
|
-
}
|
|
552
|
-
export declare const ExtendRelationBody = "ExtendRelationBody";
|
|
553
|
-
export declare function isExtendRelationBody(item: unknown): item is ExtendRelationBody;
|
|
554
|
-
export interface FqnExpressions extends langium.AstNode {
|
|
555
|
-
readonly $container: DeploymentViewRuleStyle | FqnExpressions | GlobalStyle | ViewRuleRank | ViewRuleStyle;
|
|
556
|
-
readonly $type: 'FqnExpressions';
|
|
557
|
-
prev?: FqnExpressions;
|
|
558
|
-
value: FqnExpr;
|
|
559
|
-
}
|
|
560
|
-
export declare const FqnExpressions = "FqnExpressions";
|
|
561
|
-
export declare function isFqnExpressions(item: unknown): item is FqnExpressions;
|
|
562
|
-
export interface FqnExprWhere extends langium.AstNode {
|
|
563
|
-
readonly $container: Expressions | FqnExprWith;
|
|
564
|
-
readonly $type: 'FqnExprWhere';
|
|
565
|
-
subject: FqnExpr;
|
|
566
|
-
where?: WhereElementExpression;
|
|
567
|
-
}
|
|
568
|
-
export declare const FqnExprWhere = "FqnExprWhere";
|
|
569
|
-
export declare function isFqnExprWhere(item: unknown): item is FqnExprWhere;
|
|
570
|
-
export interface FqnExprWith extends langium.AstNode {
|
|
571
|
-
readonly $container: Expressions;
|
|
572
|
-
readonly $type: 'FqnExprWith';
|
|
573
|
-
custom?: CustomElementProperties;
|
|
574
|
-
subject: FqnExprOrWhere;
|
|
575
|
-
}
|
|
576
|
-
export declare const FqnExprWith = "FqnExprWith";
|
|
577
|
-
export declare function isFqnExprWith(item: unknown): item is FqnExprWith;
|
|
578
|
-
export interface FqnRef extends langium.AstNode {
|
|
579
|
-
readonly $container: DeploymentRelation | ElementRef | ExtendRelation | FqnRef | FqnRefExpr | Relation;
|
|
580
|
-
readonly $type: 'FqnRef';
|
|
581
|
-
parent?: FqnRef;
|
|
582
|
-
value: langium.Reference<Referenceable>;
|
|
583
|
-
}
|
|
584
|
-
export declare const FqnRef = "FqnRef";
|
|
585
|
-
export declare function isFqnRef(item: unknown): item is FqnRef;
|
|
586
|
-
export interface FqnRefExpr extends langium.AstNode {
|
|
587
|
-
readonly $container: DirectedRelationExpr | Expressions | FqnExprWhere | FqnExprWith | FqnExpressions | IncomingRelationExpr | OutgoingRelationExpr;
|
|
588
|
-
readonly $type: 'FqnRefExpr';
|
|
589
|
-
ref: FqnRef;
|
|
590
|
-
selector?: string;
|
|
591
|
-
}
|
|
592
|
-
export declare const FqnRefExpr = "FqnRefExpr";
|
|
593
|
-
export declare function isFqnRefExpr(item: unknown): item is FqnRefExpr;
|
|
594
|
-
export interface GlobalDynamicPredicateGroup extends langium.AstNode {
|
|
595
|
-
readonly $container: Globals;
|
|
596
|
-
readonly $type: 'GlobalDynamicPredicateGroup';
|
|
597
|
-
name: string;
|
|
598
|
-
predicates: Array<DynamicViewIncludePredicate>;
|
|
599
|
-
}
|
|
600
|
-
export declare const GlobalDynamicPredicateGroup = "GlobalDynamicPredicateGroup";
|
|
601
|
-
export declare function isGlobalDynamicPredicateGroup(item: unknown): item is GlobalDynamicPredicateGroup;
|
|
602
|
-
export interface GlobalPredicateGroup extends langium.AstNode {
|
|
603
|
-
readonly $container: Globals;
|
|
604
|
-
readonly $type: 'GlobalPredicateGroup';
|
|
605
|
-
name: string;
|
|
606
|
-
predicates: Array<ViewRulePredicate>;
|
|
607
|
-
}
|
|
608
|
-
export declare const GlobalPredicateGroup = "GlobalPredicateGroup";
|
|
609
|
-
export declare function isGlobalPredicateGroup(item: unknown): item is GlobalPredicateGroup;
|
|
610
|
-
export interface Globals extends langium.AstNode {
|
|
611
|
-
readonly $container: LikeC4Grammar;
|
|
612
|
-
readonly $type: 'Globals';
|
|
613
|
-
name: 'global';
|
|
614
|
-
predicates: Array<GlobalDynamicPredicateGroup | GlobalPredicateGroup>;
|
|
615
|
-
styles: Array<GlobalStyle | GlobalStyleGroup>;
|
|
616
|
-
}
|
|
617
|
-
export declare const Globals = "Globals";
|
|
618
|
-
export declare function isGlobals(item: unknown): item is Globals;
|
|
619
|
-
export interface GlobalStyle extends langium.AstNode {
|
|
620
|
-
readonly $container: Globals;
|
|
621
|
-
readonly $type: 'GlobalStyle';
|
|
622
|
-
id: GlobalStyleId;
|
|
623
|
-
props: Array<NotationProperty | StyleProperty>;
|
|
624
|
-
targets: FqnExpressions;
|
|
625
|
-
}
|
|
626
|
-
export declare const GlobalStyle = "GlobalStyle";
|
|
627
|
-
export declare function isGlobalStyle(item: unknown): item is GlobalStyle;
|
|
628
|
-
export interface GlobalStyleGroup extends langium.AstNode {
|
|
629
|
-
readonly $container: Globals;
|
|
630
|
-
readonly $type: 'GlobalStyleGroup';
|
|
631
|
-
id: GlobalStyleId;
|
|
632
|
-
styles: Array<ViewRuleStyle>;
|
|
633
|
-
}
|
|
634
|
-
export declare const GlobalStyleGroup = "GlobalStyleGroup";
|
|
635
|
-
export declare function isGlobalStyleGroup(item: unknown): item is GlobalStyleGroup;
|
|
636
|
-
export interface GlobalStyleId extends langium.AstNode {
|
|
637
|
-
readonly $container: GlobalStyle | GlobalStyleGroup;
|
|
638
|
-
readonly $type: 'GlobalStyleId';
|
|
639
|
-
name: string;
|
|
640
|
-
}
|
|
641
|
-
export declare const GlobalStyleId = "GlobalStyleId";
|
|
642
|
-
export declare function isGlobalStyleId(item: unknown): item is GlobalStyleId;
|
|
643
|
-
export interface HexColor extends langium.AstNode {
|
|
644
|
-
readonly $container: SpecificationColor | SpecificationTag;
|
|
645
|
-
readonly $type: 'HexColor';
|
|
646
|
-
hex: number | string;
|
|
647
|
-
}
|
|
648
|
-
export declare const HexColor = "HexColor";
|
|
649
|
-
export declare function isHexColor(item: unknown): item is HexColor;
|
|
650
|
-
export interface IconProperty extends langium.AstNode {
|
|
651
|
-
readonly $container: CustomElementProperties | DeployedInstanceBody | DeploymentNodeBody | DeploymentViewRuleStyle | ElementBody | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
652
|
-
readonly $type: 'IconProperty';
|
|
653
|
-
key: 'icon';
|
|
654
|
-
libicon?: langium.Reference<LibIcon>;
|
|
655
|
-
value?: 'none' | Uri;
|
|
656
|
-
}
|
|
657
|
-
export declare const IconProperty = "IconProperty";
|
|
658
|
-
export declare function isIconProperty(item: unknown): item is IconProperty;
|
|
659
|
-
export interface Imported extends langium.AstNode {
|
|
660
|
-
readonly $container: Imported | ImportsFromPoject;
|
|
661
|
-
readonly $type: 'Imported';
|
|
662
|
-
imported: langium.Reference<Element>;
|
|
663
|
-
prev?: Imported;
|
|
664
|
-
}
|
|
665
|
-
export declare const Imported = "Imported";
|
|
666
|
-
export declare function isImported(item: unknown): item is Imported;
|
|
667
|
-
export interface ImportsFromPoject extends langium.AstNode {
|
|
668
|
-
readonly $container: LikeC4Grammar;
|
|
669
|
-
readonly $type: 'ImportsFromPoject';
|
|
670
|
-
imports: Imported;
|
|
671
|
-
project: string;
|
|
672
|
-
}
|
|
673
|
-
export declare const ImportsFromPoject = "ImportsFromPoject";
|
|
674
|
-
export declare function isImportsFromPoject(item: unknown): item is ImportsFromPoject;
|
|
675
|
-
export interface IncomingRelationExpr extends langium.AstNode {
|
|
676
|
-
readonly $container: Expressions | InOutRelationExpr | RelationExprWhere | RelationExprWith;
|
|
677
|
-
readonly $type: 'IncomingRelationExpr';
|
|
678
|
-
to: FqnExpr;
|
|
679
|
-
}
|
|
680
|
-
export declare const IncomingRelationExpr = "IncomingRelationExpr";
|
|
681
|
-
export declare function isIncomingRelationExpr(item: unknown): item is IncomingRelationExpr;
|
|
682
|
-
export interface InOutRelationExpr extends langium.AstNode {
|
|
683
|
-
readonly $container: Expressions | RelationExprWhere | RelationExprWith;
|
|
684
|
-
readonly $type: 'InOutRelationExpr';
|
|
685
|
-
inout: IncomingRelationExpr;
|
|
686
|
-
}
|
|
687
|
-
export declare const InOutRelationExpr = "InOutRelationExpr";
|
|
688
|
-
export declare function isInOutRelationExpr(item: unknown): item is InOutRelationExpr;
|
|
689
|
-
export interface LibIcon extends langium.AstNode {
|
|
690
|
-
readonly $container: LikeC4Lib;
|
|
691
|
-
readonly $type: 'LibIcon';
|
|
692
|
-
name: IconId;
|
|
693
|
-
}
|
|
694
|
-
export declare const LibIcon = "LibIcon";
|
|
695
|
-
export declare function isLibIcon(item: unknown): item is LibIcon;
|
|
696
|
-
export interface LikeC4Grammar extends langium.AstNode {
|
|
697
|
-
readonly $type: 'LikeC4Grammar';
|
|
698
|
-
deployments: Array<ModelDeployments>;
|
|
699
|
-
globals: Array<Globals>;
|
|
700
|
-
imports: Array<ImportsFromPoject>;
|
|
701
|
-
likec4lib: Array<LikeC4Lib>;
|
|
702
|
-
models: Array<Model>;
|
|
703
|
-
specifications: Array<SpecificationRule>;
|
|
704
|
-
views: Array<ModelViews>;
|
|
705
|
-
}
|
|
706
|
-
export declare const LikeC4Grammar = "LikeC4Grammar";
|
|
707
|
-
export declare function isLikeC4Grammar(item: unknown): item is LikeC4Grammar;
|
|
708
|
-
export interface LikeC4Lib extends langium.AstNode {
|
|
709
|
-
readonly $container: LikeC4Grammar;
|
|
710
|
-
readonly $type: 'LikeC4Lib';
|
|
711
|
-
icons: Array<LibIcon>;
|
|
712
|
-
}
|
|
713
|
-
export declare const LikeC4Lib = "LikeC4Lib";
|
|
714
|
-
export declare function isLikeC4Lib(item: unknown): item is LikeC4Lib;
|
|
715
|
-
export interface LineProperty extends langium.AstNode {
|
|
716
|
-
readonly $container: CustomRelationProperties | RelationStyleProperty | SpecificationRelationshipKind;
|
|
717
|
-
readonly $type: 'LineProperty';
|
|
718
|
-
key: 'line';
|
|
719
|
-
value: LineOptions;
|
|
720
|
-
}
|
|
721
|
-
export declare const LineProperty = "LineProperty";
|
|
722
|
-
export declare function isLineProperty(item: unknown): item is LineProperty;
|
|
723
|
-
export interface LinkProperty extends langium.AstNode {
|
|
724
|
-
readonly $container: DeployedInstanceBody | DeploymentNodeBody | DeploymentRelationBody | DeploymentViewBody | DynamicViewBody | ElementBody | ElementViewBody | ExtendDeploymentBody | ExtendElementBody | ExtendRelationBody | RelationBody | SpecificationDeploymentNodeKind | SpecificationElementKind;
|
|
725
|
-
readonly $type: 'LinkProperty';
|
|
726
|
-
key: 'link';
|
|
727
|
-
title?: string;
|
|
728
|
-
value: Uri;
|
|
729
|
-
}
|
|
730
|
-
export declare const LinkProperty = "LinkProperty";
|
|
731
|
-
export declare function isLinkProperty(item: unknown): item is LinkProperty;
|
|
732
|
-
export interface MarkdownOrString extends langium.AstNode {
|
|
733
|
-
readonly $container: ElementStringProperty | MetadataArray | MetadataAttribute | NotationProperty | NotesProperty | RelationStringProperty | SpecificationElementStringProperty | SpecificationRelationshipStringProperty | ViewStringProperty;
|
|
734
|
-
readonly $type: 'MarkdownOrString';
|
|
735
|
-
markdown?: string;
|
|
736
|
-
text?: string;
|
|
737
|
-
}
|
|
738
|
-
export declare const MarkdownOrString = "MarkdownOrString";
|
|
739
|
-
export declare function isMarkdownOrString(item: unknown): item is MarkdownOrString;
|
|
740
|
-
export interface MetadataArray extends langium.AstNode {
|
|
741
|
-
readonly $container: MetadataAttribute;
|
|
742
|
-
readonly $type: 'MetadataArray';
|
|
743
|
-
values: Array<MarkdownOrString>;
|
|
744
|
-
}
|
|
745
|
-
export declare const MetadataArray = "MetadataArray";
|
|
746
|
-
export declare function isMetadataArray(item: unknown): item is MetadataArray;
|
|
747
|
-
export interface MetadataAttribute extends langium.AstNode {
|
|
748
|
-
readonly $container: MetadataBody;
|
|
749
|
-
readonly $type: 'MetadataAttribute';
|
|
750
|
-
key: string;
|
|
751
|
-
value: MetadataValue;
|
|
752
|
-
}
|
|
753
|
-
export declare const MetadataAttribute = "MetadataAttribute";
|
|
754
|
-
export declare function isMetadataAttribute(item: unknown): item is MetadataAttribute;
|
|
755
|
-
export interface MetadataBody extends langium.AstNode {
|
|
756
|
-
readonly $container: DeployedInstanceBody | DeploymentNodeBody | DeploymentRelationBody | ElementBody | ExtendDeploymentBody | ExtendElementBody | ExtendRelationBody | RelationBody;
|
|
757
|
-
readonly $type: 'MetadataBody';
|
|
758
|
-
props: Array<MetadataAttribute>;
|
|
759
|
-
}
|
|
760
|
-
export declare const MetadataBody = "MetadataBody";
|
|
761
|
-
export declare function isMetadataBody(item: unknown): item is MetadataBody;
|
|
762
|
-
export interface Model extends langium.AstNode {
|
|
763
|
-
readonly $container: LikeC4Grammar;
|
|
764
|
-
readonly $type: 'Model';
|
|
765
|
-
elements: Array<Element | ExtendElement | ExtendRelation | Relation>;
|
|
766
|
-
name: 'model';
|
|
767
|
-
}
|
|
768
|
-
export declare const Model = "Model";
|
|
769
|
-
export declare function isModel(item: unknown): item is Model;
|
|
770
|
-
export interface ModelDeployments extends langium.AstNode {
|
|
771
|
-
readonly $container: LikeC4Grammar;
|
|
772
|
-
readonly $type: 'ModelDeployments';
|
|
773
|
-
elements: Array<DeploymentNode | DeploymentRelation | ExtendDeployment>;
|
|
774
|
-
name: 'deployment';
|
|
775
|
-
}
|
|
776
|
-
export declare const ModelDeployments = "ModelDeployments";
|
|
777
|
-
export declare function isModelDeployments(item: unknown): item is ModelDeployments;
|
|
778
|
-
export interface ModelViews extends langium.AstNode {
|
|
779
|
-
readonly $container: LikeC4Grammar;
|
|
780
|
-
readonly $type: 'ModelViews';
|
|
781
|
-
folder?: string;
|
|
782
|
-
name: 'views';
|
|
783
|
-
styles: Array<ViewRuleStyleOrGlobalRef>;
|
|
784
|
-
views: Array<LikeC4View>;
|
|
785
|
-
}
|
|
786
|
-
export declare const ModelViews = "ModelViews";
|
|
787
|
-
export declare function isModelViews(item: unknown): item is ModelViews;
|
|
788
|
-
export interface MultipleProperty extends langium.AstNode {
|
|
789
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
790
|
-
readonly $type: 'MultipleProperty';
|
|
791
|
-
key: 'multiple';
|
|
792
|
-
value: boolean;
|
|
793
|
-
}
|
|
794
|
-
export declare const MultipleProperty = "MultipleProperty";
|
|
795
|
-
export declare function isMultipleProperty(item: unknown): item is MultipleProperty;
|
|
796
|
-
export interface NavigateToProperty extends langium.AstNode {
|
|
797
|
-
readonly $container: CustomElementProperties;
|
|
798
|
-
readonly $type: 'NavigateToProperty';
|
|
799
|
-
key: 'navigateTo';
|
|
800
|
-
value: ViewRef;
|
|
801
|
-
}
|
|
802
|
-
export declare const NavigateToProperty = "NavigateToProperty";
|
|
803
|
-
export declare function isNavigateToProperty(item: unknown): item is NavigateToProperty;
|
|
804
|
-
export interface NotationProperty extends langium.AstNode {
|
|
805
|
-
readonly $container: CustomElementProperties | CustomRelationProperties | DeploymentViewRuleStyle | GlobalStyle | ViewRuleStyle;
|
|
806
|
-
readonly $type: 'NotationProperty';
|
|
807
|
-
key: 'notation';
|
|
808
|
-
value: MarkdownOrString;
|
|
809
|
-
}
|
|
810
|
-
export declare const NotationProperty = "NotationProperty";
|
|
811
|
-
export declare function isNotationProperty(item: unknown): item is NotationProperty;
|
|
812
|
-
export interface NotesProperty extends langium.AstNode {
|
|
813
|
-
readonly $container: CustomRelationProperties;
|
|
814
|
-
readonly $type: 'NotesProperty';
|
|
815
|
-
key: 'notes';
|
|
816
|
-
value: MarkdownOrString;
|
|
817
|
-
}
|
|
818
|
-
export declare const NotesProperty = "NotesProperty";
|
|
819
|
-
export declare function isNotesProperty(item: unknown): item is NotesProperty;
|
|
820
|
-
export interface OpacityProperty extends langium.AstNode {
|
|
821
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleGroup | ViewRuleStyle;
|
|
822
|
-
readonly $type: 'OpacityProperty';
|
|
823
|
-
key: 'opacity';
|
|
824
|
-
value: string;
|
|
825
|
-
}
|
|
826
|
-
export declare const OpacityProperty = "OpacityProperty";
|
|
827
|
-
export declare function isOpacityProperty(item: unknown): item is OpacityProperty;
|
|
828
|
-
export interface OutgoingRelationExpr extends langium.AstNode {
|
|
829
|
-
readonly $container: DirectedRelationExpr | Expressions | RelationExprWhere | RelationExprWith;
|
|
830
|
-
readonly $type: 'OutgoingRelationExpr';
|
|
831
|
-
dotKind?: RelationKindDotRef;
|
|
832
|
-
from: FqnExpr;
|
|
833
|
-
isBidirectional: boolean;
|
|
834
|
-
kind?: langium.Reference<RelationshipKind>;
|
|
835
|
-
}
|
|
836
|
-
export declare const OutgoingRelationExpr = "OutgoingRelationExpr";
|
|
837
|
-
export declare function isOutgoingRelationExpr(item: unknown): item is OutgoingRelationExpr;
|
|
838
|
-
export interface PaddingSizeProperty extends langium.AstNode {
|
|
839
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
840
|
-
readonly $type: 'PaddingSizeProperty';
|
|
841
|
-
key: 'padding';
|
|
842
|
-
value: SizeValue;
|
|
843
|
-
}
|
|
844
|
-
export declare const PaddingSizeProperty = "PaddingSizeProperty";
|
|
845
|
-
export declare function isPaddingSizeProperty(item: unknown): item is PaddingSizeProperty;
|
|
846
|
-
export interface Relation extends langium.AstNode {
|
|
847
|
-
readonly $container: ElementBody | ExtendElementBody | Model;
|
|
848
|
-
readonly $type: 'Relation';
|
|
849
|
-
body?: RelationBody;
|
|
850
|
-
description?: string;
|
|
851
|
-
dotKind?: RelationKindDotRef;
|
|
852
|
-
kind?: langium.Reference<RelationshipKind>;
|
|
853
|
-
source?: FqnRef;
|
|
854
|
-
tags?: Tags;
|
|
855
|
-
target: FqnRef;
|
|
856
|
-
technology?: string;
|
|
857
|
-
title?: string;
|
|
858
|
-
}
|
|
859
|
-
export declare const Relation = "Relation";
|
|
860
|
-
export declare function isRelation(item: unknown): item is Relation;
|
|
861
|
-
export interface RelationBody extends langium.AstNode {
|
|
862
|
-
readonly $container: Relation;
|
|
863
|
-
readonly $type: 'RelationBody';
|
|
864
|
-
props: Array<RelationProperty>;
|
|
865
|
-
tags?: Tags;
|
|
866
|
-
}
|
|
867
|
-
export declare const RelationBody = "RelationBody";
|
|
868
|
-
export declare function isRelationBody(item: unknown): item is RelationBody;
|
|
869
|
-
export interface RelationExprWhere extends langium.AstNode {
|
|
870
|
-
readonly $container: Expressions | RelationExprWith;
|
|
871
|
-
readonly $type: 'RelationExprWhere';
|
|
872
|
-
subject: RelationExpr;
|
|
873
|
-
where?: WhereRelationExpression;
|
|
874
|
-
}
|
|
875
|
-
export declare const RelationExprWhere = "RelationExprWhere";
|
|
876
|
-
export declare function isRelationExprWhere(item: unknown): item is RelationExprWhere;
|
|
877
|
-
export interface RelationExprWith extends langium.AstNode {
|
|
878
|
-
readonly $container: Expressions;
|
|
879
|
-
readonly $type: 'RelationExprWith';
|
|
880
|
-
custom?: CustomRelationProperties;
|
|
881
|
-
subject: RelationExprOrWhere;
|
|
882
|
-
}
|
|
883
|
-
export declare const RelationExprWith = "RelationExprWith";
|
|
884
|
-
export declare function isRelationExprWith(item: unknown): item is RelationExprWith;
|
|
885
|
-
export interface RelationKindDotRef extends langium.AstNode {
|
|
886
|
-
readonly $container: AbstractDynamicStep | DeploymentRelation | ExtendRelation | OutgoingRelationExpr | Relation;
|
|
887
|
-
readonly $type: 'RelationKindDotRef';
|
|
888
|
-
kind: langium.Reference<RelationshipKind>;
|
|
889
|
-
}
|
|
890
|
-
export declare const RelationKindDotRef = "RelationKindDotRef";
|
|
891
|
-
export declare function isRelationKindDotRef(item: unknown): item is RelationKindDotRef;
|
|
892
|
-
export interface RelationNavigateToProperty extends langium.AstNode {
|
|
893
|
-
readonly $container: CustomRelationProperties | DeploymentRelationBody | RelationBody;
|
|
894
|
-
readonly $type: 'RelationNavigateToProperty';
|
|
895
|
-
key: 'navigateTo';
|
|
896
|
-
value: DynamicViewRef;
|
|
897
|
-
}
|
|
898
|
-
export declare const RelationNavigateToProperty = "RelationNavigateToProperty";
|
|
899
|
-
export declare function isRelationNavigateToProperty(item: unknown): item is RelationNavigateToProperty;
|
|
900
|
-
export interface RelationshipKind extends langium.AstNode {
|
|
901
|
-
readonly $container: SpecificationRelationshipKind;
|
|
902
|
-
readonly $type: 'RelationshipKind';
|
|
903
|
-
name: Id;
|
|
904
|
-
}
|
|
905
|
-
export declare const RelationshipKind = "RelationshipKind";
|
|
906
|
-
export declare function isRelationshipKind(item: unknown): item is RelationshipKind;
|
|
907
|
-
export interface RelationStringProperty extends langium.AstNode {
|
|
908
|
-
readonly $container: CustomRelationProperties | DeploymentRelationBody | RelationBody;
|
|
909
|
-
readonly $type: 'RelationStringProperty';
|
|
910
|
-
key: 'description' | 'technology' | 'title';
|
|
911
|
-
value: MarkdownOrString;
|
|
912
|
-
}
|
|
913
|
-
export declare const RelationStringProperty = "RelationStringProperty";
|
|
914
|
-
export declare function isRelationStringProperty(item: unknown): item is RelationStringProperty;
|
|
915
|
-
export interface RelationStyleProperty extends langium.AstNode {
|
|
916
|
-
readonly $container: DeploymentRelationBody | RelationBody;
|
|
917
|
-
readonly $type: 'RelationStyleProperty';
|
|
918
|
-
key: 'style';
|
|
919
|
-
props: Array<RelationshipStyleProperty>;
|
|
920
|
-
}
|
|
921
|
-
export declare const RelationStyleProperty = "RelationStyleProperty";
|
|
922
|
-
export declare function isRelationStyleProperty(item: unknown): item is RelationStyleProperty;
|
|
923
|
-
export interface RGBAColor extends langium.AstNode {
|
|
924
|
-
readonly $container: SpecificationColor | SpecificationTag;
|
|
925
|
-
readonly $type: 'RGBAColor';
|
|
926
|
-
alpha?: number | string;
|
|
927
|
-
blue: number;
|
|
928
|
-
green: number;
|
|
929
|
-
red: number;
|
|
930
|
-
}
|
|
931
|
-
export declare const RGBAColor = "RGBAColor";
|
|
932
|
-
export declare function isRGBAColor(item: unknown): item is RGBAColor;
|
|
933
|
-
export interface ShapeProperty extends langium.AstNode {
|
|
934
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
935
|
-
readonly $type: 'ShapeProperty';
|
|
936
|
-
key: 'shape';
|
|
937
|
-
value: ElementShape;
|
|
938
|
-
}
|
|
939
|
-
export declare const ShapeProperty = "ShapeProperty";
|
|
940
|
-
export declare function isShapeProperty(item: unknown): item is ShapeProperty;
|
|
941
|
-
export interface ShapeSizeProperty extends langium.AstNode {
|
|
942
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
943
|
-
readonly $type: 'ShapeSizeProperty';
|
|
944
|
-
key: 'size';
|
|
945
|
-
value: SizeValue;
|
|
946
|
-
}
|
|
947
|
-
export declare const ShapeSizeProperty = "ShapeSizeProperty";
|
|
948
|
-
export declare function isShapeSizeProperty(item: unknown): item is ShapeSizeProperty;
|
|
949
|
-
export interface SpecificationColor extends langium.AstNode {
|
|
950
|
-
readonly $container: SpecificationRule;
|
|
951
|
-
readonly $type: 'SpecificationColor';
|
|
952
|
-
color: ColorLiteral;
|
|
953
|
-
name: CustomColor;
|
|
954
|
-
}
|
|
955
|
-
export declare const SpecificationColor = "SpecificationColor";
|
|
956
|
-
export declare function isSpecificationColor(item: unknown): item is SpecificationColor;
|
|
957
|
-
export interface SpecificationDeploymentNodeKind extends langium.AstNode {
|
|
958
|
-
readonly $container: SpecificationRule;
|
|
959
|
-
readonly $type: 'SpecificationDeploymentNodeKind';
|
|
960
|
-
kind: DeploymentNodeKind;
|
|
961
|
-
props: Array<ElementStyleProperty | LinkProperty | SpecificationElementStringProperty>;
|
|
962
|
-
tags?: Tags;
|
|
963
|
-
}
|
|
964
|
-
export declare const SpecificationDeploymentNodeKind = "SpecificationDeploymentNodeKind";
|
|
965
|
-
export declare function isSpecificationDeploymentNodeKind(item: unknown): item is SpecificationDeploymentNodeKind;
|
|
966
|
-
export interface SpecificationElementKind extends langium.AstNode {
|
|
967
|
-
readonly $container: SpecificationRule;
|
|
968
|
-
readonly $type: 'SpecificationElementKind';
|
|
969
|
-
kind: ElementKind;
|
|
970
|
-
props: Array<ElementStyleProperty | LinkProperty | SpecificationElementStringProperty>;
|
|
971
|
-
tags?: Tags;
|
|
972
|
-
}
|
|
973
|
-
export declare const SpecificationElementKind = "SpecificationElementKind";
|
|
974
|
-
export declare function isSpecificationElementKind(item: unknown): item is SpecificationElementKind;
|
|
975
|
-
export interface SpecificationElementStringProperty extends langium.AstNode {
|
|
976
|
-
readonly $container: SpecificationDeploymentNodeKind | SpecificationElementKind;
|
|
977
|
-
readonly $type: 'SpecificationElementStringProperty';
|
|
978
|
-
key: 'description' | 'notation' | 'summary' | 'technology' | 'title';
|
|
979
|
-
value: MarkdownOrString;
|
|
980
|
-
}
|
|
981
|
-
export declare const SpecificationElementStringProperty = "SpecificationElementStringProperty";
|
|
982
|
-
export declare function isSpecificationElementStringProperty(item: unknown): item is SpecificationElementStringProperty;
|
|
983
|
-
export interface SpecificationRelationshipKind extends langium.AstNode {
|
|
984
|
-
readonly $container: SpecificationRule;
|
|
985
|
-
readonly $type: 'SpecificationRelationshipKind';
|
|
986
|
-
kind: RelationshipKind;
|
|
987
|
-
props: Array<RelationshipStyleProperty | SpecificationRelationshipStringProperty>;
|
|
988
|
-
}
|
|
989
|
-
export declare const SpecificationRelationshipKind = "SpecificationRelationshipKind";
|
|
990
|
-
export declare function isSpecificationRelationshipKind(item: unknown): item is SpecificationRelationshipKind;
|
|
991
|
-
export interface SpecificationRelationshipStringProperty extends langium.AstNode {
|
|
992
|
-
readonly $container: SpecificationRelationshipKind;
|
|
993
|
-
readonly $type: 'SpecificationRelationshipStringProperty';
|
|
994
|
-
key: 'notation' | 'technology';
|
|
995
|
-
value: MarkdownOrString;
|
|
996
|
-
}
|
|
997
|
-
export declare const SpecificationRelationshipStringProperty = "SpecificationRelationshipStringProperty";
|
|
998
|
-
export declare function isSpecificationRelationshipStringProperty(item: unknown): item is SpecificationRelationshipStringProperty;
|
|
999
|
-
export interface SpecificationRule extends langium.AstNode {
|
|
1000
|
-
readonly $container: LikeC4Grammar;
|
|
1001
|
-
readonly $type: 'SpecificationRule';
|
|
1002
|
-
colors: Array<SpecificationColor>;
|
|
1003
|
-
deploymentNodes: Array<SpecificationDeploymentNodeKind>;
|
|
1004
|
-
elements: Array<SpecificationElementKind>;
|
|
1005
|
-
name: 'specification';
|
|
1006
|
-
relationships: Array<SpecificationRelationshipKind>;
|
|
1007
|
-
tags: Array<SpecificationTag>;
|
|
1008
|
-
}
|
|
1009
|
-
export declare const SpecificationRule = "SpecificationRule";
|
|
1010
|
-
export declare function isSpecificationRule(item: unknown): item is SpecificationRule;
|
|
1011
|
-
export interface SpecificationTag extends langium.AstNode {
|
|
1012
|
-
readonly $container: SpecificationRule;
|
|
1013
|
-
readonly $type: 'SpecificationTag';
|
|
1014
|
-
color?: ColorLiteral;
|
|
1015
|
-
tag: Tag;
|
|
1016
|
-
}
|
|
1017
|
-
export declare const SpecificationTag = "SpecificationTag";
|
|
1018
|
-
export declare function isSpecificationTag(item: unknown): item is SpecificationTag;
|
|
1019
|
-
export interface StrictFqnElementRef extends langium.AstNode {
|
|
1020
|
-
readonly $container: ExtendElement | StrictFqnElementRef;
|
|
1021
|
-
readonly $type: 'StrictFqnElementRef';
|
|
1022
|
-
el: langium.Reference<Element>;
|
|
1023
|
-
parent?: StrictFqnElementRef;
|
|
1024
|
-
}
|
|
1025
|
-
export declare const StrictFqnElementRef = "StrictFqnElementRef";
|
|
1026
|
-
export declare function isStrictFqnElementRef(item: unknown): item is StrictFqnElementRef;
|
|
1027
|
-
export interface StrictFqnRef extends langium.AstNode {
|
|
1028
|
-
readonly $container: ExtendDeployment | StrictFqnRef;
|
|
1029
|
-
readonly $type: 'StrictFqnRef';
|
|
1030
|
-
parent?: StrictFqnRef;
|
|
1031
|
-
value: langium.Reference<Referenceable>;
|
|
1032
|
-
}
|
|
1033
|
-
export declare const StrictFqnRef = "StrictFqnRef";
|
|
1034
|
-
export declare function isStrictFqnRef(item: unknown): item is StrictFqnRef;
|
|
1035
|
-
export interface Tag extends langium.AstNode {
|
|
1036
|
-
readonly $container: SpecificationTag;
|
|
1037
|
-
readonly $type: 'Tag';
|
|
1038
|
-
name: Id;
|
|
1039
|
-
}
|
|
1040
|
-
export declare const Tag = "Tag";
|
|
1041
|
-
export declare function isTag(item: unknown): item is Tag;
|
|
1042
|
-
export interface TagRef extends langium.AstNode {
|
|
1043
|
-
readonly $container: ElementTagExpression | Tags | WhereElementTag | WhereRelationParticipantTag | WhereRelationTag;
|
|
1044
|
-
readonly $type: 'TagRef';
|
|
1045
|
-
tag: langium.Reference<Tag>;
|
|
1046
|
-
}
|
|
1047
|
-
export declare const TagRef = "TagRef";
|
|
1048
|
-
export declare function isTagRef(item: unknown): item is TagRef;
|
|
1049
|
-
export interface Tags extends langium.AstNode {
|
|
1050
|
-
readonly $container: DeployedInstanceBody | DeploymentNodeBody | DeploymentRelation | DeploymentRelationBody | DeploymentViewBody | DynamicViewBody | ElementBody | ElementViewBody | ExtendDeploymentBody | ExtendElementBody | ExtendRelationBody | Relation | RelationBody | SpecificationDeploymentNodeKind | SpecificationElementKind | Tags;
|
|
1051
|
-
readonly $type: 'Tags';
|
|
1052
|
-
prev?: Tags;
|
|
1053
|
-
values: Array<TagRef>;
|
|
1054
|
-
}
|
|
1055
|
-
export declare const Tags = "Tags";
|
|
1056
|
-
export declare function isTags(item: unknown): item is Tags;
|
|
1057
|
-
export interface TextSizeProperty extends langium.AstNode {
|
|
1058
|
-
readonly $container: CustomElementProperties | DeploymentViewRuleStyle | ElementStyleProperty | GlobalStyle | ViewRuleStyle;
|
|
1059
|
-
readonly $type: 'TextSizeProperty';
|
|
1060
|
-
key: 'textSize';
|
|
1061
|
-
value: SizeValue;
|
|
1062
|
-
}
|
|
1063
|
-
export declare const TextSizeProperty = "TextSizeProperty";
|
|
1064
|
-
export declare function isTextSizeProperty(item: unknown): item is TextSizeProperty;
|
|
1065
|
-
export interface ViewRef extends langium.AstNode {
|
|
1066
|
-
readonly $container: NavigateToProperty;
|
|
1067
|
-
readonly $type: 'ViewRef';
|
|
1068
|
-
view: langium.Reference<LikeC4View>;
|
|
1069
|
-
}
|
|
1070
|
-
export declare const ViewRef = "ViewRef";
|
|
1071
|
-
export declare function isViewRef(item: unknown): item is ViewRef;
|
|
1072
|
-
export interface ViewRuleAutoLayout extends langium.AstNode {
|
|
1073
|
-
readonly $container: DeploymentViewBody | DynamicViewBody | ElementViewBody;
|
|
1074
|
-
readonly $type: 'ViewRuleAutoLayout';
|
|
1075
|
-
direction: ViewLayoutDirection;
|
|
1076
|
-
nodeSep?: number;
|
|
1077
|
-
rankSep?: number;
|
|
1078
|
-
}
|
|
1079
|
-
export declare const ViewRuleAutoLayout = "ViewRuleAutoLayout";
|
|
1080
|
-
export declare function isViewRuleAutoLayout(item: unknown): item is ViewRuleAutoLayout;
|
|
1081
|
-
export interface ViewRuleGlobalPredicateRef extends langium.AstNode {
|
|
1082
|
-
readonly $container: ElementViewBody;
|
|
1083
|
-
readonly $type: 'ViewRuleGlobalPredicateRef';
|
|
1084
|
-
predicate: langium.Reference<GlobalPredicateGroup>;
|
|
1085
|
-
}
|
|
1086
|
-
export declare const ViewRuleGlobalPredicateRef = "ViewRuleGlobalPredicateRef";
|
|
1087
|
-
export declare function isViewRuleGlobalPredicateRef(item: unknown): item is ViewRuleGlobalPredicateRef;
|
|
1088
|
-
export interface ViewRuleGlobalStyle extends langium.AstNode {
|
|
1089
|
-
readonly $container: DynamicViewBody | ElementViewBody | ModelViews;
|
|
1090
|
-
readonly $type: 'ViewRuleGlobalStyle';
|
|
1091
|
-
style: langium.Reference<GlobalStyleId>;
|
|
1092
|
-
}
|
|
1093
|
-
export declare const ViewRuleGlobalStyle = "ViewRuleGlobalStyle";
|
|
1094
|
-
export declare function isViewRuleGlobalStyle(item: unknown): item is ViewRuleGlobalStyle;
|
|
1095
|
-
export interface ViewRuleGroup extends langium.AstNode {
|
|
1096
|
-
readonly $container: ElementViewBody | ViewRuleGroup;
|
|
1097
|
-
readonly $type: 'ViewRuleGroup';
|
|
1098
|
-
groupRules: Array<ViewRuleGroup | ViewRulePredicate>;
|
|
1099
|
-
props: Array<BorderProperty | ColorProperty | OpacityProperty>;
|
|
1100
|
-
title?: string;
|
|
1101
|
-
}
|
|
1102
|
-
export declare const ViewRuleGroup = "ViewRuleGroup";
|
|
1103
|
-
export declare function isViewRuleGroup(item: unknown): item is ViewRuleGroup;
|
|
1104
|
-
export interface ViewRulePredicate extends langium.AstNode {
|
|
1105
|
-
readonly $container: ElementViewBody | GlobalPredicateGroup | ViewRuleGroup;
|
|
1106
|
-
readonly $type: 'ViewRulePredicate';
|
|
1107
|
-
exprs: Expressions;
|
|
1108
|
-
isInclude: boolean;
|
|
1109
|
-
}
|
|
1110
|
-
export declare const ViewRulePredicate = "ViewRulePredicate";
|
|
1111
|
-
export declare function isViewRulePredicate(item: unknown): item is ViewRulePredicate;
|
|
1112
|
-
export interface ViewRuleRank extends langium.AstNode {
|
|
1113
|
-
readonly $container: ElementViewBody;
|
|
1114
|
-
readonly $type: 'ViewRuleRank';
|
|
1115
|
-
targets: FqnExpressions;
|
|
1116
|
-
value?: RankValue;
|
|
1117
|
-
}
|
|
1118
|
-
export declare const ViewRuleRank = "ViewRuleRank";
|
|
1119
|
-
export declare function isViewRuleRank(item: unknown): item is ViewRuleRank;
|
|
1120
|
-
export interface ViewRuleStyle extends langium.AstNode {
|
|
1121
|
-
readonly $container: DynamicViewBody | ElementViewBody | GlobalStyleGroup | ModelViews;
|
|
1122
|
-
readonly $type: 'ViewRuleStyle';
|
|
1123
|
-
props: Array<NotationProperty | StyleProperty>;
|
|
1124
|
-
targets: FqnExpressions;
|
|
1125
|
-
}
|
|
1126
|
-
export declare const ViewRuleStyle = "ViewRuleStyle";
|
|
1127
|
-
export declare function isViewRuleStyle(item: unknown): item is ViewRuleStyle;
|
|
1128
|
-
export interface ViewStringProperty extends langium.AstNode {
|
|
1129
|
-
readonly $container: DeploymentViewBody | DynamicViewBody | ElementViewBody;
|
|
1130
|
-
readonly $type: 'ViewStringProperty';
|
|
1131
|
-
key: 'description' | 'title';
|
|
1132
|
-
value: MarkdownOrString;
|
|
1133
|
-
}
|
|
1134
|
-
export declare const ViewStringProperty = "ViewStringProperty";
|
|
1135
|
-
export declare function isViewStringProperty(item: unknown): item is ViewStringProperty;
|
|
1136
|
-
export interface WhereBinaryExpression extends langium.AstNode {
|
|
1137
|
-
readonly $container: FqnExprWhere | RelationExprWhere | WhereBinaryExpression | WhereElementNegation | WhereRelationNegation;
|
|
1138
|
-
readonly $type: 'WhereBinaryExpression';
|
|
1139
|
-
left: WhereElementExpression | WhereRelationExpression;
|
|
1140
|
-
operator: 'and' | 'or';
|
|
1141
|
-
right: WhereElementExpression | WhereRelationExpression;
|
|
1142
|
-
}
|
|
1143
|
-
export declare const WhereBinaryExpression = "WhereBinaryExpression";
|
|
1144
|
-
export declare function isWhereBinaryExpression(item: unknown): item is WhereBinaryExpression;
|
|
1145
|
-
export interface WhereElementKind extends langium.AstNode {
|
|
1146
|
-
readonly $container: FqnExprWhere | WhereBinaryExpression | WhereElementNegation;
|
|
1147
|
-
readonly $type: 'WhereElementKind';
|
|
1148
|
-
not: boolean;
|
|
1149
|
-
operator: 'is' | string;
|
|
1150
|
-
value: langium.Reference<DeploymentNodeOrElementKind>;
|
|
1151
|
-
}
|
|
1152
|
-
export declare const WhereElementKind = "WhereElementKind";
|
|
1153
|
-
export declare function isWhereElementKind(item: unknown): item is WhereElementKind;
|
|
1154
|
-
export interface WhereElementNegation extends langium.AstNode {
|
|
1155
|
-
readonly $container: FqnExprWhere | WhereBinaryExpression | WhereElementNegation;
|
|
1156
|
-
readonly $type: 'WhereElementNegation';
|
|
1157
|
-
value: WhereElementExpression;
|
|
1158
|
-
}
|
|
1159
|
-
export declare const WhereElementNegation = "WhereElementNegation";
|
|
1160
|
-
export declare function isWhereElementNegation(item: unknown): item is WhereElementNegation;
|
|
1161
|
-
export interface WhereElementTag extends langium.AstNode {
|
|
1162
|
-
readonly $container: FqnExprWhere | WhereBinaryExpression | WhereElementNegation;
|
|
1163
|
-
readonly $type: 'WhereElementTag';
|
|
1164
|
-
not: boolean;
|
|
1165
|
-
operator: 'is' | string;
|
|
1166
|
-
value: TagRef;
|
|
1167
|
-
}
|
|
1168
|
-
export declare const WhereElementTag = "WhereElementTag";
|
|
1169
|
-
export declare function isWhereElementTag(item: unknown): item is WhereElementTag;
|
|
1170
|
-
export interface WhereRelationKind extends langium.AstNode {
|
|
1171
|
-
readonly $container: RelationExprWhere | WhereBinaryExpression | WhereRelationNegation;
|
|
1172
|
-
readonly $type: 'WhereRelationKind';
|
|
1173
|
-
not: boolean;
|
|
1174
|
-
operator: 'is' | string;
|
|
1175
|
-
value: langium.Reference<RelationshipKind>;
|
|
1176
|
-
}
|
|
1177
|
-
export declare const WhereRelationKind = "WhereRelationKind";
|
|
1178
|
-
export declare function isWhereRelationKind(item: unknown): item is WhereRelationKind;
|
|
1179
|
-
export interface WhereRelationNegation extends langium.AstNode {
|
|
1180
|
-
readonly $container: RelationExprWhere | WhereBinaryExpression | WhereRelationNegation;
|
|
1181
|
-
readonly $type: 'WhereRelationNegation';
|
|
1182
|
-
value: WhereRelationExpression;
|
|
1183
|
-
}
|
|
1184
|
-
export declare const WhereRelationNegation = "WhereRelationNegation";
|
|
1185
|
-
export declare function isWhereRelationNegation(item: unknown): item is WhereRelationNegation;
|
|
1186
|
-
export interface WhereRelationParticipantKind extends langium.AstNode {
|
|
1187
|
-
readonly $container: RelationExprWhere | WhereBinaryExpression | WhereRelationNegation;
|
|
1188
|
-
readonly $type: 'WhereRelationParticipantKind';
|
|
1189
|
-
not: boolean;
|
|
1190
|
-
operator: 'is' | string;
|
|
1191
|
-
participant: Participant;
|
|
1192
|
-
value: langium.Reference<DeploymentNodeOrElementKind>;
|
|
1193
|
-
}
|
|
1194
|
-
export declare const WhereRelationParticipantKind = "WhereRelationParticipantKind";
|
|
1195
|
-
export declare function isWhereRelationParticipantKind(item: unknown): item is WhereRelationParticipantKind;
|
|
1196
|
-
export interface WhereRelationParticipantTag extends langium.AstNode {
|
|
1197
|
-
readonly $container: RelationExprWhere | WhereBinaryExpression | WhereRelationNegation;
|
|
1198
|
-
readonly $type: 'WhereRelationParticipantTag';
|
|
1199
|
-
not: boolean;
|
|
1200
|
-
operator: 'is' | string;
|
|
1201
|
-
participant: Participant;
|
|
1202
|
-
value: TagRef;
|
|
1203
|
-
}
|
|
1204
|
-
export declare const WhereRelationParticipantTag = "WhereRelationParticipantTag";
|
|
1205
|
-
export declare function isWhereRelationParticipantTag(item: unknown): item is WhereRelationParticipantTag;
|
|
1206
|
-
export interface WhereRelationTag extends langium.AstNode {
|
|
1207
|
-
readonly $container: RelationExprWhere | WhereBinaryExpression | WhereRelationNegation;
|
|
1208
|
-
readonly $type: 'WhereRelationTag';
|
|
1209
|
-
not: boolean;
|
|
1210
|
-
operator: 'is' | string;
|
|
1211
|
-
value: TagRef;
|
|
1212
|
-
}
|
|
1213
|
-
export declare const WhereRelationTag = "WhereRelationTag";
|
|
1214
|
-
export declare function isWhereRelationTag(item: unknown): item is WhereRelationTag;
|
|
1215
|
-
export interface WildcardExpression extends langium.AstNode {
|
|
1216
|
-
readonly $container: DirectedRelationExpr | Expressions | FqnExprWhere | FqnExprWith | FqnExpressions | IncomingRelationExpr | OutgoingRelationExpr;
|
|
1217
|
-
readonly $type: 'WildcardExpression';
|
|
1218
|
-
isWildcard: boolean;
|
|
1219
|
-
}
|
|
1220
|
-
export declare const WildcardExpression = "WildcardExpression";
|
|
1221
|
-
export declare function isWildcardExpression(item: unknown): item is WildcardExpression;
|
|
1222
|
-
export interface DynamicStepChain extends AbstractDynamicStep {
|
|
1223
|
-
readonly $container: DynamicStepChain | DynamicViewBody | DynamicViewParallelSteps;
|
|
1224
|
-
readonly $type: 'DynamicStepChain';
|
|
1225
|
-
source: DynamicStepChain | DynamicStepSingle;
|
|
1226
|
-
}
|
|
1227
|
-
export declare const DynamicStepChain = "DynamicStepChain";
|
|
1228
|
-
export declare function isDynamicStepChain(item: unknown): item is DynamicStepChain;
|
|
1229
|
-
export interface DynamicStepSingle extends AbstractDynamicStep {
|
|
1230
|
-
readonly $container: DynamicStepChain | DynamicViewBody | DynamicViewParallelSteps;
|
|
1231
|
-
readonly $type: 'DynamicStepSingle';
|
|
1232
|
-
isBackward: boolean;
|
|
1233
|
-
source: ElementRef;
|
|
1234
|
-
}
|
|
1235
|
-
export declare const DynamicStepSingle = "DynamicStepSingle";
|
|
1236
|
-
export declare function isDynamicStepSingle(item: unknown): item is DynamicStepSingle;
|
|
1237
|
-
export type LikeC4AstType = {
|
|
1238
|
-
AbstractDynamicStep: AbstractDynamicStep;
|
|
1239
|
-
AnyProperty: AnyProperty;
|
|
1240
|
-
ArrowProperty: ArrowProperty;
|
|
1241
|
-
BorderProperty: BorderProperty;
|
|
1242
|
-
ColorLiteral: ColorLiteral;
|
|
1243
|
-
ColorProperty: ColorProperty;
|
|
1244
|
-
CustomColor: CustomColor;
|
|
1245
|
-
CustomElementProperties: CustomElementProperties;
|
|
1246
|
-
CustomRelationProperties: CustomRelationProperties;
|
|
1247
|
-
DeployedInstance: DeployedInstance;
|
|
1248
|
-
DeployedInstanceBody: DeployedInstanceBody;
|
|
1249
|
-
DeploymentElement: DeploymentElement;
|
|
1250
|
-
DeploymentNode: DeploymentNode;
|
|
1251
|
-
DeploymentNodeBody: DeploymentNodeBody;
|
|
1252
|
-
DeploymentNodeKind: DeploymentNodeKind;
|
|
1253
|
-
DeploymentNodeOrElementKind: DeploymentNodeOrElementKind;
|
|
1254
|
-
DeploymentRelation: DeploymentRelation;
|
|
1255
|
-
DeploymentRelationBody: DeploymentRelationBody;
|
|
1256
|
-
DeploymentView: DeploymentView;
|
|
1257
|
-
DeploymentViewBody: DeploymentViewBody;
|
|
1258
|
-
DeploymentViewRule: DeploymentViewRule;
|
|
1259
|
-
DeploymentViewRulePredicate: DeploymentViewRulePredicate;
|
|
1260
|
-
DeploymentViewRuleStyle: DeploymentViewRuleStyle;
|
|
1261
|
-
DirectedRelationExpr: DirectedRelationExpr;
|
|
1262
|
-
DynamicStepChain: DynamicStepChain;
|
|
1263
|
-
DynamicStepSingle: DynamicStepSingle;
|
|
1264
|
-
DynamicView: DynamicView;
|
|
1265
|
-
DynamicViewBody: DynamicViewBody;
|
|
1266
|
-
DynamicViewDisplayVariantProperty: DynamicViewDisplayVariantProperty;
|
|
1267
|
-
DynamicViewGlobalPredicateRef: DynamicViewGlobalPredicateRef;
|
|
1268
|
-
DynamicViewIncludePredicate: DynamicViewIncludePredicate;
|
|
1269
|
-
DynamicViewParallelSteps: DynamicViewParallelSteps;
|
|
1270
|
-
DynamicViewProperty: DynamicViewProperty;
|
|
1271
|
-
DynamicViewRef: DynamicViewRef;
|
|
1272
|
-
DynamicViewRule: DynamicViewRule;
|
|
1273
|
-
DynamicViewStep: DynamicViewStep;
|
|
1274
|
-
Element: Element;
|
|
1275
|
-
ElementBody: ElementBody;
|
|
1276
|
-
ElementKind: ElementKind;
|
|
1277
|
-
ElementKindExpression: ElementKindExpression;
|
|
1278
|
-
ElementProperty: ElementProperty;
|
|
1279
|
-
ElementRef: ElementRef;
|
|
1280
|
-
ElementStringProperty: ElementStringProperty;
|
|
1281
|
-
ElementStyleProperty: ElementStyleProperty;
|
|
1282
|
-
ElementTagExpression: ElementTagExpression;
|
|
1283
|
-
ElementView: ElementView;
|
|
1284
|
-
ElementViewBody: ElementViewBody;
|
|
1285
|
-
ElementViewRef: ElementViewRef;
|
|
1286
|
-
ExpressionV2: ExpressionV2;
|
|
1287
|
-
Expressions: Expressions;
|
|
1288
|
-
ExtendDeployment: ExtendDeployment;
|
|
1289
|
-
ExtendDeploymentBody: ExtendDeploymentBody;
|
|
1290
|
-
ExtendElement: ExtendElement;
|
|
1291
|
-
ExtendElementBody: ExtendElementBody;
|
|
1292
|
-
ExtendElementProperty: ExtendElementProperty;
|
|
1293
|
-
ExtendRelation: ExtendRelation;
|
|
1294
|
-
ExtendRelationBody: ExtendRelationBody;
|
|
1295
|
-
ExtendRelationProperty: ExtendRelationProperty;
|
|
1296
|
-
FqnExpr: FqnExpr;
|
|
1297
|
-
FqnExprOrWhere: FqnExprOrWhere;
|
|
1298
|
-
FqnExprOrWith: FqnExprOrWith;
|
|
1299
|
-
FqnExprWhere: FqnExprWhere;
|
|
1300
|
-
FqnExprWith: FqnExprWith;
|
|
1301
|
-
FqnExpressions: FqnExpressions;
|
|
1302
|
-
FqnRef: FqnRef;
|
|
1303
|
-
FqnRefExpr: FqnRefExpr;
|
|
1304
|
-
FqnReferenceable: FqnReferenceable;
|
|
1305
|
-
GlobalDynamicPredicateGroup: GlobalDynamicPredicateGroup;
|
|
1306
|
-
GlobalPredicateGroup: GlobalPredicateGroup;
|
|
1307
|
-
GlobalStyle: GlobalStyle;
|
|
1308
|
-
GlobalStyleGroup: GlobalStyleGroup;
|
|
1309
|
-
GlobalStyleId: GlobalStyleId;
|
|
1310
|
-
Globals: Globals;
|
|
1311
|
-
HexColor: HexColor;
|
|
1312
|
-
IconProperty: IconProperty;
|
|
1313
|
-
Imported: Imported;
|
|
1314
|
-
ImportsFromPoject: ImportsFromPoject;
|
|
1315
|
-
InOutRelationExpr: InOutRelationExpr;
|
|
1316
|
-
IncomingRelationExpr: IncomingRelationExpr;
|
|
1317
|
-
LibIcon: LibIcon;
|
|
1318
|
-
LikeC4Grammar: LikeC4Grammar;
|
|
1319
|
-
LikeC4Lib: LikeC4Lib;
|
|
1320
|
-
LikeC4View: LikeC4View;
|
|
1321
|
-
LineProperty: LineProperty;
|
|
1322
|
-
LinkProperty: LinkProperty;
|
|
1323
|
-
MarkdownOrString: MarkdownOrString;
|
|
1324
|
-
MetadataArray: MetadataArray;
|
|
1325
|
-
MetadataAttribute: MetadataAttribute;
|
|
1326
|
-
MetadataBody: MetadataBody;
|
|
1327
|
-
MetadataProperty: MetadataProperty;
|
|
1328
|
-
MetadataValue: MetadataValue;
|
|
1329
|
-
Model: Model;
|
|
1330
|
-
ModelDeployments: ModelDeployments;
|
|
1331
|
-
ModelReferenceable: ModelReferenceable;
|
|
1332
|
-
ModelViews: ModelViews;
|
|
1333
|
-
MultipleProperty: MultipleProperty;
|
|
1334
|
-
NavigateToProperty: NavigateToProperty;
|
|
1335
|
-
NotationProperty: NotationProperty;
|
|
1336
|
-
NotesProperty: NotesProperty;
|
|
1337
|
-
OpacityProperty: OpacityProperty;
|
|
1338
|
-
OutgoingRelationExpr: OutgoingRelationExpr;
|
|
1339
|
-
PaddingSizeProperty: PaddingSizeProperty;
|
|
1340
|
-
RGBAColor: RGBAColor;
|
|
1341
|
-
Referenceable: Referenceable;
|
|
1342
|
-
Relation: Relation;
|
|
1343
|
-
RelationBody: RelationBody;
|
|
1344
|
-
RelationExpr: RelationExpr;
|
|
1345
|
-
RelationExprOrWhere: RelationExprOrWhere;
|
|
1346
|
-
RelationExprOrWith: RelationExprOrWith;
|
|
1347
|
-
RelationExprWhere: RelationExprWhere;
|
|
1348
|
-
RelationExprWith: RelationExprWith;
|
|
1349
|
-
RelationKindDotRef: RelationKindDotRef;
|
|
1350
|
-
RelationNavigateToProperty: RelationNavigateToProperty;
|
|
1351
|
-
RelationProperty: RelationProperty;
|
|
1352
|
-
RelationStringProperty: RelationStringProperty;
|
|
1353
|
-
RelationStyleProperty: RelationStyleProperty;
|
|
1354
|
-
RelationshipKind: RelationshipKind;
|
|
1355
|
-
RelationshipStyleProperty: RelationshipStyleProperty;
|
|
1356
|
-
ShapeProperty: ShapeProperty;
|
|
1357
|
-
ShapeSizeProperty: ShapeSizeProperty;
|
|
1358
|
-
SizeProperty: SizeProperty;
|
|
1359
|
-
SpecificationColor: SpecificationColor;
|
|
1360
|
-
SpecificationDeploymentNodeKind: SpecificationDeploymentNodeKind;
|
|
1361
|
-
SpecificationElementKind: SpecificationElementKind;
|
|
1362
|
-
SpecificationElementStringProperty: SpecificationElementStringProperty;
|
|
1363
|
-
SpecificationRelationshipKind: SpecificationRelationshipKind;
|
|
1364
|
-
SpecificationRelationshipStringProperty: SpecificationRelationshipStringProperty;
|
|
1365
|
-
SpecificationRule: SpecificationRule;
|
|
1366
|
-
SpecificationTag: SpecificationTag;
|
|
1367
|
-
StrictFqnElementRef: StrictFqnElementRef;
|
|
1368
|
-
StrictFqnRef: StrictFqnRef;
|
|
1369
|
-
StringProperty: StringProperty;
|
|
1370
|
-
StyleProperty: StyleProperty;
|
|
1371
|
-
Tag: Tag;
|
|
1372
|
-
TagRef: TagRef;
|
|
1373
|
-
Tags: Tags;
|
|
1374
|
-
TextSizeProperty: TextSizeProperty;
|
|
1375
|
-
ViewProperty: ViewProperty;
|
|
1376
|
-
ViewRef: ViewRef;
|
|
1377
|
-
ViewRule: ViewRule;
|
|
1378
|
-
ViewRuleAutoLayout: ViewRuleAutoLayout;
|
|
1379
|
-
ViewRuleGlobalPredicateRef: ViewRuleGlobalPredicateRef;
|
|
1380
|
-
ViewRuleGlobalStyle: ViewRuleGlobalStyle;
|
|
1381
|
-
ViewRuleGroup: ViewRuleGroup;
|
|
1382
|
-
ViewRulePredicate: ViewRulePredicate;
|
|
1383
|
-
ViewRuleRank: ViewRuleRank;
|
|
1384
|
-
ViewRuleStyle: ViewRuleStyle;
|
|
1385
|
-
ViewRuleStyleOrGlobalRef: ViewRuleStyleOrGlobalRef;
|
|
1386
|
-
ViewStringProperty: ViewStringProperty;
|
|
1387
|
-
WhereBinaryExpression: WhereBinaryExpression;
|
|
1388
|
-
WhereElement: WhereElement;
|
|
1389
|
-
WhereElementExpression: WhereElementExpression;
|
|
1390
|
-
WhereElementKind: WhereElementKind;
|
|
1391
|
-
WhereElementNegation: WhereElementNegation;
|
|
1392
|
-
WhereElementTag: WhereElementTag;
|
|
1393
|
-
WhereExpression: WhereExpression;
|
|
1394
|
-
WhereKindEqual: WhereKindEqual;
|
|
1395
|
-
WhereRelation: WhereRelation;
|
|
1396
|
-
WhereRelationExpression: WhereRelationExpression;
|
|
1397
|
-
WhereRelationKind: WhereRelationKind;
|
|
1398
|
-
WhereRelationNegation: WhereRelationNegation;
|
|
1399
|
-
WhereRelationParticipantKind: WhereRelationParticipantKind;
|
|
1400
|
-
WhereRelationParticipantTag: WhereRelationParticipantTag;
|
|
1401
|
-
WhereRelationTag: WhereRelationTag;
|
|
1402
|
-
WhereTagEqual: WhereTagEqual;
|
|
1403
|
-
WildcardExpression: WildcardExpression;
|
|
1404
|
-
};
|
|
1405
|
-
export declare class LikeC4AstReflection extends langium.AbstractAstReflection {
|
|
1406
|
-
getAllTypes(): string[];
|
|
1407
|
-
protected computeIsSubtype(subtype: string, supertype: string): boolean;
|
|
1408
|
-
getReferenceType(refInfo: langium.ReferenceInfo): string;
|
|
1409
|
-
getTypeMetaData(type: string): langium.TypeMetaData;
|
|
1410
|
-
}
|
|
1411
|
-
export declare const reflection: LikeC4AstReflection;
|