Click or drag to resize

DebuggerChooseSequence Method

returns the maybe user altered sequence to execute next for the sequence given the randomly chosen sequence is supplied; the object with all available sequences is supplied

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public int ChooseSequence(
	int seqToExecute,
	List<Sequence> sequences,
	SequenceNAry seq
)

Parameters

seqToExecute
Type: SystemInt32
sequences
Type: System.Collections.GenericListSequence
seq
Type: de.unika.ipd.grGen.libGrSequenceNAry

Return Value

Type: Int32

Implements

IUserProxyForSequenceExecutionChooseSequence(Int32, ListSequence, SequenceNAry)
See Also