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

Parameters

seqToExecute
Type: SystemInt32
sequences
Type: System.Collections.GenericListSequence
seq
Type: de.unika.ipd.grGen.libGrSequenceNAry

Return Value

Type: Int32
See Also