Module graph

Source
Expand description

§Graph Utilities

This module provides functions for working with graph data structures.

Primary use is to model organizational data as a graph.

Functions§

node_from_label
Find a node by label.
node_name
Get the name of a node in the graph.
node_parent
Find the parent of a node in the graph.