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
addGraphElementsDefinition
addGraphElements: (elements: StreamSource<GraphElement<N>>) => boolean;
addNodes
undocumented
addNodesDefinition
addNodes: (nodes: StreamSource<N>) => boolean;
connectAll
undocumented
connectAllDefinition
connectAll: (connections: StreamSource<TpG["link"]>) => boolean;
disconnect
undocumented
disconnectdisconnectAll
undocumented
disconnectAllDefinition
disconnectAll: <UN>(connections: StreamSource<Link<RelatedTo<N, UN>>>) => boolean;
disconnectInternal
undocumented
disconnectInternalhasConnection
undocumented
hasConnectionremoveNodeInternal
undocumented
removeNodeInternalremoveNodes
undocumented
removeNodesDefinition
removeNodes: <UN>(nodes: StreamSource<RelatedTo<N, UN>>) => boolean;