Applies all the maps to the graph
Applies an object of maps associated with with a graph is made up of {pmap:(the position map), emap:{the edge map}}
Static
createThis is the official create method to make a graph based on a set of nodes and edges It also auto initializes the graph and sets all the adjaceny lists in the memory
map of nodes
map of edges
Generated using TypeDoc
The main graph object - this contrains nodes and edges that get modified with different Operations etc.