Click or drag to resize

GRSImportImport Method

Overload List
 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.
Top
See Also