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 operation of each class,
    • each enum,
    • and each data type
    See Also:
    MapFactory
    Generated class or method.
    EMF model class or method.
    kind="package" annotation="http://www.eclipse.org/OCL/Import metricspec='../../../plugin/org.palladiosimulator.metricspec/model/metricspec.ecore#/' monitorrepository='../../../plugin/org.palladiosimulator.monitorrepository/model/monitorrepository.ecore#/'" 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 Detail

      • eINSTANCE

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

        static final int MAP__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • MAP__MAPPER

        static final int MAP__MAPPER
        The feature id for the 'Mapper' containment reference.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • MAPPER__ID

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

        static final int MAPPER__MAP
        The feature id for the 'Map' container reference.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • EXPONENTIAL_SMOOTHING__ID

        static final int EXPONENTIAL_SMOOTHING__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getMap

        EClass getMap()
        Returns the meta object for class 'Map'.
        Returns:
        the meta object for class 'Map'.
        See Also:
        Map
        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:
        Map.getMapper(), getMap()
        Generated class or method.
      • getMapper

        EClass getMapper()
        Returns the meta object for class 'Mapper'.
        Returns:
        the meta object for class 'Mapper'.
        See Also:
        Mapper
        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:
        Mapper.getMap(), getMapper()
        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:
        ExponentialSmoothing
        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.