Skip to main content

interface ArrowValuedGraphCreators

undocumented

Methods

createContext

Returns a new ArrowValuedGraph context instance based on the given options.

Definition

createContext<UN>(options: {
    linkMapContext: RMap.Context<UN>;
    linkConnectionsContext: RMap.Context<UN>;
  }): ArrowValuedGraph.Context<UN>;

Type parameters

NameDescription
UNthe upper node type for which the context can create instances

Parameters

NameTypeDescription
options{
    linkMapContext: RMap.Context<UN>;
    linkConnectionsContext: RMap.Context<UN>;
  }
an object containing the following properties:
- linkMapContext: the map context to use to maintain link maps
- linkConnectionsContext: the map context to use to maintain link connection maps