GmlReader Class |
Namespace: Frontenac.Blueprints.Util.IO.GML
The GmlReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | GmlReader(IGraph) |
Create a new GML reader
(Uses default edge label DEFAULT_LABEL)
|
![]() | GmlReader(IGraph, String) |
Create a new GML reader
|
Name | Description | |
---|---|---|
![]() | EdgeIdKey |
gml property to use as id for edges
|
![]() | EdgeLabelKey |
gml property to assign edge labels to
|
![]() | VertexIdKey |
gml property to use as id for vertices
|
Name | Description | |
---|---|---|
![]() | InputGraph(Stream) |
Read the GML from from the stream.
If the file is malformed incomplete data can be loaded.
|
![]() | InputGraph(String) |
Read the GML from from the stream.
If the file is malformed incomplete data can be loaded.
|
![]() | InputGraph(Stream, Int32) |
Read the GML from from the stream.
If the file is malformed incomplete data can be loaded.
|
![]() | InputGraph(String, Int32) |
Read the GML from from the stream.
If the file is malformed incomplete data can be loaded.
|
![]() ![]() | InputGraph(IGraph, Stream) |
Load the GML file into the Graph.
|
![]() ![]() | InputGraph(IGraph, String) |
Load the GML file into the Graph.
|
![]() ![]() | InputGraph(IGraph, Stream, Int32, String, String, String, String) | |
![]() ![]() | InputGraph(IGraph, String, Int32, String, String, String, String) |
Load the GML file into the Graph.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultLabel |