Expand description
Extraction of the graph model from a loaded bundle: the same edges the
okf graph command prints, kept as typed nodes and edges so the canvas
can style them distinctly.
Structs§
- Graph
Edge - One directed edge, as indices into
GraphModel::nodes. - Graph
Model - The extracted graph.
- Graph
Node - One node in the graph.