Uses of Interface
bpsim.DistributionParameter
-
Packages that use DistributionParameter Package Description bpsim bpsim.impl bpsim.util -
-
Uses of DistributionParameter in bpsim
Subinterfaces of DistributionParameter in bpsim Modifier and Type Interface Description interfaceBetaDistributionTypeA representation of the model object 'Beta Distribution Type'.interfaceBinomialDistributionTypeA representation of the model object 'Binomial Distribution Type'.interfaceErlangDistributionTypeA representation of the model object 'Erlang Distribution Type'.interfaceGammaDistributionTypeA representation of the model object 'Gamma Distribution Type'.interfaceLogNormalDistributionTypeA representation of the model object 'Log Normal Distribution Type'.interfaceNegativeExponentialDistributionTypeA representation of the model object 'Negative Exponential Distribution Type'.interfaceNormalDistributionTypeA representation of the model object 'Normal Distribution Type'.interfacePoissonDistributionTypeA representation of the model object 'Poisson Distribution Type'.interfaceTriangularDistributionTypeA representation of the model object 'Triangular Distribution Type'.interfaceTruncatedNormalDistributionTypeA representation of the model object 'Truncated Normal Distribution Type'.interfaceUniformDistributionTypeA representation of the model object 'Uniform Distribution Type'.interfaceUserDistributionTypeA representation of the model object 'User Distribution Type'.interfaceWeibullDistributionTypeA representation of the model object 'Weibull Distribution Type'.Methods in bpsim that return DistributionParameter Modifier and Type Method Description DistributionParameterBpsimFactory. createDistributionParameter()Returns a new object of class 'Distribution Parameter'. -
Uses of DistributionParameter in bpsim.impl
Classes in bpsim.impl that implement DistributionParameter Modifier and Type Class Description classBetaDistributionTypeImplAn implementation of the model object 'Beta Distribution Type'.classBinomialDistributionTypeImplAn implementation of the model object 'Binomial Distribution Type'.classDistributionParameterImplAn implementation of the model object 'Distribution Parameter'.classErlangDistributionTypeImplAn implementation of the model object 'Erlang Distribution Type'.classGammaDistributionTypeImplAn implementation of the model object 'Gamma Distribution Type'.classLogNormalDistributionTypeImplAn implementation of the model object 'Log Normal Distribution Type'.classNegativeExponentialDistributionTypeImplAn implementation of the model object 'Negative Exponential Distribution Type'.classNormalDistributionTypeImplAn implementation of the model object 'Normal Distribution Type'.classPoissonDistributionTypeImplAn implementation of the model object 'Poisson Distribution Type'.classTriangularDistributionTypeImplAn implementation of the model object 'Triangular Distribution Type'.classTruncatedNormalDistributionTypeImplAn implementation of the model object 'Truncated Normal Distribution Type'.classUniformDistributionTypeImplAn implementation of the model object 'Uniform Distribution Type'.classUserDistributionTypeImplAn implementation of the model object 'User Distribution Type'.classWeibullDistributionTypeImplAn implementation of the model object 'Weibull Distribution Type'.Methods in bpsim.impl that return DistributionParameter Modifier and Type Method Description DistributionParameterBpsimFactoryImpl. createDistributionParameter() -
Uses of DistributionParameter in bpsim.util
Methods in bpsim.util with parameters of type DistributionParameter Modifier and Type Method Description TBpsimSwitch. caseDistributionParameter(DistributionParameter object)Returns the result of interpreting the object as an instance of 'Distribution Parameter'.
-