de.uka.ipd.sdq.probfunction
Interface ProbfunctionPackage.Literals

Enclosing interface:
ProbfunctionPackage

public static interface ProbfunctionPackage.Literals

Defines literals for the meta objects that represent


Field Summary
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 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 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 EReference SAMPLE__VALUE
          The meta object literal for the 'Value' reference 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.
 

Field Detail

BOXED_PDF

static final EClass BOXED_PDF
The meta object literal for the 'Boxed PDF' class.

See Also:
BoxedPDFImpl, ProbfunctionPackageImpl.getBoxedPDF()

BOXED_PDF__SAMPLES

static final EReference BOXED_PDF__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.


PROBABILITY_DENSITY_FUNCTION

static final EClass PROBABILITY_DENSITY_FUNCTION
The meta object literal for the 'Probability Density Function' class.

See Also:
ProbabilityDensityFunctionImpl, ProbfunctionPackageImpl.getProbabilityDensityFunction()

PROBABILITY_FUNCTION

static final EClass PROBABILITY_FUNCTION
The meta object literal for the 'Probability Function' class.

See Also:
ProbabilityFunctionImpl, ProbfunctionPackageImpl.getProbabilityFunction()

CONTINUOUS_SAMPLE

static final EClass CONTINUOUS_SAMPLE
The meta object literal for the 'Continuous Sample' class.

See Also:
ContinuousSampleImpl, ProbfunctionPackageImpl.getContinuousSample()

CONTINUOUS_SAMPLE__VALUE

static final EAttribute CONTINUOUS_SAMPLE__VALUE
The meta object literal for the 'Value' attribute feature.


CONTINUOUS_SAMPLE__PROBABILITY

static final EAttribute CONTINUOUS_SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.


PROBABILITY_MASS_FUNCTION

static final EClass PROBABILITY_MASS_FUNCTION
The meta object literal for the 'Probability Mass Function' class.

See Also:
ProbabilityMassFunctionImpl, ProbfunctionPackageImpl.getProbabilityMassFunction()

PROBABILITY_MASS_FUNCTION__SAMPLES

static final EReference PROBABILITY_MASS_FUNCTION__SAMPLES
The meta object literal for the 'Samples' containment reference list feature.


PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN

static final EAttribute PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
The meta object literal for the 'Ordered Domain' attribute feature.


SAMPLE

static final EClass SAMPLE
The meta object literal for the 'Sample' class.

See Also:
SampleImpl, ProbfunctionPackageImpl.getSample()

SAMPLE__VALUE

static final EReference SAMPLE__VALUE
The meta object literal for the 'Value' reference feature.


SAMPLE__PROBABILITY

static final EAttribute SAMPLE__PROBABILITY
The meta object literal for the 'Probability' attribute feature.


SAMPLE_PDF

static final EClass SAMPLE_PDF
The meta object literal for the 'Sample PDF' class.

See Also:
SamplePDFImpl, ProbfunctionPackageImpl.getSamplePDF()

SAMPLE_PDF__DISTANCE

static final EAttribute SAMPLE_PDF__DISTANCE
The meta object literal for the 'Distance' attribute feature.


SAMPLE_PDF__VALUES

static final EReference SAMPLE_PDF__VALUES
The meta object literal for the 'Values' containment reference list feature.


COMPLEX

static final EClass COMPLEX
The meta object literal for the 'Complex' class.

See Also:
ComplexImpl, ProbfunctionPackageImpl.getComplex()

COMPLEX__REAL

static final EAttribute COMPLEX__REAL
The meta object literal for the 'Real' attribute feature.


COMPLEX__IMAGINARY

static final EAttribute COMPLEX__IMAGINARY
The meta object literal for the 'Imaginary' attribute feature.


CONTINUOUS_PDF

static final EClass CONTINUOUS_PDF
The meta object literal for the 'Continuous PDF' class.

See Also:
ContinuousPDFImpl, ProbfunctionPackageImpl.getContinuousPDF()

EXPONENTIAL_DISTRIBUTION

static final EClass EXPONENTIAL_DISTRIBUTION
The meta object literal for the 'Exponential Distribution' class.

See Also:
ExponentialDistributionImpl, ProbfunctionPackageImpl.getExponentialDistribution()

EXPONENTIAL_DISTRIBUTION__RATE

static final EAttribute EXPONENTIAL_DISTRIBUTION__RATE
The meta object literal for the 'Rate' attribute feature.


NORMAL_DISTRIBUTION

static final EClass NORMAL_DISTRIBUTION
The meta object literal for the 'Normal Distribution' class.

See Also:
NormalDistributionImpl, ProbfunctionPackageImpl.getNormalDistribution()

NORMAL_DISTRIBUTION__MU

static final EAttribute NORMAL_DISTRIBUTION__MU
The meta object literal for the 'Mu' attribute feature.


NORMAL_DISTRIBUTION__SIGMA

static final EAttribute NORMAL_DISTRIBUTION__SIGMA
The meta object literal for the 'Sigma' attribute feature.