 | IActionExecutionEnvironmentFinished(IMatches, Boolean) Method |
Fires an OnFinished event.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid Finished(
IMatches[] matches,
bool[] special
)
Parameters
- matches IMatches
- The IMatches objects returned by the matchers of the actions (of the multi-rule application). The matched elements may be invalid.
- special Boolean
- Whether this is a 'special' match (user defined) (per action).
See Also