|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProbfunctionFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ProbfunctionPackage| Field Summary | |
|---|---|
static String |
copyright
|
static ProbfunctionFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | ||
|---|---|---|
BoxedPDF |
createBoxedPDF()
Returns a new object of class 'Boxed PDF'. |
|
Complex |
createComplex()
Returns a new object of class 'Complex'. |
|
ContinuousSample |
createContinuousSample()
Returns a new object of class 'Continuous Sample'. |
|
ExponentialDistribution |
createExponentialDistribution()
Returns a new object of class 'Exponential Distribution'. |
|
NormalDistribution |
createNormalDistribution()
Returns a new object of class 'Normal Distribution'. |
|
ProbabilityMassFunction |
createProbabilityMassFunction()
Returns a new object of class 'Probability Mass Function'. |
|
|
createSample()
Returns a new object of class 'Sample'. |
|
SamplePDF |
createSamplePDF()
Returns a new object of class 'Sample PDF'. |
|
ProbfunctionPackage |
getProbfunctionPackage()
Returns the package supported by this factory. |
|
| Field Detail |
|---|
static final String copyright
static final ProbfunctionFactory eINSTANCE
| Method Detail |
|---|
BoxedPDF createBoxedPDF()
ContinuousSample createContinuousSample()
ProbabilityMassFunction createProbabilityMassFunction()
<T> Sample<T> createSample()
SamplePDF createSamplePDF()
Complex createComplex()
ExponentialDistribution createExponentialDistribution()
NormalDistribution createNormalDistribution()
ProbfunctionPackage getProbfunctionPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||