Click or drag to resize

LGSPNamedGraph(IGraphModel, IGlobalVariables, String, Int32) Constructor

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.1
Syntax
C#
public LGSPNamedGraph(
	IGraphModel grmodel,
	IGlobalVariables globalVars,
	string grname,
	int capacity
)

Parameters

grmodel  IGraphModel
The graph model.
globalVars  IGlobalVariables
The global variables.
grname  String
The name for the graph.
capacity  Int32
The initial capacity for the name maps (performance optimization, use 0 if unsure).
See Also