 | GXLImportImport Method (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.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxpublic static IGraph Import(
TextReader inStream,
string modelOverride,
IBackend backend,
out IActions actions
)
Parameters
- inStream
- Type: System.IOTextReader
The text reader input stream import source. - modelOverride
- Type: SystemString
If not null, overrides the filename of the graph model to be used. - backend
- Type: de.unika.ipd.grGen.libGrIBackend
The backend to use to create the graph. - actions
- Type: de.unika.ipd.grGen.libGrIActions
Receives the actions object in case a .grg model is given.
Return Value
Type:
IGraph
See Also