Click or drag to resize

IUserProxyForSequenceExecutionChooseMatch(Int32, IMatches, Int32, Sequence) Method

returns the maybe user altered match to apply next for the sequence given the randomly chosen match is supplied; the object with all available matches is supplied

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int ChooseMatch(
	int matchToApply,
	IMatches matches,
	int numFurtherMatchesToApply,
	Sequence seq
)

Parameters

matchToApply  Int32
 
matches  IMatches
 
numFurtherMatchesToApply  Int32
 
seq  Sequence
 

Return Value

Int32
See Also