Click or drag to resize

GXLImport Class

Imports graphs from the GXL format.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGXLImport

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static class GXLImport

The GXLImport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberImport(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.
Public methodStatic memberImport(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.
Public methodStatic memberImport(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.
Public methodStatic memberImport(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