 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPGraph(
IGraphModel grmodel,
IGlobalVariables globalVars
)
Parameters
- grmodel IGraphModel
- The graph model.
- globalVars IGlobalVariables
- The global variables.
See Also