|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProbfunctionPackage
The Package for the model. It contains accessors for the meta objects to represent
ProbfunctionFactory
Nested Class Summary | |
---|---|
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 |
Field Summary | |
---|---|
static int |
BOXED_PDF
The meta object id for the ' Boxed PDF ' class. |
static int |
BOXED_PDF__SAMPLES
The feature id for the 'Samples' containment reference list. |
static int |
BOXED_PDF__UNIT
The feature id for the 'Unit' reference. |
static int |
BOXED_PDF__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
BOXED_PDF_FEATURE_COUNT
The number of structural features of the 'Boxed PDF' class. |
static int |
COMPLEX
The meta object id for the ' Complex ' class. |
static int |
COMPLEX__IMAGINARY
The feature id for the 'Imaginary' attribute. |
static int |
COMPLEX__REAL
The feature id for the 'Real' attribute. |
static int |
COMPLEX_FEATURE_COUNT
The number of structural features of the 'Complex' class. |
static int |
CONTINUOUS_PDF
The meta object id for the ' Continuous PDF ' class. |
static int |
CONTINUOUS_PDF__UNIT
The feature id for the 'Unit' reference. |
static int |
CONTINUOUS_PDF__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
CONTINUOUS_PDF_FEATURE_COUNT
The number of structural features of the 'Continuous PDF' class. |
static int |
CONTINUOUS_SAMPLE
The meta object id for the ' Continuous Sample ' class. |
static int |
CONTINUOUS_SAMPLE__PROBABILITY
The feature id for the 'Probability' attribute. |
static int |
CONTINUOUS_SAMPLE__VALUE
The feature id for the 'Value' attribute. |
static int |
CONTINUOUS_SAMPLE_FEATURE_COUNT
The number of structural features of the 'Continuous Sample' class. |
static String |
copyright
|
static ProbfunctionPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
EXPONENTIAL_DISTRIBUTION
The meta object id for the ' Exponential Distribution ' class. |
static int |
EXPONENTIAL_DISTRIBUTION__RATE
The feature id for the 'Rate' attribute. |
static int |
EXPONENTIAL_DISTRIBUTION__UNIT
The feature id for the 'Unit' reference. |
static int |
EXPONENTIAL_DISTRIBUTION__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
EXPONENTIAL_DISTRIBUTION_FEATURE_COUNT
The number of structural features of the 'Exponential Distribution' class. |
static int |
NORMAL_DISTRIBUTION
The meta object id for the ' Normal Distribution ' class. |
static int |
NORMAL_DISTRIBUTION__MU
The feature id for the 'Mu' attribute. |
static int |
NORMAL_DISTRIBUTION__SIGMA
The feature id for the 'Sigma' attribute. |
static int |
NORMAL_DISTRIBUTION__UNIT
The feature id for the 'Unit' reference. |
static int |
NORMAL_DISTRIBUTION__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
NORMAL_DISTRIBUTION_FEATURE_COUNT
The number of structural features of the 'Normal Distribution' class. |
static int |
PROBABILITY_DENSITY_FUNCTION
The meta object id for the ' Probability Density Function ' class. |
static int |
PROBABILITY_DENSITY_FUNCTION__UNIT
The feature id for the 'Unit' reference. |
static int |
PROBABILITY_DENSITY_FUNCTION__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
PROBABILITY_DENSITY_FUNCTION_FEATURE_COUNT
The number of structural features of the 'Probability Density Function' class. |
static int |
PROBABILITY_FUNCTION
The meta object id for the ' Probability Function ' class. |
static int |
PROBABILITY_FUNCTION__UNIT
The feature id for the 'Unit' reference. |
static int |
PROBABILITY_FUNCTION__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
PROBABILITY_FUNCTION_FEATURE_COUNT
The number of structural features of the 'Probability Function' class. |
static int |
PROBABILITY_MASS_FUNCTION
The meta object id for the ' Probability Mass Function ' class. |
static int |
PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
The feature id for the 'Ordered Domain' attribute. |
static int |
PROBABILITY_MASS_FUNCTION__SAMPLES
The feature id for the 'Samples' containment reference list. |
static int |
PROBABILITY_MASS_FUNCTION__UNIT
The feature id for the 'Unit' reference. |
static int |
PROBABILITY_MASS_FUNCTION__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
PROBABILITY_MASS_FUNCTION_FEATURE_COUNT
The number of structural features of the 'Probability Mass Function' class. |
static int |
SAMPLE
The meta object id for the ' Sample ' class. |
static int |
SAMPLE__PROBABILITY
The feature id for the 'Probability' attribute. |
static int |
SAMPLE__VALUE
The feature id for the 'Value' reference. |
static int |
SAMPLE_FEATURE_COUNT
The number of structural features of the 'Sample' class. |
static int |
SAMPLE_PDF
The meta object id for the ' Sample PDF ' class. |
static int |
SAMPLE_PDF__DISTANCE
The feature id for the 'Distance' attribute. |
static int |
SAMPLE_PDF__UNIT
The feature id for the 'Unit' reference. |
static int |
SAMPLE_PDF__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
SAMPLE_PDF__VALUES
The feature id for the 'Values' containment reference list. |
static int |
SAMPLE_PDF_FEATURE_COUNT
The number of structural features of the 'Sample PDF' class. |
Method Summary | |
---|---|
EReference |
getBoxedPDF_Samples()
Returns the meta object for the containment reference list ' Samples '. |
EClass |
getBoxedPDF()
Returns the meta object for class ' Boxed PDF '. |
EAttribute |
getComplex_Imaginary()
Returns the meta object for the attribute ' Imaginary '. |
EAttribute |
getComplex_Real()
Returns the meta object for the attribute ' Real '. |
EClass |
getComplex()
Returns the meta object for class ' Complex '. |
EClass |
getContinuousPDF()
Returns the meta object for class ' Continuous PDF '. |
EAttribute |
getContinuousSample_Probability()
Returns the meta object for the attribute ' Probability '. |
EAttribute |
getContinuousSample_Value()
Returns the meta object for the attribute ' Value '. |
EClass |
getContinuousSample()
Returns the meta object for class ' Continuous Sample '. |
EAttribute |
getExponentialDistribution_Rate()
Returns the meta object for the attribute ' Rate '. |
EClass |
getExponentialDistribution()
Returns the meta object for class ' Exponential Distribution '. |
EAttribute |
getNormalDistribution_Mu()
Returns the meta object for the attribute ' Mu '. |
EAttribute |
getNormalDistribution_Sigma()
Returns the meta object for the attribute ' Sigma '. |
EClass |
getNormalDistribution()
Returns the meta object for class ' Normal Distribution '. |
EClass |
getProbabilityDensityFunction()
Returns the meta object for class ' Probability Density Function '. |
EClass |
getProbabilityFunction()
Returns the meta object for class ' Probability Function '. |
EAttribute |
getProbabilityMassFunction_OrderedDomain()
Returns the meta object for the attribute ' Ordered Domain '. |
EReference |
getProbabilityMassFunction_Samples()
Returns the meta object for the containment reference list ' Samples '. |
EClass |
getProbabilityMassFunction()
Returns the meta object for class ' Probability Mass Function '. |
ProbfunctionFactory |
getProbfunctionFactory()
Returns the factory that creates the instances of the model. |
EAttribute |
getSample_Probability()
Returns the meta object for the attribute ' Probability '. |
EReference |
getSample_Value()
Returns the meta object for the reference ' Value '. |
EClass |
getSample()
Returns the meta object for class ' Sample '. |
EAttribute |
getSamplePDF_Distance()
Returns the meta object for the attribute ' Distance '. |
EReference |
getSamplePDF_Values()
Returns the meta object for the containment reference list ' Values '. |
EClass |
getSamplePDF()
Returns the meta object for class ' Sample PDF '. |
Field Detail |
---|
static final String copyright
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ProbfunctionPackage eINSTANCE
static final int PROBABILITY_FUNCTION
Probability Function
' class.
ProbabilityFunctionImpl
,
ProbfunctionPackageImpl.getProbabilityFunction()
,
Constant Field Valuesstatic final int PROBABILITY_FUNCTION__UNIT
static final int PROBABILITY_FUNCTION__UNIT_SPECIFICATION
static final int PROBABILITY_FUNCTION_FEATURE_COUNT
static final int PROBABILITY_DENSITY_FUNCTION
Probability Density Function
' class.
ProbabilityDensityFunctionImpl
,
ProbfunctionPackageImpl.getProbabilityDensityFunction()
,
Constant Field Valuesstatic final int PROBABILITY_DENSITY_FUNCTION__UNIT
static final int PROBABILITY_DENSITY_FUNCTION__UNIT_SPECIFICATION
static final int PROBABILITY_DENSITY_FUNCTION_FEATURE_COUNT
static final int BOXED_PDF
Boxed PDF
' class.
BoxedPDFImpl
,
ProbfunctionPackageImpl.getBoxedPDF()
,
Constant Field Valuesstatic final int BOXED_PDF__UNIT
static final int BOXED_PDF__UNIT_SPECIFICATION
static final int BOXED_PDF__SAMPLES
static final int BOXED_PDF_FEATURE_COUNT
static final int CONTINUOUS_SAMPLE
Continuous Sample
' class.
ContinuousSampleImpl
,
ProbfunctionPackageImpl.getContinuousSample()
,
Constant Field Valuesstatic final int CONTINUOUS_SAMPLE__VALUE
static final int CONTINUOUS_SAMPLE__PROBABILITY
static final int CONTINUOUS_SAMPLE_FEATURE_COUNT
static final int PROBABILITY_MASS_FUNCTION
Probability Mass Function
' class.
ProbabilityMassFunctionImpl
,
ProbfunctionPackageImpl.getProbabilityMassFunction()
,
Constant Field Valuesstatic final int PROBABILITY_MASS_FUNCTION__UNIT
static final int PROBABILITY_MASS_FUNCTION__UNIT_SPECIFICATION
static final int PROBABILITY_MASS_FUNCTION__SAMPLES
static final int PROBABILITY_MASS_FUNCTION__ORDERED_DOMAIN
static final int PROBABILITY_MASS_FUNCTION_FEATURE_COUNT
static final int SAMPLE
Sample
' class.
SampleImpl
,
ProbfunctionPackageImpl.getSample()
,
Constant Field Valuesstatic final int SAMPLE__VALUE
static final int SAMPLE__PROBABILITY
static final int SAMPLE_FEATURE_COUNT
static final int SAMPLE_PDF
Sample PDF
' class.
SamplePDFImpl
,
ProbfunctionPackageImpl.getSamplePDF()
,
Constant Field Valuesstatic final int SAMPLE_PDF__UNIT
static final int SAMPLE_PDF__UNIT_SPECIFICATION
static final int SAMPLE_PDF__DISTANCE
static final int SAMPLE_PDF__VALUES
static final int SAMPLE_PDF_FEATURE_COUNT
static final int COMPLEX
Complex
' class.
ComplexImpl
,
ProbfunctionPackageImpl.getComplex()
,
Constant Field Valuesstatic final int COMPLEX__REAL
static final int COMPLEX__IMAGINARY
static final int COMPLEX_FEATURE_COUNT
static final int CONTINUOUS_PDF
Continuous PDF
' class.
ContinuousPDFImpl
,
ProbfunctionPackageImpl.getContinuousPDF()
,
Constant Field Valuesstatic final int CONTINUOUS_PDF__UNIT
static final int CONTINUOUS_PDF__UNIT_SPECIFICATION
static final int CONTINUOUS_PDF_FEATURE_COUNT
static final int EXPONENTIAL_DISTRIBUTION
Exponential Distribution
' class.
ExponentialDistributionImpl
,
ProbfunctionPackageImpl.getExponentialDistribution()
,
Constant Field Valuesstatic final int EXPONENTIAL_DISTRIBUTION__UNIT
static final int EXPONENTIAL_DISTRIBUTION__UNIT_SPECIFICATION
static final int EXPONENTIAL_DISTRIBUTION__RATE
static final int EXPONENTIAL_DISTRIBUTION_FEATURE_COUNT
static final int NORMAL_DISTRIBUTION
Normal Distribution
' class.
NormalDistributionImpl
,
ProbfunctionPackageImpl.getNormalDistribution()
,
Constant Field Valuesstatic final int NORMAL_DISTRIBUTION__UNIT
static final int NORMAL_DISTRIBUTION__UNIT_SPECIFICATION
static final int NORMAL_DISTRIBUTION__MU
static final int NORMAL_DISTRIBUTION__SIGMA
static final int NORMAL_DISTRIBUTION_FEATURE_COUNT
Method Detail |
---|
EClass getBoxedPDF()
Boxed PDF
'.
BoxedPDF
EReference getBoxedPDF_Samples()
Samples
'.
BoxedPDF.getSamples()
,
getBoxedPDF()
EClass getProbabilityDensityFunction()
Probability Density Function
'.
ProbabilityDensityFunction
EClass getProbabilityFunction()
Probability Function
'.
ProbabilityFunction
EClass getContinuousSample()
Continuous Sample
'.
ContinuousSample
EAttribute getContinuousSample_Value()
Value
'.
ContinuousSample.getValue()
,
getContinuousSample()
EAttribute getContinuousSample_Probability()
Probability
'.
ContinuousSample.getProbability()
,
getContinuousSample()
EClass getProbabilityMassFunction()
Probability Mass Function
'.
ProbabilityMassFunction
EReference getProbabilityMassFunction_Samples()
Samples
'.
ProbabilityMassFunction.getSamples()
,
getProbabilityMassFunction()
EAttribute getProbabilityMassFunction_OrderedDomain()
Ordered Domain
'.
ProbabilityMassFunction.isOrderedDomain()
,
getProbabilityMassFunction()
EClass getSample()
Sample
'.
Sample
EReference getSample_Value()
Value
'.
Sample.getValue()
,
getSample()
EAttribute getSample_Probability()
Probability
'.
Sample.getProbability()
,
getSample()
EClass getSamplePDF()
Sample PDF
'.
SamplePDF
EAttribute getSamplePDF_Distance()
Distance
'.
SamplePDF.getDistance()
,
getSamplePDF()
EReference getSamplePDF_Values()
Values
'.
SamplePDF.getValues()
,
getSamplePDF()
EClass getComplex()
Complex
'.
Complex
EAttribute getComplex_Real()
Real
'.
Complex.getReal()
,
getComplex()
EAttribute getComplex_Imaginary()
Imaginary
'.
Complex.getImaginary()
,
getComplex()
EClass getContinuousPDF()
Continuous PDF
'.
ContinuousPDF
EClass getExponentialDistribution()
Exponential Distribution
'.
ExponentialDistribution
EAttribute getExponentialDistribution_Rate()
Rate
'.
ExponentialDistribution.getRate()
,
getExponentialDistribution()
EClass getNormalDistribution()
Normal Distribution
'.
NormalDistribution
EAttribute getNormalDistribution_Mu()
Mu
'.
NormalDistribution.getMu()
,
getNormalDistribution()
EAttribute getNormalDistribution_Sigma()
Sigma
'.
NormalDistribution.getSigma()
,
getNormalDistribution()
ProbfunctionFactory getProbfunctionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |