Click or drag to resize

IUserProxyForSequenceExecutionChooseDirection 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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int ChooseDirection(
	int direction,
	Sequence seq
)

Parameters

direction  Int32
 
seq  Sequence
 

Return Value

Int32
See Also