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:
Not
All Known Implementing Classes:
NotImpl, UnaryLogicTermImpl

public interface UnaryLogicTerm extends LogicTerm
A representation of the model object 'Unary Logic Term'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getTerm

      Term getTerm()
      Returns the value of the 'Term' containment reference.
      Returns:
      the value of the 'Term' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setTerm

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