Click or drag to resize

GraphHelperImport Method

Imports and returns the graph within the file specified by its path (model as specified).

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IGraph Import(
	Object path,
	IBackend backend,
	IGraphModel model
)

Parameters

path  Object
 
backend  IBackend
 
model  IGraphModel
 

Return Value

IGraph
See Also