Click or drag to resize

LGSPPersistentNamedGraph Constructor (IGraphModel, IGlobalVariables, String, Int32, String, String, String)

Constructs an LGSPPersistentNamedGraph object with the given model, name, and capacity.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0
Syntax
C#
public LGSPPersistentNamedGraph(
	IGraphModel grmodel,
	IGlobalVariables globalVars,
	string grname,
	int capacity,
	string persistenceProviderDllName,
	string connectionParameters,
	string persistentGraphParameters
)

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).
persistenceProviderDllName
Type: SystemString
The name of the persistence provider dll.
connectionParameters
Type: SystemString
The connection parameters to configure the persistence provider.
persistentGraphParameters
Type: SystemString
Additional optional parameters for the persistent graph.
See Also