GmlReader Methods |
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.
|