 | LGSPMatcherGeneratorGenerateAction(LGSPGraph, String, String, LGSPAction) Method |
Generate a new action for the given action, 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 GenerateAction(
LGSPGraph graph,
string modelAssemblyName,
string actionsAssemblyName,
LGSPAction action
)
Parameters
- graph LGSPGraph
-
- modelAssemblyName String
-
- actionsAssemblyName String
-
- action LGSPAction
-
Return Value
LGSPAction
See Also