import { GraphBuilder } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";
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
hasNode: <UN>(node: RelatedTo<N, UN>) => boolean
readonly
linkMap: TpG["linkMapBuilder"]removeNode: <UN>(node: RelatedTo<N, UN>) => boolean
removeNodeInternal: <UN>(node: RelatedTo<N, UN>) => boolean
removeNodes: <UN>(nodes: StreamSource<RelatedTo<N, UN>>) => boolean