Click or drag to resize

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

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

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0
Syntax
C#
public LGSPPersistentNamedGraph(
	IGraphModel grmodel,
	IGlobalVariables globalVars,
	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.
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