Interface TermExpression

All Superinterfaces:
BooleanExpression, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Comparison, EObject, Expression, IfElse, Notifier, Term
All Known Implementing Classes:
TermExpressionImpl

public interface TermExpression extends Term
A representation of the model object 'Term Expression'.

The following features are supported:

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

  • Method Details

    • getLeft

      Term getLeft()
      Returns the value of the 'Left' containment reference.
      Returns:
      the value of the 'Left' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setLeft

      void setLeft(Term value)
      Sets the value of the 'Left' containment reference.
      Parameters:
      value - the new value of the 'Left' containment reference.
      See Also:
      Generated class or method.
    • getRight

      Product getRight()
      Returns the value of the 'Right' containment reference.
      Returns:
      the value of the 'Right' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setRight

      void setRight(Product value)
      Sets the value of the 'Right' containment reference.
      Parameters:
      value - the new value of the 'Right' containment reference.
      See Also:
      Generated class or method.
    • getOperation

      TermOperations getOperation()
      Returns the value of the 'Operation' attribute. The literals are from the enumeration TermOperations.
      Returns:
      the value of the 'Operation' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setOperation

      void setOperation(TermOperations value)
      Sets the value of the 'Operation' attribute.
      Parameters:
      value - the new value of the 'Operation' attribute.
      See Also:
      Generated class or method.