Interface BinaryLogicOpType

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

public interface BinaryLogicOpType extends LogicOpsType
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Comparison Ops' containment reference list.
    FeatureMap
    Returns the value of the 'Comparison Ops Group' attribute list.
    Returns the value of the 'Extension Ops' containment reference list.
    FeatureMap
    Returns the value of the 'Extension Ops Group' attribute list.
    FeatureMap
    Returns the value of the 'Filter Predicates' attribute list.
    Returns the value of the 'Function' containment reference list.
    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 list.
    FeatureMap
    Returns the value of the 'Logic Ops Group' attribute list.
    Returns the value of the 'Spatial Ops' containment reference list.
    FeatureMap
    Returns the value of the 'Spatial Ops Group' attribute list.
    Returns the value of the 'Temporal Ops' containment reference list.
    FeatureMap
    Returns the value of the 'Temporal Ops Group' attribute list.

    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

    • getFilterPredicates

      FeatureMap getFilterPredicates()
      Returns the value of the 'Filter Predicates' attribute list. The list contents are of type FeatureMap.Entry.

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

      Returns:
      the value of the 'Filter Predicates' attribute list.
      See Also:
    • 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

      EList<ComparisonOpsType> getComparisonOps()
      Returns the value of the 'Comparison Ops' containment reference list. The list contents are of type ComparisonOpsType.

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

      Returns:
      the value of the 'Comparison Ops' containment reference list.
      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

      EList<SpatialOpsType> getSpatialOps()
      Returns the value of the 'Spatial Ops' containment reference list. The list contents are of type SpatialOpsType.

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

      Returns:
      the value of the 'Spatial Ops' containment reference list.
      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

      EList<TemporalOpsType> getTemporalOps()
      Returns the value of the 'Temporal Ops' containment reference list. The list contents are of type TemporalOpsType.

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

      Returns:
      the value of the 'Temporal Ops' containment reference list.
      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

      EList<LogicOpsType> getLogicOps()
      Returns the value of the 'Logic Ops' containment reference list. The list contents are of type LogicOpsType.

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

      Returns:
      the value of the 'Logic Ops' containment reference list.
      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

      EList<ExtensionOpsType> getExtensionOps()
      Returns the value of the 'Extension Ops' containment reference list. The list contents are of type ExtensionOpsType.

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

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

      EList<FunctionType> getFunction()
      Returns the value of the 'Function' containment reference list. The list contents are of type FunctionType.

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

      Returns:
      the value of the 'Function' containment reference list.
      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: