Uses of Interface
bpsim.NegativeExponentialDistributionType
-
Packages that use NegativeExponentialDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of NegativeExponentialDistributionType in bpsim
Methods in bpsim that return NegativeExponentialDistributionType Modifier and Type Method Description NegativeExponentialDistributionTypeBpsimFactory. createNegativeExponentialDistributionType()Returns a new object of class 'Negative Exponential Distribution Type'.NegativeExponentialDistributionTypeDocumentRoot. getNegativeExponentialDistribution()Returns the value of the 'Negative Exponential Distribution' containment reference.Methods in bpsim with parameters of type NegativeExponentialDistributionType Modifier and Type Method Description voidDocumentRoot. setNegativeExponentialDistribution(NegativeExponentialDistributionType value)Sets the value of the 'Negative Exponential Distribution' containment reference. -
Uses of NegativeExponentialDistributionType in bpsim.impl
Classes in bpsim.impl that implement NegativeExponentialDistributionType Modifier and Type Class Description classNegativeExponentialDistributionTypeImplAn implementation of the model object 'Negative Exponential Distribution Type'.Methods in bpsim.impl that return NegativeExponentialDistributionType Modifier and Type Method Description NegativeExponentialDistributionTypeBpsimFactoryImpl. createNegativeExponentialDistributionType()NegativeExponentialDistributionTypeDocumentRootImpl. getNegativeExponentialDistribution()Methods in bpsim.impl with parameters of type NegativeExponentialDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution) -
Uses of NegativeExponentialDistributionType in bpsim.util
Methods in bpsim.util with parameters of type NegativeExponentialDistributionType Modifier and Type Method Description TBpsimSwitch. caseNegativeExponentialDistributionType(NegativeExponentialDistributionType object)Returns the result of interpreting the object as an instance of 'Negative Exponential Distribution Type'.
-