Click or drag to resize

DebuggerChooseMatch(Int32, SequenceSomeFromSet) Method

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.1
Syntax
C#
public int ChooseMatch(
	int totalMatchToExecute,
	SequenceSomeFromSet seq
)

Parameters

totalMatchToExecute  Int32
 
seq  SequenceSomeFromSet
 

Return Value

Int32

Implements

IUserProxyForSequenceExecutionChooseMatch(Int32, SequenceSomeFromSet)
See Also