Click or drag to resize

DebuggerChooseDirection Method

returns the maybe user altered direction of execution for the sequence given the randomly chosen directions is supplied; 0: execute left operand first, 1: execute right operand first

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

Parameters

direction
Type: SystemInt32
seq
Type: de.unika.ipd.grGen.libGrSequence

Return Value

Type: Int32

Implements

IUserProxyForSequenceExecutionChooseDirection(Int32, Sequence)
See Also