class ValuedGraphBuilder<N,V,Tp,TpG>
undocumented
Type parameters
| Name | Constraints | Default | Description |
|---|---|---|---|
| N | undocumented | ||
| V | undocumented | ||
| Tp | ValuedGraphTypesContextImpl | undocumented | |
| TpG | WithGraphValues<Tp, N, V> | WithGraphValues<Tp, N, V> | undocumented |
Properties
addGraphElement
undocumented
addGraphElementDefinition
addGraphElement: (element: ValuedGraphElement<N, V>) => boolean;
addGraphElements
undocumented
addGraphElementsDefinition
addGraphElements: (elements: StreamSource<ValuedGraphElement<N, V>>) => boolean;
addNodes
undocumented
addNodesDefinition
addNodes: (nodes: StreamSource<N>) => boolean;
buildMapValues
undocumented
buildMapValuesDefinition
buildMapValues: <V2>(mapFun: (value: V, node1: N, node2: N) => V2) => WithGraphValues<Tp, N, V2>["normal"];
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
disconnectInternalgetValue
undocumented
getValuehasConnection
undocumented
hasConnectionmodifyAt
undocumented
modifyAtremoveNodeInternal
undocumented
removeNodeInternalremoveNodes
undocumented
removeNodesDefinition
removeNodes: <UN>(nodes: StreamSource<RelatedTo<N, UN>>) => boolean;