Uses of Interface
bpsim.BetaDistributionType
-
Packages that use BetaDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of BetaDistributionType in bpsim
Methods in bpsim that return BetaDistributionType Modifier and Type Method Description BetaDistributionTypeBpsimFactory. createBetaDistributionType()Returns a new object of class 'Beta Distribution Type'.BetaDistributionTypeDocumentRoot. getBetaDistribution()Returns the value of the 'Beta Distribution' containment reference.Methods in bpsim with parameters of type BetaDistributionType Modifier and Type Method Description voidDocumentRoot. setBetaDistribution(BetaDistributionType value)Sets the value of the 'Beta Distribution' containment reference. -
Uses of BetaDistributionType in bpsim.impl
Classes in bpsim.impl that implement BetaDistributionType Modifier and Type Class Description classBetaDistributionTypeImplAn implementation of the model object 'Beta Distribution Type'.Methods in bpsim.impl that return BetaDistributionType Modifier and Type Method Description BetaDistributionTypeBpsimFactoryImpl. createBetaDistributionType()BetaDistributionTypeDocumentRootImpl. getBetaDistribution()Methods in bpsim.impl with parameters of type BetaDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetBetaDistribution(BetaDistributionType newBetaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setBetaDistribution(BetaDistributionType newBetaDistribution) -
Uses of BetaDistributionType in bpsim.util
Methods in bpsim.util with parameters of type BetaDistributionType Modifier and Type Method Description TBpsimSwitch. caseBetaDistributionType(BetaDistributionType object)Returns the result of interpreting the object as an instance of 'Beta Distribution Type'.
-