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'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMapPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static MapPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intEXPONENTIAL_SMOOTHINGThe meta object id for the 'Exponential Smoothing' class.static intEXPONENTIAL_SMOOTHING__IDThe feature id for the 'Id' attribute.static intEXPONENTIAL_SMOOTHING__MAPThe feature id for the 'Map' container reference.static intEXPONENTIAL_SMOOTHING__SMOOTHED_VALUEThe feature id for the 'Smoothed Value' attribute.static intEXPONENTIAL_SMOOTHING__SMOOTHING_FACTORThe feature id for the 'Smoothing Factor' attribute.static intEXPONENTIAL_SMOOTHING_FEATURE_COUNTThe number of structural features of the 'Exponential Smoothing' class.static intMAPThe meta object id for the 'Map' class.static intMAP__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intMAP__IDThe feature id for the 'Id' attribute.static intMAP__MAPPERThe feature id for the 'Mapper' containment reference.static intMAP__MEASUREMENT_SPECIFICATIONThe feature id for the 'Measurement Specification' container reference.static intMAP__OUTPUT_METRIC_DESCRIPTIONThe feature id for the 'Output Metric Description' reference.static intMAP_FEATURE_COUNTThe number of structural features of the 'Map' class.static intMAPPERThe meta object id for the 'Mapper' class.static intMAPPER__IDThe feature id for the 'Id' attribute.static intMAPPER__MAPThe feature id for the 'Map' container reference.static intMAPPER_FEATURE_COUNTThe number of structural features of the 'Mapper' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetExponentialSmoothing()Returns the meta object for class 'Exponential Smoothing'.EAttributegetExponentialSmoothing_SmoothedValue()Returns the meta object for the attribute 'Smoothed Value'.EAttributegetExponentialSmoothing_SmoothingFactor()Returns the meta object for the attribute 'Smoothing Factor'.EClassgetMap()Returns the meta object for class 'Map'.EReferencegetMap_Mapper()Returns the meta object for the containment reference 'Mapper'.EReferencegetMap_OutputMetricDescription()Returns the meta object for the reference 'Output Metric Description'.MapFactorygetMapFactory()Returns the factory that creates the instances of the model.EClassgetMapper()Returns the meta object for class 'Mapper'.EReferencegetMapper_Map()Returns the meta object for the container reference 'Map'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- 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:
MapImpl,MapPackageImpl.getMap(), Constant Field Values- 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
static final int MAPPER
The meta object id for the 'Mapper' class.- See Also:
MapperImpl,MapPackageImpl.getMapper(), Constant Field Values- Generated class or method.
-
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
static final int EXPONENTIAL_SMOOTHING
The meta object id for the 'Exponential Smoothing' class.- See Also:
ExponentialSmoothingImpl,MapPackageImpl.getExponentialSmoothing(), Constant Field Values- Generated class or method.
-
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_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:
Map.getOutputMetricDescription(),getMap()- 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.
-
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:
ExponentialSmoothing.getSmoothingFactor(),getExponentialSmoothing()- 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:
ExponentialSmoothing.getSmoothedValue(),getExponentialSmoothing()- 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.
-
-