Interface ManifestationPackage.Literals
-
- Enclosing interface:
- ManifestationPackage
public static interface ManifestationPackage.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
Fields Modifier and Type Field Description static EClass
CATEGORICAL_PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Categorical Probability Mass Function
' class.static EReference
CATEGORICAL_PROBABILITY_MASS_FUNCTION__CATEGORIES
The meta object literal for the 'Categories' containment reference list feature.static EAttribute
CATEGORICAL_PROBABILITY_MASS_FUNCTION__SUM_OF_CATEGORY_WEIGHTS
The meta object literal for the 'Sum Of Category Weights' attribute feature.static EClass
CATEGORY
The meta object literal for the 'Category
' class.static EAttribute
CATEGORY__PROBABILITY
The meta object literal for the 'Probability' attribute feature.static EReference
CATEGORY__PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function' container reference feature.static EAttribute
CATEGORY__WEIGHT
The meta object literal for the 'Weight' attribute feature.static EClass
DERIVED_MANIFESTATION
The meta object literal for the 'Derived Manifestation
' class.static EClass
DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION
The meta object literal for the 'Discrete Probability Distribution Manifestation
' class.static EAttribute
DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION__MANIFESTATIONS
The meta object literal for the 'Manifestations' attribute feature.static EDataType
EMANIFESTATION_OBJECT
The meta object literal for the 'EManifestation Object' data type.static EClass
MANIFESTATION
The meta object literal for the 'Manifestation
' class.static EReference
MANIFESTATION__CONTAINER
The meta object literal for the 'Container' container reference feature.static EAttribute
MANIFESTATION__STORAGE
The meta object literal for the 'Storage' attribute feature.static EClass
PROBABILISTIC_MANIFESTATION
The meta object literal for the 'Probabilistic Manifestation
' class.static EClass
SINGLE_VALUE
The meta object literal for the 'Single Value
' class.static EClass
STATIC_MANIFESTATION
The meta object literal for the 'Static Manifestation
' class.static EAttribute
STATIC_MANIFESTATION__VALUE
The meta object literal for the 'Value' attribute feature.
-
-
-
Field Detail
-
DERIVED_MANIFESTATION
static final EClass DERIVED_MANIFESTATION
The meta object literal for the 'Derived Manifestation
' class.- See Also:
DerivedManifestationImpl
,ManifestationPackageImpl.getDerivedManifestation()
- Generated class or method.
-
MANIFESTATION
static final EClass MANIFESTATION
The meta object literal for the 'Manifestation
' class.- See Also:
ManifestationImpl
,ManifestationPackageImpl.getManifestation()
- Generated class or method.
-
MANIFESTATION__CONTAINER
static final EReference MANIFESTATION__CONTAINER
The meta object literal for the 'Container' container reference feature.- Generated class or method.
-
MANIFESTATION__STORAGE
static final EAttribute MANIFESTATION__STORAGE
The meta object literal for the 'Storage' attribute feature.- Generated class or method.
-
PROBABILISTIC_MANIFESTATION
static final EClass PROBABILISTIC_MANIFESTATION
The meta object literal for the 'Probabilistic Manifestation
' class.- See Also:
ProbabilisticManifestationImpl
,ManifestationPackageImpl.getProbabilisticManifestation()
- Generated class or method.
-
DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION
static final EClass DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION
The meta object literal for the 'Discrete Probability Distribution Manifestation
' class.- See Also:
DiscreteProbabilityDistributionManifestationImpl
,ManifestationPackageImpl.getDiscreteProbabilityDistributionManifestation()
- Generated class or method.
-
DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION__MANIFESTATIONS
static final EAttribute DISCRETE_PROBABILITY_DISTRIBUTION_MANIFESTATION__MANIFESTATIONS
The meta object literal for the 'Manifestations' attribute feature.- Generated class or method.
-
STATIC_MANIFESTATION
static final EClass STATIC_MANIFESTATION
The meta object literal for the 'Static Manifestation
' class.- See Also:
StaticManifestationImpl
,ManifestationPackageImpl.getStaticManifestation()
- Generated class or method.
-
STATIC_MANIFESTATION__VALUE
static final EAttribute STATIC_MANIFESTATION__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
SINGLE_VALUE
static final EClass SINGLE_VALUE
The meta object literal for the 'Single Value
' class.- See Also:
SingleValueImpl
,ManifestationPackageImpl.getSingleValue()
- Generated class or method.
-
CATEGORICAL_PROBABILITY_MASS_FUNCTION
static final EClass CATEGORICAL_PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Categorical Probability Mass Function
' class.- See Also:
CategoricalProbabilityMassFunctionImpl
,ManifestationPackageImpl.getCategoricalProbabilityMassFunction()
- Generated class or method.
-
CATEGORICAL_PROBABILITY_MASS_FUNCTION__SUM_OF_CATEGORY_WEIGHTS
static final EAttribute CATEGORICAL_PROBABILITY_MASS_FUNCTION__SUM_OF_CATEGORY_WEIGHTS
The meta object literal for the 'Sum Of Category Weights' attribute feature.- Generated class or method.
-
CATEGORICAL_PROBABILITY_MASS_FUNCTION__CATEGORIES
static final EReference CATEGORICAL_PROBABILITY_MASS_FUNCTION__CATEGORIES
The meta object literal for the 'Categories' containment reference list feature.- Generated class or method.
-
CATEGORY
static final EClass CATEGORY
The meta object literal for the 'Category
' class.- See Also:
CategoryImpl
,ManifestationPackageImpl.getCategory()
- Generated class or method.
-
CATEGORY__WEIGHT
static final EAttribute CATEGORY__WEIGHT
The meta object literal for the 'Weight' attribute feature.- Generated class or method.
-
CATEGORY__PROBABILITY
static final EAttribute CATEGORY__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
CATEGORY__PROBABILITY_MASS_FUNCTION
static final EReference CATEGORY__PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function' container reference feature.- Generated class or method.
-
EMANIFESTATION_OBJECT
static final EDataType EMANIFESTATION_OBJECT
The meta object literal for the 'EManifestation Object' data type.- See Also:
Object
,ManifestationPackageImpl.getEManifestationObject()
- Generated class or method.
-
-