Click or drag to resize

LGSPGraph(IGraphModel, IGlobalVariables) Constructor

Constructs an LGSPGraph object with the given model, the given global variables, and an automatically generated 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
)

Parameters

grmodel  IGraphModel
The graph model.
globalVars  IGlobalVariables
The global variables.
See Also