 | LGSPBackendCreatePersistentNamedGraph Method (String, IGlobalVariables, String, String, String, String, String) |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0
Syntaxpublic INamedGraph CreatePersistentNamedGraph(
string modelFilename,
IGlobalVariables globalVariables,
string graphName,
string persistenceProvider,
string connectionParameters,
string persistentGraphParameters,
params string[] parameters
)
Parameters
- modelFilename
- Type: SystemString
- globalVariables
- Type: de.unika.ipd.grGen.libGrIGlobalVariables
- graphName
- Type: SystemString
- persistenceProvider
- Type: SystemString
- connectionParameters
- Type: SystemString
- persistentGraphParameters
- Type: SystemString
- parameters
- Type: SystemString
Return Value
Type:
INamedGraphImplements
IBackendCreatePersistentNamedGraph(String, IGlobalVariables, String, String, String, String, String)
See Also