Click or drag to resize

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


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

Parameters

action  IAction
 
subgraph  IGraph
 
arguments  Object
 
localMaxMatches  Int32
 
special  Boolean
 
fireDebugEvents  Boolean
 

Return Value

IMatches
See Also