@likec4/core 1.58.0 → 1.59.1
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/dist/builder/index.d.mts +2 -2
- package/dist/builder/index.mjs +2 -1
- package/dist/chunks/Builder.view-element.mjs +2 -0
- package/dist/{_chunks → chunks}/LikeC4Model.d.mts +24 -26
- package/dist/{_chunks → chunks}/_types.d.mts +302 -57
- package/dist/{_chunks → chunks}/_types2.d.mts +2 -2
- package/dist/chunks/assignTagColors.mjs +1 -0
- package/dist/chunks/calcDriftsFromSnapshot.mjs +1 -0
- package/dist/chunks/default-map.d.mts +29 -0
- package/dist/{_chunks → chunks}/index.d.mts +933 -194
- package/dist/{_chunks → chunks}/index2.d.mts +21 -19
- package/dist/{_chunks → chunks}/index3.d.mts +2 -2
- package/dist/{_chunks/index5.d.mts → chunks/index4.d.mts} +153 -4
- package/dist/{_chunks/index4.d.mts → chunks/index5.d.mts} +2 -2
- package/dist/chunks/libs/chroma-js.mjs +15 -0
- package/dist/chunks/libs/graphology-dag.mjs +1 -0
- package/dist/chunks/libs/graphology.mjs +1 -0
- package/dist/chunks/libs/hast-util-sanitize.mjs +1 -0
- package/dist/chunks/libs/hast-util-to-html.mjs +9 -0
- package/dist/chunks/libs/mdast.mjs +29 -0
- package/dist/chunks/libs/mnemonist.mjs +1 -0
- package/dist/chunks/libs/ohash.mjs +1 -0
- package/dist/chunks/libs/remark.mjs +3 -0
- package/dist/chunks/libs/remeda.mjs +1 -0
- package/dist/chunks/libs/unified.mjs +1 -0
- package/dist/chunks/model.mjs +4 -0
- package/dist/chunks/rolldown-runtime.mjs +1 -0
- package/dist/chunks/types.mjs +9 -0
- package/dist/compute-view/index.d.mts +56 -18
- package/dist/compute-view/index.mjs +2 -2
- package/dist/geometry/index.d.mts +2 -2
- package/dist/geometry/index.mjs +1 -1
- package/dist/index.d.mts +10 -10
- package/dist/index.mjs +1 -1
- package/dist/model/index.d.mts +3 -3
- package/dist/model/index.mjs +1 -1
- package/dist/styles/index.d.mts +3 -3
- package/dist/styles/index.mjs +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.mjs +1 -1
- package/dist/utils/graphology/index.d.mts +618 -1
- package/dist/utils/graphology/index.mjs +1 -1
- package/dist/utils/index.d.mts +4 -4
- package/dist/utils/index.mjs +1 -1
- package/package.json +13 -14
- package/dist/THIRD-PARTY-LICENSES.md +0 -1034
- package/dist/_chunks/Builder.view-element.mjs +0 -2
- package/dist/_chunks/assignTagColors.mjs +0 -1
- package/dist/_chunks/libs/@ungap/structured-clone.mjs +0 -1
- package/dist/_chunks/libs/bail.mjs +0 -1
- package/dist/_chunks/libs/ccount.mjs +0 -1
- package/dist/_chunks/libs/character-entities-html4.mjs +0 -1
- package/dist/_chunks/libs/character-entities-legacy.mjs +0 -1
- package/dist/_chunks/libs/character-entities.mjs +0 -2
- package/dist/_chunks/libs/chroma-js.mjs +0 -15
- package/dist/_chunks/libs/comma-separated-tokens.mjs +0 -1
- package/dist/_chunks/libs/decode-named-character-reference.mjs +0 -1
- package/dist/_chunks/libs/defu.mjs +0 -1
- package/dist/_chunks/libs/devlop.mjs +0 -1
- package/dist/_chunks/libs/escape-string-regexp.mjs +0 -1
- package/dist/_chunks/libs/extend.mjs +0 -1
- package/dist/_chunks/libs/graphology-dag.d.mts +0 -607
- package/dist/_chunks/libs/graphology-dag.mjs +0 -1
- package/dist/_chunks/libs/graphology.mjs +0 -1
- package/dist/_chunks/libs/hast-util-sanitize.mjs +0 -1
- package/dist/_chunks/libs/hast-util-to-html.mjs +0 -9
- package/dist/_chunks/libs/is-plain-obj.mjs +0 -1
- package/dist/_chunks/libs/longest-streak.mjs +0 -1
- package/dist/_chunks/libs/markdown-table.mjs +0 -2
- package/dist/_chunks/libs/mdast-util-find-and-replace.mjs +0 -1
- package/dist/_chunks/libs/mdast-util-from-markdown.mjs +0 -3
- package/dist/_chunks/libs/mdast-util-gfm.mjs +0 -15
- package/dist/_chunks/libs/mdast-util-to-hast.mjs +0 -11
- package/dist/_chunks/libs/micromark-extension-gfm.mjs +0 -1
- package/dist/_chunks/libs/mnemonist.d.mts +0 -164
- package/dist/_chunks/libs/mnemonist.mjs +0 -1
- package/dist/_chunks/libs/natural-compare-lite.mjs +0 -9
- package/dist/_chunks/libs/ohash.mjs +0 -1
- package/dist/_chunks/libs/rehype-sanitize.mjs +0 -1
- package/dist/_chunks/libs/rehype-stringify.mjs +0 -1
- package/dist/_chunks/libs/remark-gfm.mjs +0 -1
- package/dist/_chunks/libs/remark-github-blockquote-alert.mjs +0 -3
- package/dist/_chunks/libs/remark-parse.mjs +0 -1
- package/dist/_chunks/libs/remark-rehype.mjs +0 -1
- package/dist/_chunks/libs/remeda.mjs +0 -2
- package/dist/_chunks/libs/trough.mjs +0 -1
- package/dist/_chunks/libs/unified.mjs +0 -1
- package/dist/_chunks/manual-layout.mjs +0 -1
- package/dist/_chunks/mnemonist.d.mts +0 -1
- package/dist/_chunks/model.mjs +0 -4
- package/dist/_chunks/rolldown-runtime.mjs +0 -1
- package/dist/_chunks/types.mjs +0 -1
- /package/dist/{_chunks → chunks}/libs/@radix-ui/colors.mjs +0 -0
|
@@ -1,607 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/.pnpm/graphology-types@0.24.8/node_modules/graphology-types/index.d.ts
|
|
2
|
-
/**
|
|
3
|
-
* Graphology Typings
|
|
4
|
-
* ===================
|
|
5
|
-
*
|
|
6
|
-
* Graphology TypeScript declaration.
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Miscellaneous types.
|
|
10
|
-
*/
|
|
11
|
-
type Attributes = {
|
|
12
|
-
[name: string]: any;
|
|
13
|
-
};
|
|
14
|
-
type GraphType = 'mixed' | 'directed' | 'undirected';
|
|
15
|
-
type UpdateHints<ItemAttributes extends Attributes = Attributes> = {
|
|
16
|
-
attributes?: Array<keyof ItemAttributes>;
|
|
17
|
-
};
|
|
18
|
-
type GraphOptions = {
|
|
19
|
-
allowSelfLoops?: boolean;
|
|
20
|
-
multi?: boolean;
|
|
21
|
-
type?: GraphType;
|
|
22
|
-
};
|
|
23
|
-
type NodeEntry<NodeAttributes extends Attributes = Attributes> = {
|
|
24
|
-
node: string;
|
|
25
|
-
attributes: NodeAttributes;
|
|
26
|
-
};
|
|
27
|
-
type NodeMergeResult = [key: string, nodeWasAdded: boolean];
|
|
28
|
-
type NeighborEntry<NodeAttributes extends Attributes = Attributes> = {
|
|
29
|
-
neighbor: string;
|
|
30
|
-
attributes: NodeAttributes;
|
|
31
|
-
};
|
|
32
|
-
type EdgeEntry<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = {
|
|
33
|
-
edge: string;
|
|
34
|
-
attributes: EdgeAttributes;
|
|
35
|
-
source: string;
|
|
36
|
-
target: string;
|
|
37
|
-
sourceAttributes: NodeAttributes;
|
|
38
|
-
targetAttributes: NodeAttributes;
|
|
39
|
-
undirected: boolean;
|
|
40
|
-
};
|
|
41
|
-
type EdgeMergeResult = [key: string, edgeWasAdded: boolean, sourceWasAdded: boolean, targetWasAdded: boolean];
|
|
42
|
-
type AdjacencyIterationCallback<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (node: string, neighbor: string, nodeAttributes: NodeAttributes, neighborAttributes: NodeAttributes, edge: string, edgeAttributes: EdgeAttributes, undirected: boolean) => void;
|
|
43
|
-
type AdjacencyIterationCallbackWithOrphans<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (node: string, neighbor: string | null, nodeAttributes: NodeAttributes, neighborAttributes: NodeAttributes | null, edge: string | null, edgeAttributes: EdgeAttributes | null, undirected: boolean | null) => void;
|
|
44
|
-
type NodeIterationCallback<NodeAttributes extends Attributes = Attributes> = (node: string, attributes: NodeAttributes) => void;
|
|
45
|
-
type NodePredicate<NodeAttributes extends Attributes = Attributes> = (node: string, attributes: NodeAttributes) => boolean | void;
|
|
46
|
-
type NodeMapper<T, NodeAttributes extends Attributes = Attributes> = (node: string, attributes: NodeAttributes) => T;
|
|
47
|
-
type NodeReducer<T, NodeAttributes extends Attributes = Attributes> = (accumulator: T, node: string, attributes: NodeAttributes) => T;
|
|
48
|
-
type NeighborIterationCallback<NodeAttributes extends Attributes = Attributes> = (neighbor: string, attributes: NodeAttributes) => void;
|
|
49
|
-
type NeighborPredicate<NodeAttributes extends Attributes = Attributes> = (neighbor: string, attributes: NodeAttributes) => boolean | void;
|
|
50
|
-
type NeighborMapper<T, NodeAttributes extends Attributes = Attributes> = (neighbor: string, attributes: NodeAttributes) => T;
|
|
51
|
-
type NeighborReducer<T, NodeAttributes extends Attributes = Attributes> = (accumulator: T, neighbor: string, attributes: NodeAttributes) => T;
|
|
52
|
-
type EdgeIterationCallback<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (edge: string, attributes: EdgeAttributes, source: string, target: string, sourceAttributes: NodeAttributes, targetAttributes: NodeAttributes, undirected: boolean) => void;
|
|
53
|
-
type EdgePredicate<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (edge: string, attributes: EdgeAttributes, source: string, target: string, sourceAttributes: NodeAttributes, targetAttributes: NodeAttributes, undirected: boolean) => boolean | void;
|
|
54
|
-
type EdgeMapper<T, NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (edge: string, attributes: EdgeAttributes, source: string, target: string, sourceAttributes: NodeAttributes, targetAttributes: NodeAttributes, undirected: boolean) => T;
|
|
55
|
-
type EdgeReducer<T, NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes> = (accumulator: T, edge: string, attributes: EdgeAttributes, source: string, target: string, sourceAttributes: NodeAttributes, targetAttributes: NodeAttributes, undirected: boolean) => T;
|
|
56
|
-
type SerializedNode<NodeAttributes extends Attributes = Attributes> = {
|
|
57
|
-
key: string;
|
|
58
|
-
attributes?: NodeAttributes;
|
|
59
|
-
};
|
|
60
|
-
type SerializedEdge<EdgeAttributes extends Attributes = Attributes> = {
|
|
61
|
-
key?: string;
|
|
62
|
-
source: string;
|
|
63
|
-
target: string;
|
|
64
|
-
attributes?: EdgeAttributes;
|
|
65
|
-
undirected?: boolean;
|
|
66
|
-
};
|
|
67
|
-
type SerializedGraph<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes, GraphAttributes extends Attributes = Attributes> = {
|
|
68
|
-
attributes: GraphAttributes;
|
|
69
|
-
options: GraphOptions;
|
|
70
|
-
nodes: Array<SerializedNode<NodeAttributes>>;
|
|
71
|
-
edges: Array<SerializedEdge<EdgeAttributes>>;
|
|
72
|
-
};
|
|
73
|
-
/**
|
|
74
|
-
* Event Emitter typings for convience.
|
|
75
|
-
* @note Taken from here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/events/index.d.ts
|
|
76
|
-
*/
|
|
77
|
-
type Listener = (...args: any[]) => void;
|
|
78
|
-
type EventsMapping = Record<string, Listener>;
|
|
79
|
-
type AttributeUpdatePayload<ItemAttributes extends Attributes = Attributes> = {
|
|
80
|
-
type: 'set';
|
|
81
|
-
key: string;
|
|
82
|
-
attributes: ItemAttributes;
|
|
83
|
-
name: keyof ItemAttributes;
|
|
84
|
-
} | {
|
|
85
|
-
type: 'remove';
|
|
86
|
-
key: string;
|
|
87
|
-
attributes: ItemAttributes;
|
|
88
|
-
name: keyof ItemAttributes;
|
|
89
|
-
} | {
|
|
90
|
-
type: 'replace';
|
|
91
|
-
key: string;
|
|
92
|
-
attributes: ItemAttributes;
|
|
93
|
-
} | {
|
|
94
|
-
type: 'merge';
|
|
95
|
-
key: string;
|
|
96
|
-
attributes: ItemAttributes;
|
|
97
|
-
data: ItemAttributes;
|
|
98
|
-
} | {
|
|
99
|
-
type: 'update';
|
|
100
|
-
key: string;
|
|
101
|
-
attributes: ItemAttributes;
|
|
102
|
-
};
|
|
103
|
-
type GraphEvents<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes, GraphAttributes extends Attributes = Attributes> = {
|
|
104
|
-
nodeAdded(payload: {
|
|
105
|
-
key: string;
|
|
106
|
-
attributes: NodeAttributes;
|
|
107
|
-
}): void;
|
|
108
|
-
edgeAdded(payload: {
|
|
109
|
-
key: string;
|
|
110
|
-
source: string;
|
|
111
|
-
target: string;
|
|
112
|
-
attributes: EdgeAttributes;
|
|
113
|
-
undirected: boolean;
|
|
114
|
-
}): void;
|
|
115
|
-
nodeDropped(payload: {
|
|
116
|
-
key: string;
|
|
117
|
-
attributes: NodeAttributes;
|
|
118
|
-
}): void;
|
|
119
|
-
edgeDropped(payload: {
|
|
120
|
-
key: string;
|
|
121
|
-
source: string;
|
|
122
|
-
target: string;
|
|
123
|
-
attributes: EdgeAttributes;
|
|
124
|
-
undirected: boolean;
|
|
125
|
-
}): void;
|
|
126
|
-
cleared(): void;
|
|
127
|
-
edgesCleared(): void;
|
|
128
|
-
attributesUpdated(payload: Omit<AttributeUpdatePayload<GraphAttributes>, 'key'>): void;
|
|
129
|
-
nodeAttributesUpdated(payload: AttributeUpdatePayload<NodeAttributes>): void;
|
|
130
|
-
edgeAttributesUpdated(payload: AttributeUpdatePayload<EdgeAttributes>): void;
|
|
131
|
-
eachNodeAttributesUpdated(payload: {
|
|
132
|
-
hints: UpdateHints<NodeAttributes>;
|
|
133
|
-
}): void;
|
|
134
|
-
eachEdgeAttributesUpdated(payload: {
|
|
135
|
-
hints: UpdateHints<EdgeAttributes>;
|
|
136
|
-
}): void;
|
|
137
|
-
};
|
|
138
|
-
declare class GraphEventEmitter<Events extends EventsMapping> {
|
|
139
|
-
static listenerCount<Events extends EventsMapping>(emitter: GraphEventEmitter<Events>, type: string | number): number;
|
|
140
|
-
static defaultMaxListeners: number;
|
|
141
|
-
eventNames<Event extends keyof Events>(): Array<Event>;
|
|
142
|
-
setMaxListeners(n: number): this;
|
|
143
|
-
getMaxListeners(): number;
|
|
144
|
-
emit<Event extends keyof Events>(type: Event, ...args: Parameters<Events[Event]>): boolean;
|
|
145
|
-
addListener<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
146
|
-
on<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
147
|
-
once<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
148
|
-
prependListener<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
149
|
-
prependOnceListener<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
150
|
-
removeListener<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
151
|
-
off<Event extends keyof Events>(type: Event, listener: Events[Event]): this;
|
|
152
|
-
removeAllListeners<Event extends keyof Events>(type?: Event): this;
|
|
153
|
-
listeners<Event extends keyof Events>(type: Event): Events[Event][];
|
|
154
|
-
listenerCount<Event extends keyof Events>(type: Event): number;
|
|
155
|
-
rawListeners<Event extends keyof Events>(type: Event): Events[Event][];
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Main interface.
|
|
159
|
-
*/
|
|
160
|
-
declare abstract class AbstractGraph<NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes, GraphAttributes extends Attributes = Attributes> extends GraphEventEmitter<GraphEvents<NodeAttributes, EdgeAttributes, GraphAttributes>> {
|
|
161
|
-
// Constructor
|
|
162
|
-
constructor(options?: GraphOptions); // Members
|
|
163
|
-
order: number;
|
|
164
|
-
size: number;
|
|
165
|
-
directedSize: number;
|
|
166
|
-
undirectedSize: number;
|
|
167
|
-
type: GraphType;
|
|
168
|
-
multi: boolean;
|
|
169
|
-
allowSelfLoops: boolean;
|
|
170
|
-
implementation: string;
|
|
171
|
-
selfLoopCount: number;
|
|
172
|
-
directedSelfLoopCount: number;
|
|
173
|
-
undirectedSelfLoopCount: number; // Read methods
|
|
174
|
-
hasNode(node: unknown): boolean;
|
|
175
|
-
hasDirectedEdge(edge: unknown): boolean;
|
|
176
|
-
hasDirectedEdge(source: unknown, target: unknown): boolean;
|
|
177
|
-
hasUndirectedEdge(edge: unknown): boolean;
|
|
178
|
-
hasUndirectedEdge(source: unknown, target: unknown): boolean;
|
|
179
|
-
hasEdge(edge: unknown): boolean;
|
|
180
|
-
hasEdge(source: unknown, target: unknown): boolean;
|
|
181
|
-
directedEdge(source: unknown, target: unknown): string | undefined;
|
|
182
|
-
undirectedEdge(source: unknown, target: unknown): string | undefined;
|
|
183
|
-
edge(source: unknown, target: unknown): string | undefined;
|
|
184
|
-
inDegree(node: unknown): number;
|
|
185
|
-
outDegree(node: unknown): number;
|
|
186
|
-
inboundDegree(node: unknown): number;
|
|
187
|
-
outboundDegree(node: unknown): number;
|
|
188
|
-
directedDegree(node: unknown): number;
|
|
189
|
-
undirectedDegree(node: unknown): number;
|
|
190
|
-
degree(node: unknown): number;
|
|
191
|
-
inDegreeWithoutSelfLoops(node: unknown): number;
|
|
192
|
-
outDegreeWithoutSelfLoops(node: unknown): number;
|
|
193
|
-
inboundDegreeWithoutSelfLoops(node: unknown): number;
|
|
194
|
-
outboundDegreeWithoutSelfLoops(node: unknown): number;
|
|
195
|
-
directedDegreeWithoutSelfLoops(node: unknown): number;
|
|
196
|
-
undirectedDegreeWithoutSelfLoops(node: unknown): number;
|
|
197
|
-
degreeWithoutSelfLoops(node: unknown): number;
|
|
198
|
-
source(edge: unknown): string;
|
|
199
|
-
target(edge: unknown): string;
|
|
200
|
-
extremities(edge: unknown): [string, string];
|
|
201
|
-
opposite(node: unknown, edge: unknown): string;
|
|
202
|
-
isUndirected(edge: unknown): boolean;
|
|
203
|
-
isDirected(edge: unknown): boolean;
|
|
204
|
-
isSelfLoop(edge: unknown): boolean;
|
|
205
|
-
hasExtremity(edge: unknown, node: unknown): boolean;
|
|
206
|
-
areNeighbors(source: unknown, target: unknown): boolean;
|
|
207
|
-
areUndirectedNeighbors(source: unknown, target: unknown): boolean;
|
|
208
|
-
areDirectedNeighbors(source: unknown, target: unknown): boolean;
|
|
209
|
-
areInNeighbors(source: unknown, target: unknown): boolean;
|
|
210
|
-
areOutNeighbors(source: unknown, target: unknown): boolean;
|
|
211
|
-
areInboundNeighbors(source: unknown, target: unknown): boolean;
|
|
212
|
-
areOutboundNeighbors(source: unknown, target: unknown): boolean; // Mutation methods
|
|
213
|
-
addNode(node: unknown, attributes?: NodeAttributes): string;
|
|
214
|
-
mergeNode(node: unknown, attributes?: Partial<NodeAttributes>): NodeMergeResult;
|
|
215
|
-
updateNode(node: unknown, updater?: (attributes: Partial<NodeAttributes>) => NodeAttributes): NodeMergeResult;
|
|
216
|
-
addEdge(source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
217
|
-
mergeEdge(source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
218
|
-
updateEdge(source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
219
|
-
addDirectedEdge(source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
220
|
-
mergeDirectedEdge(source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
221
|
-
updateDirectedEdge(source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
222
|
-
addUndirectedEdge(source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
223
|
-
mergeUndirectedEdge(source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
224
|
-
updateUndirectedEdge(source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
225
|
-
addEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
226
|
-
mergeEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
227
|
-
updateEdgeWithKey(edge: unknown, source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
228
|
-
addDirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
229
|
-
mergeDirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
230
|
-
updateDirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
231
|
-
addUndirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: EdgeAttributes): string;
|
|
232
|
-
mergeUndirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, attributes?: Partial<EdgeAttributes>): EdgeMergeResult;
|
|
233
|
-
updateUndirectedEdgeWithKey(edge: unknown, source: unknown, target: unknown, updater?: (attributes: Partial<EdgeAttributes>) => EdgeAttributes): EdgeMergeResult;
|
|
234
|
-
dropNode(node: unknown): void;
|
|
235
|
-
dropEdge(edge: unknown): void;
|
|
236
|
-
dropEdge(source: unknown, target: unknown): void;
|
|
237
|
-
dropDirectedEdge(source: unknown, target: unknown): void;
|
|
238
|
-
dropUndirectedEdge(source: unknown, target: unknown): void;
|
|
239
|
-
clear(): void;
|
|
240
|
-
clearEdges(): void; // Graph attribute methods
|
|
241
|
-
getAttribute<AttributeName extends keyof GraphAttributes>(name: AttributeName): GraphAttributes[AttributeName];
|
|
242
|
-
getAttributes(): GraphAttributes;
|
|
243
|
-
hasAttribute<AttributeName extends keyof GraphAttributes>(name: AttributeName): boolean;
|
|
244
|
-
setAttribute<AttributeName extends keyof GraphAttributes>(name: AttributeName, value: GraphAttributes[AttributeName]): this;
|
|
245
|
-
updateAttribute<AttributeName extends keyof GraphAttributes>(name: AttributeName, updater: (value: GraphAttributes[AttributeName] | undefined) => GraphAttributes[AttributeName]): this;
|
|
246
|
-
removeAttribute<AttributeName extends keyof GraphAttributes>(name: AttributeName): this;
|
|
247
|
-
replaceAttributes(attributes: GraphAttributes): this;
|
|
248
|
-
mergeAttributes(attributes: Partial<GraphAttributes>): this;
|
|
249
|
-
updateAttributes(updater: (attributes: GraphAttributes) => GraphAttributes): this; // Node attribute methods
|
|
250
|
-
getNodeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, name: AttributeName): NodeAttributes[AttributeName];
|
|
251
|
-
getNodeAttributes(node: unknown): NodeAttributes;
|
|
252
|
-
hasNodeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, name: AttributeName): boolean;
|
|
253
|
-
setNodeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, name: AttributeName, value: NodeAttributes[AttributeName]): this;
|
|
254
|
-
updateNodeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, name: AttributeName, updater: (value: NodeAttributes[AttributeName] | undefined) => NodeAttributes[AttributeName]): this;
|
|
255
|
-
removeNodeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, name: AttributeName): this;
|
|
256
|
-
replaceNodeAttributes(node: unknown, attributes: NodeAttributes): this;
|
|
257
|
-
mergeNodeAttributes(node: unknown, attributes: Partial<NodeAttributes>): this;
|
|
258
|
-
updateNodeAttributes(node: unknown, updater: (attributes: NodeAttributes) => NodeAttributes): this;
|
|
259
|
-
getSourceAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): NodeAttributes[AttributeName];
|
|
260
|
-
getSourceAttributes(edge: unknown): NodeAttributes;
|
|
261
|
-
hasSourceAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): boolean;
|
|
262
|
-
setSourceAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName, value: NodeAttributes[AttributeName]): this;
|
|
263
|
-
updateSourceAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName, updater: (value: NodeAttributes[AttributeName] | undefined) => NodeAttributes[AttributeName]): this;
|
|
264
|
-
removeSourceAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): this;
|
|
265
|
-
replaceSourceAttributes(edge: unknown, attributes: NodeAttributes): this;
|
|
266
|
-
mergeSourceAttributes(edge: unknown, attributes: Partial<NodeAttributes>): this;
|
|
267
|
-
updateSourceAttributes(edge: unknown, updater: (attributes: NodeAttributes) => NodeAttributes): this;
|
|
268
|
-
getTargetAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): NodeAttributes[AttributeName];
|
|
269
|
-
getTargetAttributes(edge: unknown): NodeAttributes;
|
|
270
|
-
hasTargetAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): boolean;
|
|
271
|
-
setTargetAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName, value: NodeAttributes[AttributeName]): this;
|
|
272
|
-
updateTargetAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName, updater: (value: NodeAttributes[AttributeName] | undefined) => NodeAttributes[AttributeName]): this;
|
|
273
|
-
removeTargetAttribute<AttributeName extends keyof NodeAttributes>(edge: unknown, name: AttributeName): this;
|
|
274
|
-
replaceTargetAttributes(edge: unknown, attributes: NodeAttributes): this;
|
|
275
|
-
mergeTargetAttributes(edge: unknown, attributes: Partial<NodeAttributes>): this;
|
|
276
|
-
updateTargetAttributes(edge: unknown, updater: (attributes: NodeAttributes) => NodeAttributes): this;
|
|
277
|
-
getOppositeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, edge: unknown, name: AttributeName): NodeAttributes[AttributeName];
|
|
278
|
-
getOppositeAttributes(node: unknown): NodeAttributes;
|
|
279
|
-
hasOppositeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, edge: unknown, name: AttributeName): boolean;
|
|
280
|
-
setOppositeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, edge: unknown, name: AttributeName, value: NodeAttributes[AttributeName]): this;
|
|
281
|
-
updateOppositeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, edge: unknown, name: AttributeName, updater: (value: NodeAttributes[AttributeName] | undefined) => NodeAttributes[AttributeName]): this;
|
|
282
|
-
removeOppositeAttribute<AttributeName extends keyof NodeAttributes>(node: unknown, edge: unknown, name: AttributeName): this;
|
|
283
|
-
replaceOppositeAttributes(node: unknown, edge: unknown, attributes: NodeAttributes): this;
|
|
284
|
-
mergeOppositeAttributes(node: unknown, edge: unknown, attributes: Partial<NodeAttributes>): this;
|
|
285
|
-
updateOppositeAttributes(node: unknown, edge: unknown, updater: (attributes: NodeAttributes) => NodeAttributes): this;
|
|
286
|
-
updateEachNodeAttributes(updater: NodeMapper<NodeAttributes, NodeAttributes>, hints?: UpdateHints<NodeAttributes>): void; // Edge attribute methods
|
|
287
|
-
getEdgeAttribute<AttributeName extends keyof EdgeAttributes>(edge: unknown, name: AttributeName): EdgeAttributes[AttributeName];
|
|
288
|
-
getEdgeAttributes(edge: unknown): EdgeAttributes;
|
|
289
|
-
hasEdgeAttribute<AttributeName extends keyof EdgeAttributes>(edge: unknown, name: AttributeName): boolean;
|
|
290
|
-
setEdgeAttribute<AttributeName extends keyof EdgeAttributes>(edge: unknown, name: AttributeName, value: EdgeAttributes[AttributeName]): this;
|
|
291
|
-
updateEdgeAttribute<AttributeName extends keyof EdgeAttributes>(edge: unknown, name: AttributeName, updater: (value: EdgeAttributes[AttributeName] | undefined) => EdgeAttributes[AttributeName]): this;
|
|
292
|
-
removeEdgeAttribute<AttributeName extends keyof EdgeAttributes>(edge: unknown, name: AttributeName): this;
|
|
293
|
-
replaceEdgeAttributes(edge: unknown, attributes: EdgeAttributes): this;
|
|
294
|
-
mergeEdgeAttributes(edge: unknown, attributes: Partial<EdgeAttributes>): this;
|
|
295
|
-
updateEdgeAttributes(edge: unknown, updater: (attributes: EdgeAttributes) => EdgeAttributes): this;
|
|
296
|
-
updateEachEdgeAttributes(updater: EdgeMapper<EdgeAttributes, NodeAttributes, EdgeAttributes>, hints?: UpdateHints<EdgeAttributes>): void; // Edge attribute methods (source, target)
|
|
297
|
-
getEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): EdgeAttributes[AttributeName];
|
|
298
|
-
getEdgeAttributes(source: unknown, target: unknown): EdgeAttributes;
|
|
299
|
-
hasEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): boolean;
|
|
300
|
-
setEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, value: EdgeAttributes[AttributeName]): this;
|
|
301
|
-
updateEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, updater: (value: EdgeAttributes[AttributeName] | undefined) => EdgeAttributes[AttributeName]): this;
|
|
302
|
-
removeEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): this;
|
|
303
|
-
replaceEdgeAttributes(source: unknown, target: unknown, attributes: EdgeAttributes): this;
|
|
304
|
-
mergeEdgeAttributes(source: unknown, target: unknown, attributes: Partial<EdgeAttributes>): this;
|
|
305
|
-
updateEdgeAttributes(source: unknown, target: unknown, updater: (attributes: EdgeAttributes) => EdgeAttributes): this;
|
|
306
|
-
getDirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): EdgeAttributes[AttributeName];
|
|
307
|
-
getDirectedEdgeAttributes(source: unknown, target: unknown): EdgeAttributes;
|
|
308
|
-
hasDirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): boolean;
|
|
309
|
-
setDirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, value: EdgeAttributes[AttributeName]): this;
|
|
310
|
-
updateDirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, updater: (value: EdgeAttributes[AttributeName] | undefined) => EdgeAttributes[AttributeName]): this;
|
|
311
|
-
removeDirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): this;
|
|
312
|
-
replaceDirectedEdgeAttributes(source: unknown, target: unknown, attributes: EdgeAttributes): this;
|
|
313
|
-
mergeDirectedEdgeAttributes(source: unknown, target: unknown, attributes: Partial<EdgeAttributes>): this;
|
|
314
|
-
updateDirectedEdgeAttributes(source: unknown, target: unknown, updater: (attributes: EdgeAttributes) => EdgeAttributes): this;
|
|
315
|
-
getUndirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): EdgeAttributes[AttributeName];
|
|
316
|
-
getUndirectedEdgeAttributes(source: unknown, target: unknown): EdgeAttributes;
|
|
317
|
-
hasUndirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): boolean;
|
|
318
|
-
setUndirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, value: EdgeAttributes[AttributeName]): this;
|
|
319
|
-
updateUndirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName, updater: (value: EdgeAttributes[AttributeName] | undefined) => EdgeAttributes[AttributeName]): this;
|
|
320
|
-
removeUndirectedEdgeAttribute<AttributeName extends keyof EdgeAttributes>(source: unknown, target: unknown, name: AttributeName): this;
|
|
321
|
-
replaceUndirectedEdgeAttributes(source: unknown, target: unknown, attributes: EdgeAttributes): this;
|
|
322
|
-
mergeUndirectedEdgeAttributes(source: unknown, target: unknown, attributes: Partial<EdgeAttributes>): this;
|
|
323
|
-
updateUndirectedEdgeAttributes(source: unknown, target: unknown, updater: (attributes: EdgeAttributes) => EdgeAttributes): this; // Iteration methods
|
|
324
|
-
forEachAdjacencyEntry(callback: AdjacencyIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
325
|
-
forEachAssymetricAdjacencyEntry(callback: AdjacencyIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
326
|
-
forEachAdjacencyEntryWithOrphans(callback: AdjacencyIterationCallbackWithOrphans<NodeAttributes, EdgeAttributes>): void;
|
|
327
|
-
forEachAssymetricAdjacencyEntryWithOrphans(callback: AdjacencyIterationCallbackWithOrphans<NodeAttributes, EdgeAttributes>): void;
|
|
328
|
-
nodes(): Array<string>;
|
|
329
|
-
forEachNode(callback: NodeIterationCallback<NodeAttributes>): void;
|
|
330
|
-
mapNodes<T>(callback: NodeMapper<T, NodeAttributes>): Array<T>;
|
|
331
|
-
filterNodes(callback: NodePredicate<NodeAttributes>): Array<string>;
|
|
332
|
-
reduceNodes<T>(callback: NodeReducer<T, NodeAttributes>, initialValue: T): T;
|
|
333
|
-
findNode(callback: NodePredicate<NodeAttributes>): string | undefined;
|
|
334
|
-
someNode(callback: NodePredicate<NodeAttributes>): boolean;
|
|
335
|
-
everyNode(callback: NodePredicate<NodeAttributes>): boolean;
|
|
336
|
-
nodeEntries(): IterableIterator<NodeEntry<NodeAttributes>>;
|
|
337
|
-
edges(): Array<string>;
|
|
338
|
-
edges(node: unknown): Array<string>;
|
|
339
|
-
edges(source: unknown, target: unknown): Array<string>;
|
|
340
|
-
undirectedEdges(): Array<string>;
|
|
341
|
-
undirectedEdges(node: unknown): Array<string>;
|
|
342
|
-
undirectedEdges(source: unknown, target: unknown): Array<string>;
|
|
343
|
-
directedEdges(): Array<string>;
|
|
344
|
-
directedEdges(node: unknown): Array<string>;
|
|
345
|
-
directedEdges(source: unknown, target: unknown): Array<string>;
|
|
346
|
-
inEdges(): Array<string>;
|
|
347
|
-
inEdges(node: unknown): Array<string>;
|
|
348
|
-
inEdges(source: unknown, target: unknown): Array<string>;
|
|
349
|
-
outEdges(): Array<string>;
|
|
350
|
-
outEdges(node: unknown): Array<string>;
|
|
351
|
-
outEdges(source: unknown, target: unknown): Array<string>;
|
|
352
|
-
inboundEdges(): Array<string>;
|
|
353
|
-
inboundEdges(node: unknown): Array<string>;
|
|
354
|
-
inboundEdges(source: unknown, target: unknown): Array<string>;
|
|
355
|
-
outboundEdges(): Array<string>;
|
|
356
|
-
outboundEdges(node: unknown): Array<string>;
|
|
357
|
-
outboundEdges(source: unknown, target: unknown): Array<string>;
|
|
358
|
-
forEachEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
359
|
-
forEachEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
360
|
-
forEachEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
361
|
-
forEachUndirectedEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
362
|
-
forEachUndirectedEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
363
|
-
forEachUndirectedEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
364
|
-
forEachDirectedEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
365
|
-
forEachDirectedEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
366
|
-
forEachDirectedEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
367
|
-
forEachInEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
368
|
-
forEachInEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
369
|
-
forEachInEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
370
|
-
forEachOutEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
371
|
-
forEachOutEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
372
|
-
forEachOutEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
373
|
-
forEachInboundEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
374
|
-
forEachInboundEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
375
|
-
forEachInboundEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
376
|
-
forEachOutboundEdge(callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
377
|
-
forEachOutboundEdge(node: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
378
|
-
forEachOutboundEdge(source: unknown, target: unknown, callback: EdgeIterationCallback<NodeAttributes, EdgeAttributes>): void;
|
|
379
|
-
mapEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
380
|
-
mapEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
381
|
-
mapEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
382
|
-
mapUndirectedEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
383
|
-
mapUndirectedEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
384
|
-
mapUndirectedEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
385
|
-
mapDirectedEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
386
|
-
mapDirectedEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
387
|
-
mapDirectedEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
388
|
-
mapInEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
389
|
-
mapInEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
390
|
-
mapInEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
391
|
-
mapOutEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
392
|
-
mapOutEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
393
|
-
mapOutEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
394
|
-
mapInboundEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
395
|
-
mapInboundEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
396
|
-
mapInboundEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
397
|
-
mapOutboundEdges<T>(callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
398
|
-
mapOutboundEdges<T>(node: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
399
|
-
mapOutboundEdges<T>(source: unknown, target: unknown, callback: EdgeMapper<T, NodeAttributes, EdgeAttributes>): Array<T>;
|
|
400
|
-
filterEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
401
|
-
filterEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
402
|
-
filterEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
403
|
-
filterUndirectedEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
404
|
-
filterUndirectedEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
405
|
-
filterUndirectedEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
406
|
-
filterDirectedEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
407
|
-
filterDirectedEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
408
|
-
filterDirectedEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
409
|
-
filterInEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
410
|
-
filterInEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
411
|
-
filterInEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
412
|
-
filterOutEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
413
|
-
filterOutEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
414
|
-
filterOutEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
415
|
-
filterInboundEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
416
|
-
filterInboundEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
417
|
-
filterInboundEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
418
|
-
filterOutboundEdges(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
419
|
-
filterOutboundEdges(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
420
|
-
filterOutboundEdges(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): Array<string>;
|
|
421
|
-
reduceEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
422
|
-
reduceEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
423
|
-
reduceEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
424
|
-
reduceUndirectedEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
425
|
-
reduceUndirectedEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
426
|
-
reduceUndirectedEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
427
|
-
reduceDirectedEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
428
|
-
reduceDirectedEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
429
|
-
reduceDirectedEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
430
|
-
reduceInEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
431
|
-
reduceInEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
432
|
-
reduceInEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
433
|
-
reduceOutEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
434
|
-
reduceOutEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
435
|
-
reduceOutEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
436
|
-
reduceInboundEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
437
|
-
reduceInboundEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
438
|
-
reduceInboundEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
439
|
-
reduceOutboundEdges<T>(callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
440
|
-
reduceOutboundEdges<T>(node: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
441
|
-
reduceOutboundEdges<T>(source: unknown, target: unknown, callback: EdgeReducer<T, NodeAttributes, EdgeAttributes>, initialValue: T): T;
|
|
442
|
-
findEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
443
|
-
findEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
444
|
-
findEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
445
|
-
findUndirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
446
|
-
findUndirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
447
|
-
findUndirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
448
|
-
findDirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
449
|
-
findDirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
450
|
-
findDirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
451
|
-
findInEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
452
|
-
findInEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
453
|
-
findInEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
454
|
-
findOutEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
455
|
-
findOutEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
456
|
-
findOutEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
457
|
-
findInboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
458
|
-
findInboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
459
|
-
findInboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
460
|
-
findOutboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
461
|
-
findOutboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
462
|
-
findOutboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): string | undefined;
|
|
463
|
-
someEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
464
|
-
someEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
465
|
-
someEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
466
|
-
someUndirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
467
|
-
someUndirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
468
|
-
someUndirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
469
|
-
someDirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
470
|
-
someDirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
471
|
-
someDirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
472
|
-
someInEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
473
|
-
someInEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
474
|
-
someInEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
475
|
-
someOutEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
476
|
-
someOutEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
477
|
-
someOutEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
478
|
-
someInboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
479
|
-
someInboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
480
|
-
someInboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
481
|
-
someOutboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
482
|
-
someOutboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
483
|
-
someOutboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
484
|
-
everyEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
485
|
-
everyEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
486
|
-
everyEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
487
|
-
everyUndirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
488
|
-
everyUndirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
489
|
-
everyUndirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
490
|
-
everyDirectedEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
491
|
-
everyDirectedEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
492
|
-
everyDirectedEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
493
|
-
everyInEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
494
|
-
everyInEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
495
|
-
everyInEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
496
|
-
everyOutEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
497
|
-
everyOutEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
498
|
-
everyOutEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
499
|
-
everyInboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
500
|
-
everyInboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
501
|
-
everyInboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
502
|
-
everyOutboundEdge(callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
503
|
-
everyOutboundEdge(node: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
504
|
-
everyOutboundEdge(source: unknown, target: unknown, callback: EdgePredicate<NodeAttributes, EdgeAttributes>): boolean;
|
|
505
|
-
edgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
506
|
-
edgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
507
|
-
edgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
508
|
-
undirectedEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
509
|
-
undirectedEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
510
|
-
undirectedEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
511
|
-
directedEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
512
|
-
directedEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
513
|
-
directedEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
514
|
-
inEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
515
|
-
inEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
516
|
-
inEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
517
|
-
outEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
518
|
-
outEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
519
|
-
outEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
520
|
-
inboundEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
521
|
-
inboundEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
522
|
-
inboundEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
523
|
-
outboundEdgeEntries(): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
524
|
-
outboundEdgeEntries(node: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
525
|
-
outboundEdgeEntries(source: unknown, target: unknown): IterableIterator<EdgeEntry<NodeAttributes, EdgeAttributes>>;
|
|
526
|
-
neighbors(node: unknown): Array<string>;
|
|
527
|
-
undirectedNeighbors(node: unknown): Array<string>;
|
|
528
|
-
directedNeighbors(node: unknown): Array<string>;
|
|
529
|
-
inNeighbors(node: unknown): Array<string>;
|
|
530
|
-
outNeighbors(node: unknown): Array<string>;
|
|
531
|
-
inboundNeighbors(node: unknown): Array<string>;
|
|
532
|
-
outboundNeighbors(node: unknown): Array<string>;
|
|
533
|
-
forEachNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
534
|
-
forEachUndirectedNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
535
|
-
forEachDirectedNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
536
|
-
forEachInNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
537
|
-
forEachOutNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
538
|
-
forEachInboundNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
539
|
-
forEachOutboundNeighbor(node: unknown, callback: NeighborIterationCallback<NodeAttributes>): void;
|
|
540
|
-
mapNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
541
|
-
mapUndirectedNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
542
|
-
mapDirectedNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
543
|
-
mapInNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
544
|
-
mapOutNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
545
|
-
mapInboundNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
546
|
-
mapOutboundNeighbors<T>(node: unknown, callback: NeighborMapper<T, NodeAttributes>): Array<T>;
|
|
547
|
-
filterNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
548
|
-
filterUndirectedNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
549
|
-
filterDirectedNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
550
|
-
filterInNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
551
|
-
filterOutNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
552
|
-
filterInboundNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
553
|
-
filterOutboundNeighbors(node: unknown, callback: NeighborPredicate<NodeAttributes>): Array<string>;
|
|
554
|
-
reduceNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
555
|
-
reduceUndirectedNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
556
|
-
reduceDirectedNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
557
|
-
reduceInNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
558
|
-
reduceOutNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
559
|
-
reduceInboundNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
560
|
-
reduceOutboundNeighbors<T>(node: unknown, callback: NeighborReducer<T, NodeAttributes>, initialValue: T): T;
|
|
561
|
-
findNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
562
|
-
findUndirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
563
|
-
findDirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
564
|
-
findInNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
565
|
-
findOutNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
566
|
-
findInboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
567
|
-
findOutboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): string | undefined;
|
|
568
|
-
someNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
569
|
-
someUndirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
570
|
-
someDirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
571
|
-
someInNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
572
|
-
someOutNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
573
|
-
someInboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
574
|
-
someOutboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
575
|
-
everyNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
576
|
-
everyUndirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
577
|
-
everyDirectedNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
578
|
-
everyInNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
579
|
-
everyOutNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
580
|
-
everyInboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
581
|
-
everyOutboundNeighbor(node: unknown, callback: NeighborPredicate<NodeAttributes>): boolean;
|
|
582
|
-
neighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
583
|
-
undirectedNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
584
|
-
directedNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
585
|
-
inNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
586
|
-
outNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
587
|
-
inboundNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>;
|
|
588
|
-
outboundNeighborEntries(node: unknown): IterableIterator<NeighborEntry<NodeAttributes>>; // Serialization methods
|
|
589
|
-
export(): SerializedGraph<NodeAttributes, EdgeAttributes, GraphAttributes>;
|
|
590
|
-
import(data: Partial<SerializedGraph<NodeAttributes, EdgeAttributes, GraphAttributes>>, merge?: boolean): this;
|
|
591
|
-
import(graph: AbstractGraph<NodeAttributes, EdgeAttributes, GraphAttributes>, merge?: boolean): this; // Utils
|
|
592
|
-
nullCopy(options?: Partial<GraphOptions>): AbstractGraph<NodeAttributes, EdgeAttributes, GraphAttributes>;
|
|
593
|
-
emptyCopy(options?: Partial<GraphOptions>): AbstractGraph<NodeAttributes, EdgeAttributes, GraphAttributes>;
|
|
594
|
-
copy(options?: Partial<GraphOptions>): AbstractGraph<NodeAttributes, EdgeAttributes, GraphAttributes>; // Well-known methods
|
|
595
|
-
toJSON(): SerializedGraph<NodeAttributes, EdgeAttributes, GraphAttributes>;
|
|
596
|
-
toString(): string;
|
|
597
|
-
inspect(): any;
|
|
598
|
-
static from<NA extends Attributes = Attributes, EA extends Attributes = Attributes, GA extends Attributes = Attributes>(data: SerializedGraph<NA, EA, GA> | AbstractGraph<NA, EA, GA>, options?: GraphOptions): AbstractGraph<NA, EA, GA>;
|
|
599
|
-
}
|
|
600
|
-
//#endregion
|
|
601
|
-
//#region ../../node_modules/.pnpm/graphology-dag@0.4.1_graphology-types@0.24.8/node_modules/graphology-dag/topological-sort.d.ts
|
|
602
|
-
declare function topologicalSort(graph: AbstractGraph): Array<string>;
|
|
603
|
-
//#endregion
|
|
604
|
-
//#region ../../node_modules/.pnpm/graphology-dag@0.4.1_graphology-types@0.24.8/node_modules/graphology-dag/will-create-cycle.d.ts
|
|
605
|
-
declare function willCreateCycle(graph: AbstractGraph, source: unknown, target: unknown): boolean;
|
|
606
|
-
//#endregion
|
|
607
|
-
export { topologicalSort as n, willCreateCycle as t };
|