Interface UnaryLogicOpType

All Superinterfaces:
EObject, LogicOpsType, Notifier
All Known Implementing Classes:
UnaryLogicOpTypeImpl

public interface UnaryLogicOpType extends LogicOpsType
A representation of the model object 'Unary Logic Op Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Comparison Ops' containment reference.
    FeatureMap
    Returns the value of the 'Comparison Ops Group' attribute list.
    Returns the value of the 'Extension Ops' containment reference.
    FeatureMap
    Returns the value of the 'Extension Ops Group' attribute list.
    Returns the value of the 'Function' containment reference.
    Returns the value of the 'Id' containment reference list.
    FeatureMap
    Returns the value of the 'Id Group' attribute list.
    Returns the value of the 'Logic Ops' containment reference.
    FeatureMap
    Returns the value of the 'Logic Ops Group' attribute list.
    Returns the value of the 'Spatial Ops' containment reference.
    FeatureMap
    Returns the value of the 'Spatial Ops Group' attribute list.
    Returns the value of the 'Temporal Ops' containment reference.
    FeatureMap
    Returns the value of the 'Temporal Ops Group' attribute list.
    void
    Sets the value of the 'Function' containment reference.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getComparisonOpsGroup

      FeatureMap getComparisonOpsGroup()
      Returns the value of the 'Comparison Ops Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Comparison Ops Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Comparison Ops Group' attribute list.
      See Also:
    • getComparisonOps

      ComparisonOpsType getComparisonOps()
      Returns the value of the 'Comparison Ops' containment reference.

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

      Returns:
      the value of the 'Comparison Ops' containment reference.
      See Also:
    • getSpatialOpsGroup

      FeatureMap getSpatialOpsGroup()
      Returns the value of the 'Spatial Ops Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Spatial Ops Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Spatial Ops Group' attribute list.
      See Also:
    • getSpatialOps

      SpatialOpsType getSpatialOps()
      Returns the value of the 'Spatial Ops' containment reference.

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

      Returns:
      the value of the 'Spatial Ops' containment reference.
      See Also:
    • getTemporalOpsGroup

      FeatureMap getTemporalOpsGroup()
      Returns the value of the 'Temporal Ops Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Temporal Ops Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Temporal Ops Group' attribute list.
      See Also:
    • getTemporalOps

      TemporalOpsType getTemporalOps()
      Returns the value of the 'Temporal Ops' containment reference.

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

      Returns:
      the value of the 'Temporal Ops' containment reference.
      See Also:
    • getLogicOpsGroup

      FeatureMap getLogicOpsGroup()
      Returns the value of the 'Logic Ops Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Logic Ops Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Logic Ops Group' attribute list.
      See Also:
    • getLogicOps

      LogicOpsType getLogicOps()
      Returns the value of the 'Logic Ops' containment reference.

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

      Returns:
      the value of the 'Logic Ops' containment reference.
      See Also:
    • getExtensionOpsGroup

      FeatureMap getExtensionOpsGroup()
      Returns the value of the 'Extension Ops Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Extension Ops Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Extension Ops Group' attribute list.
      See Also:
    • getExtensionOps

      ExtensionOpsType getExtensionOps()
      Returns the value of the 'Extension Ops' containment reference.

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

      Returns:
      the value of the 'Extension Ops' containment reference.
      See Also:
    • getFunction

      FunctionType getFunction()
      Returns the value of the 'Function' containment reference.

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

      Returns:
      the value of the 'Function' containment reference.
      See Also:
    • setFunction

      void setFunction(FunctionType value)
      Sets the value of the 'Function' containment reference.
      Parameters:
      value - the new value of the 'Function' containment reference.
      See Also:
    • getIdGroup

      FeatureMap getIdGroup()
      Returns the value of the 'Id Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Id Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Id Group' attribute list.
      See Also:
    • getId

      EList<AbstractIdType> getId()
      Returns the value of the 'Id' containment reference list. The list contents are of type AbstractIdType.

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

      Returns:
      the value of the 'Id' containment reference list.
      See Also: