Click or drag to resize

LGSPActionsReplaceAction Method

Replaces a given action by another one. For internal use.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void ReplaceAction(
	string actionName,
	LGSPAction newAction
)

Parameters

actionName  String
The name of the action to be replaced.
newAction  LGSPAction
The new action.
See Also