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

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

The following features are supported:

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

    • getTerms

      EList<Term> getTerms()
      Returns the value of the 'Terms' reference list. The list contents are of type Term.
      Returns:
      the value of the 'Terms' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      transient="true" changeable="false" volatile="true" derived="true" ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG derivation='self.oclAsType(ecore::EObject).eContents()->selectByKind(Term)->asSet()'"