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
Fields Modifier and Type Field Description static EClass
BOOL_SAMPLE
The meta object literal for the 'Bool Sample
' class.static EClass
BOXED_PDF
The meta object literal for the 'Boxed PDF
' class.static EReference
BOXED_PDF__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.static EClass
COMPLEX
The meta object literal for the 'Complex
' class.static EAttribute
COMPLEX__IMAGINARY
The meta object literal for the 'Imaginary' attribute feature.static EAttribute
COMPLEX__REAL
The meta object literal for the 'Real' attribute feature.static EClass
CONTINUOUS_PDF
The meta object literal for the 'Continuous PDF
' class.static EClass
CONTINUOUS_SAMPLE
The meta object literal for the 'Continuous Sample
' class.static EAttribute
CONTINUOUS_SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.static EAttribute
CONTINUOUS_SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.static EClass
DOUBLE_SAMPLE
The meta object literal for the 'Double Sample
' class.static EClass
EXPONENTIAL_DISTRIBUTION
The meta object literal for the 'Exponential Distribution
' class.static EAttribute
EXPONENTIAL_DISTRIBUTION__RATE
The meta object literal for the 'Rate' attribute feature.static EClass
GAMMA_DISTRIBUTION
The meta object literal for the 'Gamma Distribution
' class.static EAttribute
GAMMA_DISTRIBUTION__ALPHA
The meta object literal for the 'Alpha' attribute feature.static EAttribute
GAMMA_DISTRIBUTION__THETA
The meta object literal for the 'Theta' attribute feature.static EClass
INT_SAMPLE
The meta object literal for the 'Int Sample
' class.static EClass
LOGNORMAL_DISTRIBUTION
The meta object literal for the 'Lognormal Distribution
' class.static EAttribute
LOGNORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.static EAttribute
LOGNORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.static EClass
NORMAL_DISTRIBUTION
The meta object literal for the 'Normal Distribution
' class.static EAttribute
NORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.static EAttribute
NORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.static EClass
PROBABILITY_DENSITY_FUNCTION
The meta object literal for the 'Probability Density Function
' class.static EClass
PROBABILITY_FUNCTION
The meta object literal for the 'Probability Function
' class.static EClass
PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function
' class.static EAttribute
PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
The meta object literal for the 'Ordered Domain' attribute feature.static EReference
PROBABILITY_MASS_FUNCTION__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.static EClass
SAMPLE
The meta object literal for the 'Sample
' class.static EAttribute
SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.static EAttribute
SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.static EClass
SAMPLE_PDF
The meta object literal for the 'Sample PDF
' class.static EAttribute
SAMPLE_PDF__DISTANCE
The meta object literal for the 'Distance' attribute feature.static EReference
SAMPLE_PDF__VALUES
The meta object literal for the 'Values' containment reference list feature.static EClass
STRING_SAMPLE
The meta object literal for the 'String Sample
' class.
-
-
-
Field Detail
-
BOXED_PDF
static final EClass BOXED_PDF
The meta object literal for the 'Boxed PDF
' class.- See Also:
BoxedPDFImpl
,ProbfunctionPackageImpl.getBoxedPDF()
- Generated class or method.
-
BOXED_PDF__SAMPLES
static final EReference BOXED_PDF__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.- Generated class or method.
-
PROBABILITY_DENSITY_FUNCTION
static final EClass PROBABILITY_DENSITY_FUNCTION
The meta object literal for the 'Probability Density Function
' class.- See Also:
ProbabilityDensityFunctionImpl
,ProbfunctionPackageImpl.getProbabilityDensityFunction()
- Generated class or method.
-
PROBABILITY_FUNCTION
static final EClass PROBABILITY_FUNCTION
The meta object literal for the 'Probability Function
' class.- See Also:
ProbabilityFunctionImpl
,ProbfunctionPackageImpl.getProbabilityFunction()
- Generated class or method.
-
CONTINUOUS_SAMPLE
static final EClass CONTINUOUS_SAMPLE
The meta object literal for the 'Continuous Sample
' class.- See Also:
ContinuousSampleImpl
,ProbfunctionPackageImpl.getContinuousSample()
- Generated class or method.
-
CONTINUOUS_SAMPLE__VALUE
static final EAttribute CONTINUOUS_SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
CONTINUOUS_SAMPLE__PROBABILITY
static final EAttribute CONTINUOUS_SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
PROBABILITY_MASS_FUNCTION
static final EClass PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function
' class.- See Also:
ProbabilityMassFunctionImpl
,ProbfunctionPackageImpl.getProbabilityMassFunction()
- Generated class or method.
-
PROBABILITY_MASS_FUNCTION__SAMPLES
static final EReference PROBABILITY_MASS_FUNCTION__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.- Generated class or method.
-
PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
static final EAttribute PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
The meta object literal for the 'Ordered Domain' attribute feature.- Generated class or method.
-
SAMPLE
static final EClass SAMPLE
The meta object literal for the 'Sample
' class.- See Also:
SampleImpl
,ProbfunctionPackageImpl.getSample()
- Generated class or method.
-
SAMPLE__VALUE
static final EAttribute SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
SAMPLE__PROBABILITY
static final EAttribute SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
SAMPLE_PDF
static final EClass SAMPLE_PDF
The meta object literal for the 'Sample PDF
' class.- See Also:
SamplePDFImpl
,ProbfunctionPackageImpl.getSamplePDF()
- Generated class or method.
-
SAMPLE_PDF__DISTANCE
static final EAttribute SAMPLE_PDF__DISTANCE
The meta object literal for the 'Distance' attribute feature.- Generated class or method.
-
SAMPLE_PDF__VALUES
static final EReference SAMPLE_PDF__VALUES
The meta object literal for the 'Values' containment reference list feature.- Generated class or method.
-
COMPLEX
static final EClass COMPLEX
The meta object literal for the 'Complex
' class.- See Also:
ComplexImpl
,ProbfunctionPackageImpl.getComplex()
- Generated class or method.
-
COMPLEX__REAL
static final EAttribute COMPLEX__REAL
The meta object literal for the 'Real' attribute feature.- Generated class or method.
-
COMPLEX__IMAGINARY
static final EAttribute COMPLEX__IMAGINARY
The meta object literal for the 'Imaginary' attribute feature.- Generated class or method.
-
CONTINUOUS_PDF
static final EClass CONTINUOUS_PDF
The meta object literal for the 'Continuous PDF
' class.- See Also:
ContinuousPDFImpl
,ProbfunctionPackageImpl.getContinuousPDF()
- Generated class or method.
-
EXPONENTIAL_DISTRIBUTION
static final EClass EXPONENTIAL_DISTRIBUTION
The meta object literal for the 'Exponential Distribution
' class.- See Also:
ExponentialDistributionImpl
,ProbfunctionPackageImpl.getExponentialDistribution()
- Generated class or method.
-
EXPONENTIAL_DISTRIBUTION__RATE
static final EAttribute EXPONENTIAL_DISTRIBUTION__RATE
The meta object literal for the 'Rate' attribute feature.- Generated class or method.
-
NORMAL_DISTRIBUTION
static final EClass NORMAL_DISTRIBUTION
The meta object literal for the 'Normal Distribution
' class.- See Also:
NormalDistributionImpl
,ProbfunctionPackageImpl.getNormalDistribution()
- Generated class or method.
-
NORMAL_DISTRIBUTION__MU
static final EAttribute NORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.- Generated class or method.
-
NORMAL_DISTRIBUTION__SIGMA
static final EAttribute NORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.- Generated class or method.
-
LOGNORMAL_DISTRIBUTION
static final EClass LOGNORMAL_DISTRIBUTION
The meta object literal for the 'Lognormal Distribution
' class.- See Also:
LognormalDistributionImpl
,ProbfunctionPackageImpl.getLognormalDistribution()
- Generated class or method.
-
LOGNORMAL_DISTRIBUTION__MU
static final EAttribute LOGNORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.- Generated class or method.
-
LOGNORMAL_DISTRIBUTION__SIGMA
static final EAttribute LOGNORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.- Generated class or method.
-
GAMMA_DISTRIBUTION
static final EClass GAMMA_DISTRIBUTION
The meta object literal for the 'Gamma Distribution
' class.- See Also:
GammaDistributionImpl
,ProbfunctionPackageImpl.getGammaDistribution()
- Generated class or method.
-
GAMMA_DISTRIBUTION__ALPHA
static final EAttribute GAMMA_DISTRIBUTION__ALPHA
The meta object literal for the 'Alpha' attribute feature.- Generated class or method.
-
GAMMA_DISTRIBUTION__THETA
static final EAttribute GAMMA_DISTRIBUTION__THETA
The meta object literal for the 'Theta' attribute feature.- Generated class or method.
-
INT_SAMPLE
static final EClass INT_SAMPLE
The meta object literal for the 'Int Sample
' class.- See Also:
IntSampleImpl
,ProbfunctionPackageImpl.getIntSample()
- Generated class or method.
-
BOOL_SAMPLE
static final EClass BOOL_SAMPLE
The meta object literal for the 'Bool Sample
' class.- See Also:
BoolSampleImpl
,ProbfunctionPackageImpl.getBoolSample()
- Generated class or method.
-
DOUBLE_SAMPLE
static final EClass DOUBLE_SAMPLE
The meta object literal for the 'Double Sample
' class.- See Also:
DoubleSampleImpl
,ProbfunctionPackageImpl.getDoubleSample()
- Generated class or method.
-
STRING_SAMPLE
static final EClass STRING_SAMPLE
The meta object literal for the 'String Sample
' class.- See Also:
StringSampleImpl
,ProbfunctionPackageImpl.getStringSample()
- Generated class or method.
-
-