Click or drag to resize

LGSPActionsGenerateAction Method (LGSPAction)

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
Syntax
C#
public LGSPAction GenerateAction(
	LGSPAction action
)

Parameters

action
Type: de.unika.ipd.grGen.lgspLGSPAction
The action to be replaced.

Return Value

Type: LGSPAction
The new action instance.
See Also