 | LGSPMatcherGeneratorGenerateActions Method |
Generate new actions for the given actions, doing the same work,
but hopefully faster by taking graph analysis information into account
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPAction[] GenerateActions(
LGSPGraph graph,
string modelAssemblyName,
string actionsAssemblyName,
params LGSPAction[] actions
)
Parameters
- graph LGSPGraph
-
- modelAssemblyName String
-
- actionsAssemblyName String
-
- actions LGSPAction
-
Return Value
LGSPAction
See Also