Click or drag to resize

LGSPGraph Constructor (IGraphModel, IGlobalVariables, String)

Constructs an LGSPGraph object with the given model, the given global variables, and the given name.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPGraph(
	IGraphModel grmodel,
	IGlobalVariables globalVars,
	string grname
)

Parameters

grmodel
Type: de.unika.ipd.grGen.libGrIGraphModel
The graph model.
globalVars
Type: de.unika.ipd.grGen.libGrIGlobalVariables
The global variables.
grname
Type: SystemString
The name for the graph.
See Also