Click or drag to resize

SequenceBaseFireMatchSelectedEvent Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void FireMatchSelectedEvent(
	IGraphProcessingEnvironment procEnv,
	IMatch match,
	bool special,
	IMatches matches
)

Parameters

procEnv  IGraphProcessingEnvironment
 
match  IMatch
 
special  Boolean
 
matches  IMatches
 
See Also