Click or drag to resize

IUserProxyForSequenceExecutionChooseSequence 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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int ChooseSequence(
	int seqToExecute,
	List<Sequence> sequences,
	SequenceNAry seq
)

Parameters

seqToExecute  Int32
 
sequences  ListSequence
 
seq  SequenceNAry
 

Return Value

Int32
See Also