Module gml

Source
Expand description

Object types that represent a parsed GML graph.

Structs§

Edge
A graph edge from node source to node target with other key-value pairs.
Gml
A GML graph.
Node
A graph node with an id and other key-value pairs.

Enums§

GmlItem
An item that represents a key-value pair. For example, node [ ... ], directed 0, label "abc", etc.
Value
The base value types supported by GML.