All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, LogicTerm, Notifier, Term
All Known Subinterfaces:
And, Or
All Known Implementing Classes:
AndImpl, BinaryLogicTermImpl, OrImpl

public interface BinaryLogicTerm extends LogicTerm
A representation of the model object 'Binary Logic Term'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • 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"
    • 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

      Term 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"
    • setRight

      void setRight(Term 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.