Frontenac.Blueprints.Util.IO.GML Namespace |
[Missing <summary> documentation for "N:Frontenac.Blueprints.Util.IO.GML"]
Class | Description | |
---|---|---|
![]() | GmlReader |
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.
|
![]() | GmlTokens |
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)
|
![]() | GmlWriter |
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)
|