Click or drag to resize

LGSPGraph(IGraphModel, IGlobalVariables, String) Constructor

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.1
Syntax
C#
public LGSPGraph(
	IGraphModel grmodel,
	IGlobalVariables globalVars,
	string grname
)

Parameters

grmodel  IGraphModel
The graph model.
globalVars  IGlobalVariables
The global variables.
grname  String
The name for the graph.
See Also