Click or drag to resize

SequenceRuleCallMatchForQuery Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected static IMatches MatchForQuery(
	IGraphProcessingEnvironment procEnv,
	IAction action,
	IGraph subgraph,
	Object[] arguments,
	int localMaxMatches,
	bool special,
	List<SequenceFilterCallBase> filters
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
action
Type: de.unika.ipd.grGen.libGrIAction
subgraph
Type: de.unika.ipd.grGen.libGrIGraph
arguments
Type: SystemObject
localMaxMatches
Type: SystemInt32
special
Type: SystemBoolean
filters
Type: System.Collections.GenericListSequenceFilterCallBase

Return Value

Type: IMatches
See Also