Click or drag to resize

SequenceRuleCallApplyRewrite Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
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
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
action
Type: de.unika.ipd.grGen.libGrIAction
subgraph
Type: de.unika.ipd.grGen.libGrIGraph
arguments
Type: SystemObject
which
Type: SystemInt32
localMaxMatches
Type: SystemInt32
special
Type: SystemBoolean
test
Type: SystemBoolean
filters
Type: System.Collections.GenericListSequenceFilterCallBase
numMatches
Type: SystemInt32

Return Value

Type: ListObject
See Also