Module gml_parser::gml

source ·
Expand description

Object types that represent a parsed GML graph.

Structs§

  • A graph edge from node source to node target with other key-value pairs.
  • A GML graph.
  • A graph node with an id and other 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.