@eagleoutice/flowr - v2.13.15
Preparing search index...
src/util/diff-graph
<internal>
EdgeIndexedGraph
Interface EdgeIndexedGraph<EdgeMap>
The minimum a graph has to offer for
GraphDiff
to compare its edges.
interface
EdgeIndexedGraph
<
EdgeMap
>
{
edges
()
:
Iterable
<
readonly
[
NodeId
,
EdgeMap
]
>
;
hasVertex
(
id
:
NodeId
)
:
boolean
;
}
Type Parameters
EdgeMap
Index
Methods
edges
has
Vertex
Methods
edges
edges
()
:
Iterable
<
readonly
[
NodeId
,
EdgeMap
]
>
Returns
Iterable
<
readonly
[
NodeId
,
EdgeMap
]
>
has
Vertex
hasVertex
(
id
:
NodeId
)
:
boolean
Parameters
id
:
NodeId
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
edges
has
Vertex
@eagleoutice/flowr - v2.13.15
Loading...
The minimum a graph has to offer for GraphDiff to compare its edges.