Click or drag to resize

SequenceMultiRuleAllCall.MatchAll Method (IGraphProcessingEnvironment,IMatches[], List<IMatch>, Dictionary<IMatch, Int32>)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void MatchAll(
	IGraphProcessingEnvironment procEnv,
	out IMatches[] MatchesArray,
	out List<IMatch> MatchList,
	out Dictionary<IMatch, int> MatchToConstructIndex
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGr.IGraphProcessingEnvironment
MatchesArray
Type:de.unika.ipd.grGen.libGr.IMatches[]
MatchList
Type: System.Collections.Generic.List<IMatch>
MatchToConstructIndex
Type: System.Collections.Generic.Dictionary<IMatch, Int32>
See Also