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 Summary
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Exponential Smoothing
' class.static final EAttribute
The meta object literal for the 'Smoothed Value' attribute feature.static final EAttribute
The meta object literal for the 'Smoothing Factor' attribute feature.static final EClass
The meta object literal for the 'Map
' class.static final EReference
The meta object literal for the 'Mapper' containment reference feature.static final EReference
The meta object literal for the 'Output Metric Description' reference feature.static final EClass
The meta object literal for the 'Mapper
' class.static final EReference
The meta object literal for the 'Map' container reference feature.
-
Field Details
-
MAP
The meta object literal for the 'Map
' class.- See Also:
- Generated class or method.
-
MAP__OUTPUT_METRIC_DESCRIPTION
The meta object literal for the 'Output Metric Description' reference feature.- Generated class or method.
-
MAP__MAPPER
The meta object literal for the 'Mapper' containment reference feature.- Generated class or method.
-
MAPPER
The meta object literal for the 'Mapper
' class.- See Also:
- Generated class or method.
-
MAPPER__MAP
The meta object literal for the 'Map' container reference feature.- Generated class or method.
-
EXPONENTIAL_SMOOTHING
The meta object literal for the 'Exponential Smoothing
' class.- See Also:
- Generated class or method.
-
EXPONENTIAL_SMOOTHING__SMOOTHING_FACTOR
The meta object literal for the 'Smoothing Factor' attribute feature.- Generated class or method.
-
EXPONENTIAL_SMOOTHING__SMOOTHED_VALUE
The meta object literal for the 'Smoothed Value' attribute feature.- Generated class or method.
-