Interface RangeSubsetType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
RangeSubsetTypeImpl

public interface RangeSubsetType extends EObject
A representation of the model object 'Range Subset Type'. Definition of a subset of the named coverage range(s). Currently, only a value enumeration definition of a range subset.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Axis Subset' containment reference 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

    • getAxisSubset

      EList getAxisSubset()
      Returns the value of the 'Axis Subset' containment reference list. The list contents are of type AxisSubsetType. Ordered sequence of points and/or intervals along one axis of a compound range set.
      Returns:
      the value of the 'Axis Subset' containment reference list.
      See Also: