Uses of Interface
bpsim.BinomialDistributionType
-
Packages that use BinomialDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of BinomialDistributionType in bpsim
Methods in bpsim that return BinomialDistributionType Modifier and Type Method Description BinomialDistributionTypeBpsimFactory. createBinomialDistributionType()Returns a new object of class 'Binomial Distribution Type'.BinomialDistributionTypeDocumentRoot. getBinomialDistribution()Returns the value of the 'Binomial Distribution' containment reference.Methods in bpsim with parameters of type BinomialDistributionType Modifier and Type Method Description voidDocumentRoot. setBinomialDistribution(BinomialDistributionType value)Sets the value of the 'Binomial Distribution' containment reference. -
Uses of BinomialDistributionType in bpsim.impl
Classes in bpsim.impl that implement BinomialDistributionType Modifier and Type Class Description classBinomialDistributionTypeImplAn implementation of the model object 'Binomial Distribution Type'.Methods in bpsim.impl that return BinomialDistributionType Modifier and Type Method Description BinomialDistributionTypeBpsimFactoryImpl. createBinomialDistributionType()BinomialDistributionTypeDocumentRootImpl. getBinomialDistribution()Methods in bpsim.impl with parameters of type BinomialDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetBinomialDistribution(BinomialDistributionType newBinomialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setBinomialDistribution(BinomialDistributionType newBinomialDistribution) -
Uses of BinomialDistributionType in bpsim.util
Methods in bpsim.util with parameters of type BinomialDistributionType Modifier and Type Method Description TBpsimSwitch. caseBinomialDistributionType(BinomialDistributionType object)Returns the result of interpreting the object as an instance of 'Binomial Distribution Type'.
-