Click or drag to resize

LGSPBackendCreatePersistentNamedFromSpec Method (String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, String, String, String)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0
Syntax
C#
public INamedGraph CreatePersistentNamedFromSpec(
	string gmFilename,
	IGlobalVariables globalVariables,
	string graphName,
	string statisticsPath,
	ProcessSpecFlags flags,
	List<string> externalAssemblies,
	int capacity,
	string persistenceProvider,
	string connectionParameters,
	string persistentGraphParameters
)

Parameters

gmFilename
Type: SystemString
globalVariables
Type: de.unika.ipd.grGen.libGrIGlobalVariables
graphName
Type: SystemString
statisticsPath
Type: SystemString
flags
Type: de.unika.ipd.grGen.libGrProcessSpecFlags
externalAssemblies
Type: System.Collections.GenericListString
capacity
Type: SystemInt32
persistenceProvider
Type: SystemString
connectionParameters
Type: SystemString
persistentGraphParameters
Type: SystemString

Return Value

Type: INamedGraph

Implements

IBackendCreatePersistentNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, String, String, String)
See Also