Interface Alternative

All Superinterfaces:
EObject, Expression, Notifier, Operation
All Known Implementing Classes:
AlternativeImpl

public interface Alternative extends Operation
A representation of the model object 'Alternative'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getLeftOption

      Option getLeftOption()
      Returns the value of the 'Left Option' containment reference.

      If the meaning of the 'Left Option' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Left Option' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setLeftOption

      void setLeftOption(Option value)
      Sets the value of the ' Left Option' containment reference.
      Parameters:
      value - the new value of the 'Left Option' containment reference.
      See Also:
      Generated class or method.
    • getRightOption

      Option getRightOption()
      Returns the value of the 'Right Option' containment reference.

      If the meaning of the 'Right Option' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Right Option' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setRightOption

      void setRightOption(Option value)
      Sets the value of the ' Right Option' containment reference.
      Parameters:
      value - the new value of the 'Right Option' containment reference.
      See Also:
      Generated class or method.