 | GXLImport Class |
Imports graphs from the GXL format.
Inheritance Hierarchy Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static class GXLImport
The GXLImport type exposes the following members.
Methods | Name | Description |
---|
  | 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.
|
  | 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.
|
Top
See Also