import { ValuedGraphBuilder } from "https://deno.land/x/rimbu@0.13.5/graph/custom/valued/implementation/builder.ts";
Type Parameters
Tp extends ValuedGraphTypesContextImpl
optional
TpG extends WithGraphValues<Tp, N, V> = WithGraphValues<Tp, N, V>Properties
optional
_linkMap: TpG["linkMapBuilder"]addGraphElement: (element: ValuedGraphElement<N, V>) => boolean
addGraphElements: (elements: StreamSource<ValuedGraphElement<N, V>>) => 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