Click or drag to resize

IUserProxyForSequenceExecutionChooseMatch Method (Int32, IMatches, Int32, Sequence)

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.2
Syntax
C#
int ChooseMatch(
	int matchToApply,
	IMatches matches,
	int numFurtherMatchesToApply,
	Sequence seq
)

Parameters

matchToApply
Type: SystemInt32
matches
Type: de.unika.ipd.grGen.libGrIMatches
numFurtherMatchesToApply
Type: SystemInt32
seq
Type: de.unika.ipd.grGen.libGrSequence

Return Value

Type: Int32
See Also