Click or drag to resize

LGSPGraphProcessingEnvironmentApplyRewrite Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public List<Object[]> ApplyRewrite(
	IAction action,
	IGraph subgraph,
	Object[] arguments,
	int which,
	int localMaxMatches,
	bool special,
	bool test,
	List<FilterCall> filters,
	bool fireDebugEvents,
	out int numMatches
)

Parameters

action  IAction
 
subgraph  IGraph
 
arguments  Object
 
which  Int32
 
localMaxMatches  Int32
 
special  Boolean
 
test  Boolean
 
filters  ListFilterCall
 
fireDebugEvents  Boolean
 
numMatches  Int32
 

Return Value

ListObject

Implements

IGraphProcessingEnvironmentApplyRewrite(IAction, IGraph, Object, Int32, Int32, Boolean, Boolean, ListFilterCall, Boolean, Int32)
See Also