Uses of Interface
bpsim.NormalDistributionType
-
Packages that use NormalDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of NormalDistributionType in bpsim
Methods in bpsim that return NormalDistributionType Modifier and Type Method Description NormalDistributionTypeBpsimFactory. createNormalDistributionType()Returns a new object of class 'Normal Distribution Type'.NormalDistributionTypeDocumentRoot. getNormalDistribution()Returns the value of the 'Normal Distribution' containment reference.Methods in bpsim with parameters of type NormalDistributionType Modifier and Type Method Description voidDocumentRoot. setNormalDistribution(NormalDistributionType value)Sets the value of the 'Normal Distribution' containment reference. -
Uses of NormalDistributionType in bpsim.impl
Classes in bpsim.impl that implement NormalDistributionType Modifier and Type Class Description classNormalDistributionTypeImplAn implementation of the model object 'Normal Distribution Type'.Methods in bpsim.impl that return NormalDistributionType Modifier and Type Method Description NormalDistributionTypeBpsimFactoryImpl. createNormalDistributionType()NormalDistributionTypeDocumentRootImpl. getNormalDistribution()Methods in bpsim.impl with parameters of type NormalDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetNormalDistribution(NormalDistributionType newNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setNormalDistribution(NormalDistributionType newNormalDistribution) -
Uses of NormalDistributionType in bpsim.util
Methods in bpsim.util with parameters of type NormalDistributionType Modifier and Type Method Description TBpsimSwitch. caseNormalDistributionType(NormalDistributionType object)Returns the result of interpreting the object as an instance of 'Normal Distribution Type'.
-