Uses of Interface
bpsim.PoissonDistributionType
-
Packages that use PoissonDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of PoissonDistributionType in bpsim
Methods in bpsim that return PoissonDistributionType Modifier and Type Method Description PoissonDistributionTypeBpsimFactory. createPoissonDistributionType()Returns a new object of class 'Poisson Distribution Type'.PoissonDistributionTypeDocumentRoot. getPoissonDistribution()Returns the value of the 'Poisson Distribution' containment reference.Methods in bpsim with parameters of type PoissonDistributionType Modifier and Type Method Description voidDocumentRoot. setPoissonDistribution(PoissonDistributionType value)Sets the value of the 'Poisson Distribution' containment reference. -
Uses of PoissonDistributionType in bpsim.impl
Classes in bpsim.impl that implement PoissonDistributionType Modifier and Type Class Description classPoissonDistributionTypeImplAn implementation of the model object 'Poisson Distribution Type'.Methods in bpsim.impl that return PoissonDistributionType Modifier and Type Method Description PoissonDistributionTypeBpsimFactoryImpl. createPoissonDistributionType()PoissonDistributionTypeDocumentRootImpl. getPoissonDistribution()Methods in bpsim.impl with parameters of type PoissonDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetPoissonDistribution(PoissonDistributionType newPoissonDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setPoissonDistribution(PoissonDistributionType newPoissonDistribution) -
Uses of PoissonDistributionType in bpsim.util
Methods in bpsim.util with parameters of type PoissonDistributionType Modifier and Type Method Description TBpsimSwitch. casePoissonDistributionType(PoissonDistributionType object)Returns the result of interpreting the object as an instance of 'Poisson Distribution Type'.
-