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.1
Syntax
C#
public int ChooseDirection(
	int direction,
	Sequence seq
)

Parameters

direction  Int32
 
seq  Sequence
 

Return Value

Int32

Implements

IUserProxyForSequenceExecutionChooseDirection(Int32, Sequence)
See Also