Click or drag to resize

SequenceBaseFireFinishedEvent Method (IGraphProcessingEnvironment, IMatches, Boolean)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FireFinishedEvent(
	IGraphProcessingEnvironment procEnv,
	IMatches[] matchesArray,
	bool[] specialArray
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
matchesArray
Type: de.unika.ipd.grGen.libGrIMatches
specialArray
Type: SystemBoolean
See Also