Click or drag to resize

IActionExecutionEnvironmentBeginExecution Method

Fires an OnBeginExecution event.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void BeginExecution(
	IPatternMatchingConstruct patternMatchingConstruct
)

Parameters

patternMatchingConstruct  IPatternMatchingConstruct
The pattern matching construct.
See Also