Interface AbstractTimePrimitiveType

All Superinterfaces:
AbstractGMLType, AbstractTimeObjectType, EObject, Notifier
All Known Subinterfaces:
AbstractTimeGeometricPrimitiveType, AbstractTimeTopologyPrimitiveType, TimeEdgeType, TimeInstantType, TimeNodeType, TimePeriodType
All Known Implementing Classes:
AbstractTimeGeometricPrimitiveTypeImpl, AbstractTimePrimitiveTypeImpl, AbstractTimeTopologyPrimitiveTypeImpl, TimeEdgeTypeImpl, TimeInstantTypeImpl, TimeNodeTypeImpl, TimePeriodTypeImpl

public interface AbstractTimePrimitiveType extends AbstractTimeObjectType
A representation of the model object 'Abstract Time Primitive Type'. The abstract supertype for temporal primitives.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Related Time' 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

    • getRelatedTime

      EList<RelatedTimeType> getRelatedTime()
      Returns the value of the 'Related Time' containment reference list. The list contents are of type RelatedTimeType.

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

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