 | LGSPNamedGraph Constructor (IGraphModel, IGlobalVariables, String, Int32) |
Constructs an LGSPNamedGraph object with the given model, name, and capacity.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPNamedGraph(
IGraphModel grmodel,
IGlobalVariables globalVars,
string grname,
int capacity
)
Parameters
- grmodel
- Type: de.unika.ipd.grGen.libGrIGraphModel
The graph model. - globalVars
- Type: de.unika.ipd.grGen.libGrIGlobalVariables
The global variables. - grname
- Type: SystemString
The name for the graph. - capacity
- Type: SystemInt32
The initial capacity for the name maps (performance optimization, use 0 if unsure).
See Also