 | LGSPBackendCreateFromSpec Method (String, IGlobalVariables, String, String, ProcessSpecFlags, ListString) |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic IGraph CreateFromSpec(
string gmFilename,
IGlobalVariables globalVariables,
string graphName,
string statisticsPath,
ProcessSpecFlags flags,
List<string> externalAssemblies
)
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
Return Value
Type:
IGraphImplements
IBackendCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString)
See Also