Click or drag to resize

LGSPGraphProcessingEnvironmentMatch Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IMatches Match(
	IAction action,
	Object[] arguments,
	int localMaxMatches,
	bool special,
	List<FilterCall> filters,
	bool fireDebugEvents
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
arguments
Type: SystemObject
localMaxMatches
Type: SystemInt32
special
Type: SystemBoolean
filters
Type: System.Collections.GenericListFilterCall
fireDebugEvents
Type: SystemBoolean

Return Value

Type: IMatches

Implements

IActionExecutionEnvironmentMatch(IAction, Object, Int32, Boolean, ListFilterCall, Boolean)
IActionExecutionEnvironmentMatch(IAction, Object, Int32, Boolean, ListFilterCall, Boolean)
See Also