import { GraphBuilder } from "https://deno.land/x/rimbu@0.13.5/graph/custom/non-valued/implementation/builder.ts";
Type Parameters
Tp extends GraphTypesContextImpl
optional
TpG extends WithGraphValues<Tp, N, any> = WithGraphValues<Tp, N, any>Properties
optional
_linkMap: TpG["linkMapBuilder"]addGraphElement: (element: GraphElement<N>) => boolean
addGraphElements: (elements: StreamSource<GraphElement<N>>) => boolean
addNode: (node: N) => boolean
addNodeInternal: (node: N) => boolean
addNodes: (nodes: StreamSource<N>) => boolean
build: () => TpG["normal"]
connectAll: (connections: StreamSource<TpG["link"]>) => boolean
disconnectAll: <UN>(connections: StreamSource<Link<RelatedTo<N, UN>>>) => boolean
readonly
linkMap: TpG["linkMapBuilder"]removeNodes: <UN>(nodes: StreamSource<RelatedTo<N, UN>>) => boolean