Uses of Interface
bpsim.TruncatedNormalDistributionType
-
Packages that use TruncatedNormalDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of TruncatedNormalDistributionType in bpsim
Methods in bpsim that return TruncatedNormalDistributionType Modifier and Type Method Description TruncatedNormalDistributionTypeBpsimFactory. createTruncatedNormalDistributionType()Returns a new object of class 'Truncated Normal Distribution Type'.TruncatedNormalDistributionTypeDocumentRoot. getTruncatedNormalDistribution()Returns the value of the 'Truncated Normal Distribution' containment reference.Methods in bpsim with parameters of type TruncatedNormalDistributionType Modifier and Type Method Description voidDocumentRoot. setTruncatedNormalDistribution(TruncatedNormalDistributionType value)Sets the value of the 'Truncated Normal Distribution' containment reference. -
Uses of TruncatedNormalDistributionType in bpsim.impl
Classes in bpsim.impl that implement TruncatedNormalDistributionType Modifier and Type Class Description classTruncatedNormalDistributionTypeImplAn implementation of the model object 'Truncated Normal Distribution Type'.Methods in bpsim.impl that return TruncatedNormalDistributionType Modifier and Type Method Description TruncatedNormalDistributionTypeBpsimFactoryImpl. createTruncatedNormalDistributionType()TruncatedNormalDistributionTypeDocumentRootImpl. getTruncatedNormalDistribution()Methods in bpsim.impl with parameters of type TruncatedNormalDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution) -
Uses of TruncatedNormalDistributionType in bpsim.util
Methods in bpsim.util with parameters of type TruncatedNormalDistributionType Modifier and Type Method Description TBpsimSwitch. caseTruncatedNormalDistributionType(TruncatedNormalDistributionType object)Returns the result of interpreting the object as an instance of 'Truncated Normal Distribution Type'.
-