Click or drag to resize

GRSImport Methods

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