 | GXLImportImport Method (String, String, IBackend, IActions) |
Imports the first graph not being of type "gxl-1.0" from a GXL file
with the given filename.
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(
string importFilename,
string modelOverride,
IBackend backend,
out IActions actions
)
Parameters
- importFilename
- Type: SystemString
The filename of the file to be imported. - 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