 | LGSPActionsGenerateAction(LGSPAction) Method |
Replaces the given action by a new action instance with a search plan adapted
to the current analysis data of the associated graph.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPAction GenerateAction(
LGSPAction action
)
Parameters
- action LGSPAction
- The action to be replaced.
Return Value
LGSPActionThe new action instance.
See Also