Click or drag to resize

LGSPGraphProcessingEnvironmentMatch Method


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

Parameters

action  IAction
 
arguments  Object
 
localMaxMatches  Int32
 
special  Boolean
 
filters  ListFilterCall
 
fireDebugEvents  Boolean
 

Return Value

IMatches

Implements

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