Click or drag to resize

LGSPGraphProcessingEnvironmentMatchForQuery Method (IAction, IGraph, Object, Int32, Boolean, Boolean)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IMatches MatchForQuery(
	IAction action,
	IGraph subgraph,
	Object[] arguments,
	int localMaxMatches,
	bool special,
	bool fireDebugEvents
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
subgraph
Type: de.unika.ipd.grGen.libGrIGraph
arguments
Type: SystemObject
localMaxMatches
Type: SystemInt32
special
Type: SystemBoolean
fireDebugEvents
Type: SystemBoolean

Return Value

Type: IMatches
See Also