Class IALoopHelper


  • public abstract class IALoopHelper
    extends java.lang.Object
    The interactionOperator 'loop' designates that the CombinedFragment represents a loop. The loop operand will be repeated a number of times. The guard may include a lower and an upper number of iterations of the loop as well as a Boolean expression. The semantics is such that a loop will iterate at least the ‘minint’ number of times and at most the ‘maxint’ number of times. After the minimum number of iterations have executed and the Boolean expression is false, the loop will terminate.
    See Also:
    IALoop