Uses of Interface
bpsim.WeibullDistributionType
-
Packages that use WeibullDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of WeibullDistributionType in bpsim
Methods in bpsim that return WeibullDistributionType Modifier and Type Method Description WeibullDistributionTypeBpsimFactory. createWeibullDistributionType()Returns a new object of class 'Weibull Distribution Type'.WeibullDistributionTypeDocumentRoot. getWeibullDistribution()Returns the value of the 'Weibull Distribution' containment reference.Methods in bpsim with parameters of type WeibullDistributionType Modifier and Type Method Description voidDocumentRoot. setWeibullDistribution(WeibullDistributionType value)Sets the value of the 'Weibull Distribution' containment reference. -
Uses of WeibullDistributionType in bpsim.impl
Classes in bpsim.impl that implement WeibullDistributionType Modifier and Type Class Description classWeibullDistributionTypeImplAn implementation of the model object 'Weibull Distribution Type'.Methods in bpsim.impl that return WeibullDistributionType Modifier and Type Method Description WeibullDistributionTypeBpsimFactoryImpl. createWeibullDistributionType()WeibullDistributionTypeDocumentRootImpl. getWeibullDistribution()Methods in bpsim.impl with parameters of type WeibullDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetWeibullDistribution(WeibullDistributionType newWeibullDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setWeibullDistribution(WeibullDistributionType newWeibullDistribution) -
Uses of WeibullDistributionType in bpsim.util
Methods in bpsim.util with parameters of type WeibullDistributionType Modifier and Type Method Description TBpsimSwitch. caseWeibullDistributionType(WeibullDistributionType object)Returns the result of interpreting the object as an instance of 'Weibull Distribution Type'.
-