class GraphBuilder<N,Tp,TpG>
undocumented
Type parameters
Name | Constraints | Default | Description |
---|---|---|---|
N | undocumented | ||
Tp | GraphTypesContextImpl | undocumented | |
TpG | WithGraphValues <Tp, N, any> | WithGraphValues <Tp, N, any> | undocumented |
Properties
addGraphElements
undocumented
addGraphElements
Definition
addGraphElements: (elements:
StreamSource
<GraphElement<N>>) => boolean;
addNodes
undocumented
addNodes
Definition
addNodes: (nodes:
StreamSource
<N>) => boolean;
connectAll
undocumented
connectAll
Definition
connectAll: (connections:
StreamSource
<TpG["link"]>) => boolean;
disconnect
undocumented
disconnect
disconnectAll
undocumented
disconnectAll
Definition
disconnectAll: <UN>(connections:
StreamSource
<Link<
RelatedTo
<N, UN>>>) => boolean;
disconnectInternal
undocumented
disconnectInternal
hasConnection
undocumented
hasConnection
removeNodeInternal
undocumented
removeNodeInternal
removeNodes
undocumented
removeNodes
Definition
removeNodes: <UN>(nodes:
StreamSource
<
RelatedTo
<N, UN>>) => boolean;