This is our internal graph representation that we use to performa transformations on
Outgoing edges from a node. This is used to track when there are multiple edges between the same nodes eg out['a']['a→b:namedEdge']
Outgoing edges from a node as an array of edgeIds
Return all edges that are pointed out by node v.
Returns the ids of the node that are successors of the given node
Generated using TypeDoc
This is our internal graph representation that we use to performa transformations on