Interface MapPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
MapPackageImpl

public interface MapPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore invocationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' settingDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL' validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final MapPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • MAP

      static final int MAP
      The meta object id for the 'Map' class.
      See Also:
      Generated class or method.
    • MAP__ID

      static final int MAP__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAP__MEASUREMENT_SPECIFICATION

      static final int MAP__MEASUREMENT_SPECIFICATION
      The feature id for the 'Measurement Specification' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAP__ENTITY_NAME

      static final int MAP__ENTITY_NAME
      The feature id for the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAP__OUTPUT_METRIC_DESCRIPTION

      static final int MAP__OUTPUT_METRIC_DESCRIPTION
      The feature id for the 'Output Metric Description' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAP__MAPPER

      static final int MAP__MAPPER
      The feature id for the 'Mapper' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAP_FEATURE_COUNT

      static final int MAP_FEATURE_COUNT
      The number of structural features of the 'Map' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAPPER

      static final int MAPPER
      The meta object id for the 'Mapper' class.
      See Also:
      Generated class or method.
    • MAPPER__ID

      static final int MAPPER__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAPPER__MAP

      static final int MAPPER__MAP
      The feature id for the 'Map' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAPPER_FEATURE_COUNT

      static final int MAPPER_FEATURE_COUNT
      The number of structural features of the 'Mapper' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPONENTIAL_SMOOTHING

      static final int EXPONENTIAL_SMOOTHING
      The meta object id for the 'Exponential Smoothing' class.
      See Also:
      Generated class or method.
    • EXPONENTIAL_SMOOTHING__ID

      static final int EXPONENTIAL_SMOOTHING__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPONENTIAL_SMOOTHING__MAP

      static final int EXPONENTIAL_SMOOTHING__MAP
      The feature id for the 'Map' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPONENTIAL_SMOOTHING__SMOOTHING_FACTOR

      static final int EXPONENTIAL_SMOOTHING__SMOOTHING_FACTOR
      The feature id for the 'Smoothing Factor' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPONENTIAL_SMOOTHING__SMOOTHED_VALUE

      static final int EXPONENTIAL_SMOOTHING__SMOOTHED_VALUE
      The feature id for the 'Smoothed Value' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • EXPONENTIAL_SMOOTHING_FEATURE_COUNT

      static final int EXPONENTIAL_SMOOTHING_FEATURE_COUNT
      The number of structural features of the 'Exponential Smoothing' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details

    • getMap

      EClass getMap()
      Returns the meta object for class 'Map'.
      Returns:
      the meta object for class 'Map'.
      See Also:
      Generated class or method.
    • getMap_OutputMetricDescription

      EReference getMap_OutputMetricDescription()
      Returns the meta object for the reference 'Output Metric Description'.
      Returns:
      the meta object for the reference 'Output Metric Description'.
      See Also:
      Generated class or method.
    • getMap_Mapper

      EReference getMap_Mapper()
      Returns the meta object for the containment reference 'Mapper'.
      Returns:
      the meta object for the containment reference 'Mapper'.
      See Also:
      Generated class or method.
    • getMapper

      EClass getMapper()
      Returns the meta object for class 'Mapper'.
      Returns:
      the meta object for class 'Mapper'.
      See Also:
      Generated class or method.
    • getMapper_Map

      EReference getMapper_Map()
      Returns the meta object for the container reference 'Map'.
      Returns:
      the meta object for the container reference 'Map'.
      See Also:
      Generated class or method.
    • getExponentialSmoothing

      EClass getExponentialSmoothing()
      Returns the meta object for class 'Exponential Smoothing'.
      Returns:
      the meta object for class 'Exponential Smoothing'.
      See Also:
      Generated class or method.
    • getExponentialSmoothing_SmoothingFactor

      EAttribute getExponentialSmoothing_SmoothingFactor()
      Returns the meta object for the attribute 'Smoothing Factor'.
      Returns:
      the meta object for the attribute 'Smoothing Factor'.
      See Also:
      Generated class or method.
    • getExponentialSmoothing_SmoothedValue

      EAttribute getExponentialSmoothing_SmoothedValue()
      Returns the meta object for the attribute 'Smoothed Value'.
      Returns:
      the meta object for the attribute 'Smoothed Value'.
      See Also:
      Generated class or method.
    • getMapFactory

      MapFactory getMapFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.