Click or drag to resize

LGSPActionExecutionEnvironmentMatchSelected Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void MatchSelected(
	IMatch match,
	bool special,
	IMatches matches
)

Parameters

match  IMatch
 
special  Boolean
 
matches  IMatches
 

Implements

IActionExecutionEnvironmentMatchSelected(IMatch, Boolean, IMatches)
See Also