Uses of Interface
bpsim.GammaDistributionType
-
Packages that use GammaDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of GammaDistributionType in bpsim
Methods in bpsim that return GammaDistributionType Modifier and Type Method Description GammaDistributionTypeBpsimFactory. createGammaDistributionType()Returns a new object of class 'Gamma Distribution Type'.GammaDistributionTypeDocumentRoot. getGammaDistribution()Returns the value of the 'Gamma Distribution' containment reference.Methods in bpsim with parameters of type GammaDistributionType Modifier and Type Method Description voidDocumentRoot. setGammaDistribution(GammaDistributionType value)Sets the value of the 'Gamma Distribution' containment reference. -
Uses of GammaDistributionType in bpsim.impl
Classes in bpsim.impl that implement GammaDistributionType Modifier and Type Class Description classGammaDistributionTypeImplAn implementation of the model object 'Gamma Distribution Type'.Methods in bpsim.impl that return GammaDistributionType Modifier and Type Method Description GammaDistributionTypeBpsimFactoryImpl. createGammaDistributionType()GammaDistributionTypeDocumentRootImpl. getGammaDistribution()Methods in bpsim.impl with parameters of type GammaDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetGammaDistribution(GammaDistributionType newGammaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setGammaDistribution(GammaDistributionType newGammaDistribution) -
Uses of GammaDistributionType in bpsim.util
Methods in bpsim.util with parameters of type GammaDistributionType Modifier and Type Method Description TBpsimSwitch. caseGammaDistributionType(GammaDistributionType object)Returns the result of interpreting the object as an instance of 'Gamma Distribution Type'.
-