Click or drag to resize

SequenceMultiRuleAllCallMatchAll(IGraphProcessingEnvironment, IMatches, ListIMatch, DictionaryIMatch, Int32) Method


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

Parameters

procEnv  IGraphProcessingEnvironment
 
MatchesArray  IMatches
 
MatchList  ListIMatch
 
MatchToConstructIndex  DictionaryIMatch, Int32
 
See Also