Click or drag to resize

SequenceRuleCallApplyRewrite Method


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

Parameters

procEnv  IGraphProcessingEnvironment
 
action  IAction
 
subgraph  IGraph
 
arguments  Object
 
which  Int32
 
localMaxMatches  Int32
 
special  Boolean
 
test  Boolean
 
filters  ListSequenceFilterCallBase
 
numMatches  Int32
 

Return Value

ListObject
See Also