 | LGSPNamedGraph(IGraphModel, IGlobalVariables, Int32) Constructor |
Constructs an LGSPNamedGraph object with the given model and capacity, and an automatically generated name.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPNamedGraph(
IGraphModel grmodel,
IGlobalVariables globalVars,
int capacity
)
Parameters
- grmodel IGraphModel
- The graph model.
- globalVars IGlobalVariables
- The global variables.
- capacity Int32
- The initial capacity for the name maps (performance optimization, use 0 if unsure).
See Also