Interface MapPackage.Literals
-
- Enclosing interface:
- MapPackage
public static interface MapPackage.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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassEXPONENTIAL_SMOOTHINGThe meta object literal for the 'Exponential Smoothing' class.static EAttributeEXPONENTIAL_SMOOTHING__SMOOTHED_VALUEThe meta object literal for the 'Smoothed Value' attribute feature.static EAttributeEXPONENTIAL_SMOOTHING__SMOOTHING_FACTORThe meta object literal for the 'Smoothing Factor' attribute feature.static EClassMAPThe meta object literal for the 'Map' class.static EReferenceMAP__MAPPERThe meta object literal for the 'Mapper' containment reference feature.static EReferenceMAP__OUTPUT_METRIC_DESCRIPTIONThe meta object literal for the 'Output Metric Description' reference feature.static EClassMAPPERThe meta object literal for the 'Mapper' class.static EReferenceMAPPER__MAPThe meta object literal for the 'Map' container reference feature.
-
-
-
Field Detail
-
MAP
static final EClass MAP
The meta object literal for the 'Map' class.- See Also:
MapImpl,MapPackageImpl.getMap()- 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:
MapperImpl,MapPackageImpl.getMapper()- 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:
ExponentialSmoothingImpl,MapPackageImpl.getExponentialSmoothing()- 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.
-
-