Click or drag to resize

LGSPGraphProcessingEnvironmentApplyRewrite Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
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
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.GenericListFilterCall
fireDebugEvents
Type: SystemBoolean
numMatches
Type: SystemInt32

Return Value

Type: ListObject

Implements

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