Interface DerivedUnitType

  • All Superinterfaces:
    AbstractGMLType, DefinitionType, EObject, Notifier, UnitDefinitionType
    All Known Implementing Classes:
    DerivedUnitTypeImpl

    public interface DerivedUnitType
    extends UnitDefinitionType
    A representation of the model object 'Derived Unit Type'. Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system. If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.

    The following features are supported:

    See Also:
    Gml311Package.getDerivedUnitType()
    • Method Detail

      • getDerivationUnitTerm

        EList<DerivationUnitTermType> getDerivationUnitTerm()
        Returns the value of the 'Derivation Unit Term' containment reference list. The list contents are of type DerivationUnitTermType.

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

        Returns:
        the value of the 'Derivation Unit Term' containment reference list.
        See Also:
        Gml311Package.getDerivedUnitType_DerivationUnitTerm()