 | LGSPActionsLoadActions Method |
Loads a LGSPActions instance from the given file.
If the file is a ".cs" file it will be compiled first.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static LGSPActions LoadActions(
string actionFilename,
LGSPGraph graph
)
Parameters
- actionFilename String
-
- graph LGSPGraph
-
Return Value
LGSPActions
See Also