Module gml_parser::gml
source · Expand description
Object types that represent a parsed GML graph.
Structs§
- A graph edge from node
source
to nodetarget
withother
key-value pairs. - A GML graph.
- A graph node with an
id
andother
key-value pairs.
Enums§
- An item that represents a key-value pair. For example,
node [ ... ]
,directed 0
,label "abc"
, etc. - The base value types supported by GML.