Click or drag to resize

DebuggerChooseMatch Method (Int32, SequenceSomeFromSet)

returns the maybe user altered rule to execute next for the sequence given the randomly chosen rule is supplied; the object with all available rules is supplied a list of all found matches is supplied, too

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

Parameters

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

Return Value

Type: Int32

Implements

IUserProxyForSequenceExecutionChooseMatch(Int32, SequenceSomeFromSet)
See Also