Click or drag to resize

SequenceRandomChoice Interface

A Sequence with a random decision which might be interactively overriden by a user choice.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface SequenceRandomChoice

The SequenceRandomChoice type exposes the following members.

Properties
  NameDescription
Public propertyChoice
The "Choice" flag "%". Only applicable to a random decision sequence. GrShell uses this flag to indicate choicepoints when in debug mode.
Public propertyRandom
The "Random" flag "$" telling whether the sequence operates in random mode.
Top
See Also