Interface MapPackage.Literals

Enclosing interface:
MapPackage

public static interface MapPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
Generated class or method.
  • Field Details

    • MAP

      static final EClass MAP
      The meta object literal for the 'Map' class.
      See Also:
      Generated class or method.
    • MAP__OUTPUT_METRIC_DESCRIPTION

      static final EReference MAP__OUTPUT_METRIC_DESCRIPTION
      The meta object literal for the 'Output Metric Description' reference feature.
      Generated class or method.
    • MAP__MAPPER

      static final EReference MAP__MAPPER
      The meta object literal for the 'Mapper' containment reference feature.
      Generated class or method.
    • MAPPER

      static final EClass MAPPER
      The meta object literal for the 'Mapper' class.
      See Also:
      Generated class or method.
    • MAPPER__MAP

      static final EReference MAPPER__MAP
      The meta object literal for the 'Map' container reference feature.
      Generated class or method.
    • EXPONENTIAL_SMOOTHING

      static final EClass EXPONENTIAL_SMOOTHING
      The meta object literal for the 'Exponential Smoothing' class.
      See Also:
      Generated class or method.
    • EXPONENTIAL_SMOOTHING__SMOOTHING_FACTOR

      static final EAttribute EXPONENTIAL_SMOOTHING__SMOOTHING_FACTOR
      The meta object literal for the 'Smoothing Factor' attribute feature.
      Generated class or method.
    • EXPONENTIAL_SMOOTHING__SMOOTHED_VALUE

      static final EAttribute EXPONENTIAL_SMOOTHING__SMOOTHED_VALUE
      The meta object literal for the 'Smoothed Value' attribute feature.
      Generated class or method.