 | LGSPBackendCreateNamedFromSpec Method (String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, INamedGraph, IActions) |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic void CreateNamedFromSpec(
string grgFilename,
IGlobalVariables globalVariables,
string graphName,
string statisticsPath,
ProcessSpecFlags flags,
List<string> externalAssemblies,
int capacity,
out INamedGraph newGraph,
out IActions newActions
)
Parameters
- grgFilename
- 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
- newGraph
- Type: de.unika.ipd.grGen.libGrINamedGraph
- newActions
- Type: de.unika.ipd.grGen.libGrIActions
Implements
IBackendCreateNamedFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Int32, INamedGraph, IActions)
See Also