Uses of Interface
bpsim.LogNormalDistributionType
-
Packages that use LogNormalDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of LogNormalDistributionType in bpsim
Methods in bpsim that return LogNormalDistributionType Modifier and Type Method Description LogNormalDistributionTypeBpsimFactory. createLogNormalDistributionType()Returns a new object of class 'Log Normal Distribution Type'.LogNormalDistributionTypeDocumentRoot. getLogNormalDistribution()Returns the value of the 'Log Normal Distribution' containment reference.Methods in bpsim with parameters of type LogNormalDistributionType Modifier and Type Method Description voidDocumentRoot. setLogNormalDistribution(LogNormalDistributionType value)Sets the value of the 'Log Normal Distribution' containment reference. -
Uses of LogNormalDistributionType in bpsim.impl
Classes in bpsim.impl that implement LogNormalDistributionType Modifier and Type Class Description classLogNormalDistributionTypeImplAn implementation of the model object 'Log Normal Distribution Type'.Methods in bpsim.impl that return LogNormalDistributionType Modifier and Type Method Description LogNormalDistributionTypeBpsimFactoryImpl. createLogNormalDistributionType()LogNormalDistributionTypeDocumentRootImpl. getLogNormalDistribution()Methods in bpsim.impl with parameters of type LogNormalDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution) -
Uses of LogNormalDistributionType in bpsim.util
Methods in bpsim.util with parameters of type LogNormalDistributionType Modifier and Type Method Description TBpsimSwitch. caseLogNormalDistributionType(LogNormalDistributionType object)Returns the result of interpreting the object as an instance of 'Log Normal Distribution Type'.
-