package @rimbu/graph/custom
undocumented
Interfaces
Name | Description |
---|---|
ArrowGraphBase<N,Tp> | undocumented |
ArrowGraphCreators | undocumented |
ArrowGraphHashedCreators | undocumented |
ArrowGraphSortedCreators | undocumented |
ArrowValuedGraphBase<N,V,Tp> | undocumented |
ArrowValuedGraphCreators | undocumented |
ArrowValuedGraphHashedCreators | undocumented |
ArrowValuedGraphSortedCreators | undocumented |
EdgeGraphBase<N,Tp> | undocumented |
EdgeGraphCreators | undocumented |
EdgeGraphHashedCreators | undocumented |
EdgeGraphSortedCreators | undocumented |
EdgeValuedGraphBase<N,V,Tp> | undocumented |
EdgeValuedGraphCreators | undocumented |
EdgeValuedGraphHashedCreators | undocumented |
EdgeValuedGrapSortedCreators | undocumented |
GraphBase<N,Tp> | undocumented |
GraphConnect<N,V,Tp> | undocumented |
GraphConnectNonEmpty<N,V,Tp> | undocumented |
GraphTypesContextImpl | undocumented |
GraphValues<N,V> | undocumented |
ValuedGraphBase<N,V,Tp> | undocumented |
ValuedGraphTypesContextImpl | undocumented |
VariantGraphBase<N,V,Tp> | undocumented |
VariantValuedGraphBase<N,V,Tp> | undocumented |
Namespaces
Name | Description |
---|---|
ArrowGraphBase | undocumented |
ArrowValuedGraphBase | undocumented |
EdgeGraphBase | undocumented |
EdgeValuedGraphBase | undocumented |
GraphBase | undocumented |
GraphElement | A graph element is either an isolated node as a 1-tuple, or a link between nodes represented as a Link instance. |
Link | A potentially valued connection between two nodes, being a 2-valued or 3-valued tuple of which the first two elements are nodes |
ValuedGraphBase | undocumented |
ValuedGraphElement | undocumented |
ValuedLink | A valued connection between two nodes, being a 3-valued tuple of which the first two elements are nodes and the last element a value |
VariantGraphBase | undocumented |
VariantValuedGraphBase | undocumented |
Classes
Name | Description |
---|---|
GraphBuilder | undocumented |
GraphContext | undocumented |
GraphEmpty | undocumented |
GraphEmptyBase | undocumented |
GraphNonEmpty | undocumented |
ValuedGraphBuilder | undocumented |
ValuedGraphContext | undocumented |
ValuedGraphEmpty | undocumented |
ValuedGraphNonEmpty | undocumented |