![]() | GXLImport Class |
Namespace: de.unika.ipd.grGen.libGr
public static class GXLImport
Name | Description | |
---|---|---|
![]() ![]() | Import(TextReader, IBackend, IGraphModel, IActions) |
Imports the first graph not being of type "gxl-1.0" from the given text reader input stream.
Any errors will be reported by exception.
|
![]() ![]() | Import(TextReader, String, IBackend, IActions) |
Imports the first graph not being of type "gxl-1.0" from the given text reader input stream.
Any errors will be reported by exception.
|
![]() ![]() | Import(String, IBackend, IGraphModel, IActions) |
Imports the first graph not being of type "gxl-1.0" from a GXL file
with the given filename.
Any errors will be reported by exception.
|
![]() ![]() | Import(String, String, IBackend, IActions) |
Imports the first graph not being of type "gxl-1.0" from a GXL file
with the given filename.
Any errors will be reported by exception.
|