Uses of Interface
bpsim.UniformDistributionType
-
Packages that use UniformDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of UniformDistributionType in bpsim
Methods in bpsim that return UniformDistributionType Modifier and Type Method Description UniformDistributionTypeBpsimFactory. createUniformDistributionType()Returns a new object of class 'Uniform Distribution Type'.UniformDistributionTypeDocumentRoot. getUniformDistribution()Returns the value of the 'Uniform Distribution' containment reference.Methods in bpsim with parameters of type UniformDistributionType Modifier and Type Method Description voidDocumentRoot. setUniformDistribution(UniformDistributionType value)Sets the value of the 'Uniform Distribution' containment reference. -
Uses of UniformDistributionType in bpsim.impl
Classes in bpsim.impl that implement UniformDistributionType Modifier and Type Class Description classUniformDistributionTypeImplAn implementation of the model object 'Uniform Distribution Type'.Methods in bpsim.impl that return UniformDistributionType Modifier and Type Method Description UniformDistributionTypeBpsimFactoryImpl. createUniformDistributionType()UniformDistributionTypeDocumentRootImpl. getUniformDistribution()Methods in bpsim.impl with parameters of type UniformDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetUniformDistribution(UniformDistributionType newUniformDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setUniformDistribution(UniformDistributionType newUniformDistribution) -
Uses of UniformDistributionType in bpsim.util
Methods in bpsim.util with parameters of type UniformDistributionType Modifier and Type Method Description TBpsimSwitch. caseUniformDistributionType(UniformDistributionType object)Returns the result of interpreting the object as an instance of 'Uniform Distribution Type'.
-