Click or drag to resize

IActionsGetMatchClass Method

Gets the filterer of the match class with the given name.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
MatchClassFilterer GetMatchClass(
	string name
)

Parameters

name
Type: SystemString
The name of the match class.

Return Value

Type: MatchClassFilterer
The filterer of the match class with the given name, or null, if no such match class exists.
See Also