Click or drag to resize

LGSPActionExecutionEnvironmentMatchSelected Method

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

Parameters

match
Type: de.unika.ipd.grGen.libGrIMatch
special
Type: SystemBoolean
matches
Type: de.unika.ipd.grGen.libGrIMatches

Implements

IActionExecutionEnvironmentMatchSelected(IMatch, Boolean, IMatches)
See Also