Click or drag to resize

GRSImport Class

Imports graphs from files in GRS format. Implementation note: this is a boring hand written lexer and parser, needed because the lexer/parser generated by CSharpCC that was replaced by it fired a multitude of "LookaheadSuccess"-exceptions, wreaking havoc on performance.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGRSImport

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

The GRSImport type exposes the following members.

Methods
  NameDescription
Public methodStatic memberImport(String, IBackend, IActions)
Imports the given graph from a file with the given filename. Any errors will be reported by exception.
Public methodStatic memberImport(String, IBackend, IGraphModel, IActions)
Imports the given graph from a file with the given filename. Any errors will be reported by exception.
Public methodStatic memberImport(String, String, IBackend, IActions)
Imports the given graph from a file with the given filename. Any errors will be reported by exception.
Public methodStatic memberImport(TextReader, Int64, IBackend, IGraphModel, IActions)
Imports the given graph from the given text reader input stream. Any errors will be reported by exception.
Public methodStatic memberImport(TextReader, Int64, String, IBackend, IActions)
Imports the given graph from the given text reader input stream. Any errors will be reported by exception.
Public methodStatic memberScan
Public methodStatic memberTryScan
Top
See Also