Package de.uka.ipd.sdq.probfunction.math
Interface IPDFFactory
-
- All Superinterfaces:
IContinousPDFFactory
,IDiscretePDFFactory
- All Known Implementing Classes:
PDFFactory
public interface IPDFFactory extends IDiscretePDFFactory, IContinousPDFFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRandomGenerator(IRandomGenerator randomGenerator)
-
Methods inherited from interface de.uka.ipd.sdq.probfunction.math.IContinousPDFFactory
createChiSquareDistribution, createExponentialDistribution, createGammaDistribution, createGammaDistributionFromMoments, createLognormalDistribution, createLognormalDistributionFromMoments, createNormalDistribution, createStudentTDistribution, createUniformDistribution
-
Methods inherited from interface de.uka.ipd.sdq.probfunction.math.IDiscretePDFFactory
createBinomialDistribution, createPoissonDistribution, createUniformIntDistribution
-
-
-
-
Method Detail
-
setRandomGenerator
void setRandomGenerator(IRandomGenerator randomGenerator)
-
-