Click or drag to resize

ShellGraphProcessingEnvironment Constructor (IGraph, String, String, String)

Initializes a new instance of the ShellGraphProcessingEnvironment class

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 7.2
Syntax
C#
public ShellGraphProcessingEnvironment(
	IGraph graph,
	string backendFilename,
	string[] backendParameters,
	string modelFilename
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
backendFilename
Type: SystemString
backendParameters
Type: SystemString
modelFilename
Type: SystemString
See Also