Click or drag to resize

DebuggerChooseMatch 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.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public 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

Implements

IUserProxyForSequenceExecutionChooseMatch(Int32, IMatches, Int32, Sequence)
See Also