 | LGSPActionsGenerateActions Method (LGSPAction) |
Replaces the given actions by new action instances 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[] GenerateActions(
params LGSPAction[] oldActions
)
Parameters
- oldActions
- Type: de.unika.ipd.grGen.lgspLGSPAction
An array of actions to be replaced.
Return Value
Type:
LGSPActionAn array with the new action instances.
See Also