Skip to main content

Module model

Module model 

Source
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§

GraphEdge
One directed edge, as indices into GraphModel::nodes.
GraphModel
The extracted graph.
GraphNode
One node in the graph.

Enums§

EdgeKind
The kind of an edge.
NodeKind
What a node represents.