Click or drag to resize

Frontenac.Blueprints.Util.IO.GML Namespace

[Missing <summary> documentation for "N:Frontenac.Blueprints.Util.IO.GML"]

Classes
  ClassDescription
Public classGmlReader
A reader for the Graph Modelling Language (GML).

(http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-documentation.tar.gz)

It's not clear that all node have to have id's or that they have to be integers - we assume that this is the case. We also assume that only one graph can be defined in a file.

Public classGmlTokens
A collection of tokens used for GML related data.

Tokens defined from GML Tags (http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-documentation.tar.gz)

Public classGmlWriter
GMLWriter writes a Graph to a GML OutputStream.

GML definition taken from (http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-documentation.tar.gz)