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.1
Syntax
C#
public int ChooseSequence(
	int seqToExecute,
	List<Sequence> sequences,
	SequenceNAry seq
)

Parameters

seqToExecute  Int32
 
sequences  ListSequence
 
seq  SequenceNAry
 

Return Value

Int32

Implements

IUserProxyForSequenceExecutionChooseSequence(Int32, ListSequence, SequenceNAry)
See Also