Package de.uka.ipd.sdq.probfunction
Interface ProbfunctionPackage.Literals
- Enclosing interface:
- ProbfunctionPackage
public static interface ProbfunctionPackage.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 'Bool Sample
' class.static final EClass
The meta object literal for the 'Boxed PDF
' class.static final EReference
The meta object literal for the 'Samples' containment reference list feature.static final EClass
The meta object literal for the 'Complex
' class.static final EAttribute
The meta object literal for the 'Imaginary' attribute feature.static final EAttribute
The meta object literal for the 'Real' attribute feature.static final EClass
The meta object literal for the 'Continuous PDF
' class.static final EClass
The meta object literal for the 'Continuous Sample
' class.static final EAttribute
The meta object literal for the 'Probability' attribute feature.static final EAttribute
The meta object literal for the 'Value' attribute feature.static final EClass
The meta object literal for the 'Double Sample
' class.static final EClass
The meta object literal for the 'Exponential Distribution
' class.static final EAttribute
The meta object literal for the 'Rate' attribute feature.static final EClass
The meta object literal for the 'Gamma Distribution
' class.static final EAttribute
The meta object literal for the 'Alpha' attribute feature.static final EAttribute
The meta object literal for the 'Theta' attribute feature.static final EClass
The meta object literal for the 'Int Sample
' class.static final EClass
The meta object literal for the 'Lognormal Distribution
' class.static final EAttribute
The meta object literal for the 'Mu' attribute feature.static final EAttribute
The meta object literal for the 'Sigma' attribute feature.static final EClass
The meta object literal for the 'Normal Distribution
' class.static final EAttribute
The meta object literal for the 'Mu' attribute feature.static final EAttribute
The meta object literal for the 'Sigma' attribute feature.static final EClass
The meta object literal for the 'Probability Density Function
' class.static final EClass
The meta object literal for the 'Probability Function
' class.static final EClass
The meta object literal for the 'Probability Mass Function
' class.static final EAttribute
The meta object literal for the 'Ordered Domain' attribute feature.static final EReference
The meta object literal for the 'Samples' containment reference list feature.static final EClass
The meta object literal for the 'Sample
' class.static final EAttribute
The meta object literal for the 'Probability' attribute feature.static final EAttribute
The meta object literal for the 'Value' attribute feature.static final EClass
The meta object literal for the 'Sample PDF
' class.static final EAttribute
The meta object literal for the 'Distance' attribute feature.static final EReference
The meta object literal for the 'Values' containment reference list feature.static final EClass
The meta object literal for the 'String Sample
' class.
-
Field Details
-
BOXED_PDF
The meta object literal for the 'Boxed PDF
' class.- See Also:
- Generated class or method.
-
BOXED_PDF__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.- Generated class or method.
-
PROBABILITY_DENSITY_FUNCTION
The meta object literal for the 'Probability Density Function
' class.- See Also:
- Generated class or method.
-
PROBABILITY_FUNCTION
The meta object literal for the 'Probability Function
' class.- See Also:
- Generated class or method.
-
CONTINUOUS_SAMPLE
The meta object literal for the 'Continuous Sample
' class.- See Also:
- Generated class or method.
-
CONTINUOUS_SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
CONTINUOUS_SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function
' class.- See Also:
- Generated class or method.
-
PROBABILITY_MASS_FUNCTION__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.- Generated class or method.
-
PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
The meta object literal for the 'Ordered Domain' attribute feature.- Generated class or method.
-
SAMPLE
The meta object literal for the 'Sample
' class.- See Also:
- Generated class or method.
-
SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
SAMPLE_PDF
The meta object literal for the 'Sample PDF
' class.- See Also:
- Generated class or method.
-
SAMPLE_PDF__DISTANCE
The meta object literal for the 'Distance' attribute feature.- Generated class or method.
-
SAMPLE_PDF__VALUES
The meta object literal for the 'Values' containment reference list feature.- Generated class or method.
-
COMPLEX
The meta object literal for the 'Complex
' class.- See Also:
- Generated class or method.
-
COMPLEX__REAL
The meta object literal for the 'Real' attribute feature.- Generated class or method.
-
COMPLEX__IMAGINARY
The meta object literal for the 'Imaginary' attribute feature.- Generated class or method.
-
CONTINUOUS_PDF
The meta object literal for the 'Continuous PDF
' class.- See Also:
- Generated class or method.
-
EXPONENTIAL_DISTRIBUTION
The meta object literal for the 'Exponential Distribution
' class.- See Also:
- Generated class or method.
-
EXPONENTIAL_DISTRIBUTION__RATE
The meta object literal for the 'Rate' attribute feature.- Generated class or method.
-
NORMAL_DISTRIBUTION
The meta object literal for the 'Normal Distribution
' class.- See Also:
- Generated class or method.
-
NORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.- Generated class or method.
-
NORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.- Generated class or method.
-
LOGNORMAL_DISTRIBUTION
The meta object literal for the 'Lognormal Distribution
' class.- See Also:
- Generated class or method.
-
LOGNORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.- Generated class or method.
-
LOGNORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.- Generated class or method.
-
GAMMA_DISTRIBUTION
The meta object literal for the 'Gamma Distribution
' class.- See Also:
- Generated class or method.
-
GAMMA_DISTRIBUTION__ALPHA
The meta object literal for the 'Alpha' attribute feature.- Generated class or method.
-
GAMMA_DISTRIBUTION__THETA
The meta object literal for the 'Theta' attribute feature.- Generated class or method.
-
INT_SAMPLE
The meta object literal for the 'Int Sample
' class.- See Also:
- Generated class or method.
-
BOOL_SAMPLE
The meta object literal for the 'Bool Sample
' class.- See Also:
- Generated class or method.
-
DOUBLE_SAMPLE
The meta object literal for the 'Double Sample
' class.- See Also:
- Generated class or method.
-
STRING_SAMPLE
The meta object literal for the 'String Sample
' class.- See Also:
- Generated class or method.
-