 | LGSPBackendCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions) Method |
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void CreateFromSpec(
string grgFilename,
IGlobalVariables globalVariables,
string graphName,
string statisticsPath,
ProcessSpecFlags flags,
List<string> externalAssemblies,
out IGraph newGraph,
out IActions newActions
)
Parameters
- grgFilename String
-
- globalVariables IGlobalVariables
-
- graphName String
-
- statisticsPath String
-
- flags ProcessSpecFlags
-
- externalAssemblies ListString
-
- newGraph IGraph
-
- newActions IActions
-
Implements
IBackendCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions)
See Also