 | LGSPActionsGenerateActions(String) Method |
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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPAction[] GenerateActions(
params string[] actionNames
)
Parameters
- actionNames String
- An array of names of actions to be replaced.
Return Value
LGSPActionAn array with the new action instances.
See Also