 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic 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