Class IAAltHelper


  • public abstract class IAAltHelper
    extends java.lang.Object
    The interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior. No more than one of the operands will be chosen. The chosen operand must have an explicit or implicit guard expression that evaluates to true at this point in the interaction. An implicit true guard is implied if the operand has no guard.
    See Also:
    IAAlt