Package UncertaintyVariationModel
Interface UncertaintyVariationModelPackage.Literals
-
- Enclosing interface:
- UncertaintyVariationModelPackage
public static interface UncertaintyVariationModelPackage.Literals
Defines 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 EClass
PRIMITIVE_VALUE
The meta object literal for the 'Primitive Value
' class.static EReference
PRIMITIVE_VALUE__LINK
The meta object literal for the 'Link' reference feature.static EClass
UNCERTAINTY_VARIATIONS
The meta object literal for the 'Uncertainty Variations
' class.static EReference
UNCERTAINTY_VARIATIONS__VARIATION_POINTS
The meta object literal for the 'Variation Points' containment reference list feature.static EClass
VALUE
The meta object literal for the 'Value
' class.static EReference
VALUE__VARIATIONDESCRIPTION
The meta object literal for the 'Variationdescription' container reference feature.static EClass
VALUE_COLLECTION
The meta object literal for the 'Value Collection
' class.static EReference
VALUE_COLLECTION__LINKS
The meta object literal for the 'Links' reference list feature.static EClass
VARIATION_DESCRIPTION
The meta object literal for the 'Variation Description
' class.static EReference
VARIATION_DESCRIPTION__TARGET_VARIATIONS
The meta object literal for the 'Target Variations' containment reference list feature.static EReference
VARIATION_DESCRIPTION__VARIATIONPOINT
The meta object literal for the 'Variationpoint' container reference feature.static EClass
VARIATION_POINT
The meta object literal for the 'Variation Point
' class.static EAttribute
VARIATION_POINT__ENTITY_NAME
The meta object literal for the 'Entity Name' attribute feature.static EAttribute
VARIATION_POINT__STATE_HANDLER_ID
The meta object literal for the 'State Handler Id' attribute feature.static EReference
VARIATION_POINT__VARIATION_DESCRIPTION
The meta object literal for the 'Variation Description' containment reference feature.static EReference
VARIATION_POINT__VARYING_SUBJECTS
The meta object literal for the 'Varying Subjects' reference list feature.
-
-
-
Field Detail
-
UNCERTAINTY_VARIATIONS
static final EClass UNCERTAINTY_VARIATIONS
The meta object literal for the 'Uncertainty Variations
' class.- See Also:
UncertaintyVariationsImpl
,UncertaintyVariationModelPackageImpl.getUncertaintyVariations()
- Generated class or method.
-
UNCERTAINTY_VARIATIONS__VARIATION_POINTS
static final EReference UNCERTAINTY_VARIATIONS__VARIATION_POINTS
The meta object literal for the 'Variation Points' containment reference list feature.- Generated class or method.
-
VARIATION_POINT
static final EClass VARIATION_POINT
The meta object literal for the 'Variation Point
' class.- See Also:
VariationPointImpl
,UncertaintyVariationModelPackageImpl.getVariationPoint()
- Generated class or method.
-
VARIATION_POINT__VARYING_SUBJECTS
static final EReference VARIATION_POINT__VARYING_SUBJECTS
The meta object literal for the 'Varying Subjects' reference list feature.- Generated class or method.
-
VARIATION_POINT__VARIATION_DESCRIPTION
static final EReference VARIATION_POINT__VARIATION_DESCRIPTION
The meta object literal for the 'Variation Description' containment reference feature.- Generated class or method.
-
VARIATION_POINT__STATE_HANDLER_ID
static final EAttribute VARIATION_POINT__STATE_HANDLER_ID
The meta object literal for the 'State Handler Id' attribute feature.- Generated class or method.
-
VARIATION_POINT__ENTITY_NAME
static final EAttribute VARIATION_POINT__ENTITY_NAME
The meta object literal for the 'Entity Name' attribute feature.- Generated class or method.
-
VARIATION_DESCRIPTION
static final EClass VARIATION_DESCRIPTION
The meta object literal for the 'Variation Description
' class.- See Also:
VariationDescriptionImpl
,UncertaintyVariationModelPackageImpl.getVariationDescription()
- Generated class or method.
-
VARIATION_DESCRIPTION__TARGET_VARIATIONS
static final EReference VARIATION_DESCRIPTION__TARGET_VARIATIONS
The meta object literal for the 'Target Variations' containment reference list feature.- Generated class or method.
-
VARIATION_DESCRIPTION__VARIATIONPOINT
static final EReference VARIATION_DESCRIPTION__VARIATIONPOINT
The meta object literal for the 'Variationpoint' container reference feature.- Generated class or method.
-
VALUE
static final EClass VALUE
The meta object literal for the 'Value
' class.- See Also:
ValueImpl
,UncertaintyVariationModelPackageImpl.getValue()
- Generated class or method.
-
VALUE__VARIATIONDESCRIPTION
static final EReference VALUE__VARIATIONDESCRIPTION
The meta object literal for the 'Variationdescription' container reference feature.- Generated class or method.
-
PRIMITIVE_VALUE
static final EClass PRIMITIVE_VALUE
The meta object literal for the 'Primitive Value
' class.- See Also:
PrimitiveValueImpl
,UncertaintyVariationModelPackageImpl.getPrimitiveValue()
- Generated class or method.
-
PRIMITIVE_VALUE__LINK
static final EReference PRIMITIVE_VALUE__LINK
The meta object literal for the 'Link' reference feature.- Generated class or method.
-
VALUE_COLLECTION
static final EClass VALUE_COLLECTION
The meta object literal for the 'Value Collection
' class.- See Also:
ValueCollectionImpl
,UncertaintyVariationModelPackageImpl.getValueCollection()
- Generated class or method.
-
VALUE_COLLECTION__LINKS
static final EReference VALUE_COLLECTION__LINKS
The meta object literal for the 'Links' reference list feature.- Generated class or method.
-
-