Uses of Interface
bpsim.TriangularDistributionType
-
Packages that use TriangularDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of TriangularDistributionType in bpsim
Methods in bpsim that return TriangularDistributionType Modifier and Type Method Description TriangularDistributionTypeBpsimFactory. createTriangularDistributionType()Returns a new object of class 'Triangular Distribution Type'.TriangularDistributionTypeDocumentRoot. getTriangularDistribution()Returns the value of the 'Triangular Distribution' containment reference.Methods in bpsim with parameters of type TriangularDistributionType Modifier and Type Method Description voidDocumentRoot. setTriangularDistribution(TriangularDistributionType value)Sets the value of the 'Triangular Distribution' containment reference. -
Uses of TriangularDistributionType in bpsim.impl
Classes in bpsim.impl that implement TriangularDistributionType Modifier and Type Class Description classTriangularDistributionTypeImplAn implementation of the model object 'Triangular Distribution Type'.Methods in bpsim.impl that return TriangularDistributionType Modifier and Type Method Description TriangularDistributionTypeBpsimFactoryImpl. createTriangularDistributionType()TriangularDistributionTypeDocumentRootImpl. getTriangularDistribution()Methods in bpsim.impl with parameters of type TriangularDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetTriangularDistribution(TriangularDistributionType newTriangularDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setTriangularDistribution(TriangularDistributionType newTriangularDistribution) -
Uses of TriangularDistributionType in bpsim.util
Methods in bpsim.util with parameters of type TriangularDistributionType Modifier and Type Method Description TBpsimSwitch. caseTriangularDistributionType(TriangularDistributionType object)Returns the result of interpreting the object as an instance of 'Triangular Distribution Type'.
-