 | LGSPActionsGenerateAction Method (String) |
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.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPAction GenerateAction(
string actionName
)
Parameters
- actionName
- Type: SystemString
The name of the action to be replaced.
Return Value
Type:
LGSPActionThe new action instance.
See Also