Click or drag to resize

IUserProxyForSequenceExecutionChooseMatch Method (Int32, SequenceSomeFromSet)

returns the maybe user altered match to execute next for the sequence given the randomly chosen total match is supplied; the sequence with the rules and matches is supplied

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
int ChooseMatch(
	int totalMatchExecute,
	SequenceSomeFromSet seq
)

Parameters

totalMatchExecute
Type: SystemInt32
seq
Type: de.unika.ipd.grGen.libGrSequenceSomeFromSet

Return Value

Type: Int32
See Also