Click or drag to resize

PorterImport Method

Overload List
  NameDescription
Public methodStatic memberImport(IBackend, ListString, IActions)
Imports a graph from the given files. If the filenames only specify a model, the graph is empty. The format is determined by the file extensions. Currently available are: .grs/.grsi or .gxl or .ecore with .xmi. Optionally suffixed by .gz; in this case they are expected to be gzipped. Any error will be reported by exception.
Public methodStatic memberImport(String, IBackend, IGraphModel, IActions)
Imports a graph from the given file. The format is determined by the file extension. Any errors will be reported by exception.
Top
See Also