Click or drag to resize

LGSPActionsGenerateActions Method (String)

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
Syntax
C#
public LGSPAction[] GenerateActions(
	params string[] actionNames
)

Parameters

actionNames
Type: SystemString
An array of names of actions to be replaced.

Return Value

Type: LGSPAction
An array with the new action instances.
See Also