Click or drag to resize

IActionExecutionEnvironmentSetNewestActionVersion Method

Sets the newest action version for a static action.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void SetNewestActionVersion(
	IAction staticAction,
	IAction newAction
)

Parameters

staticAction  IAction
The original action generated by GrGen.exe.
newAction  IAction
A new action instance.
See Also