Uses of Interface
bpsim.UserDistributionType
-
Packages that use UserDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of UserDistributionType in bpsim
Methods in bpsim that return UserDistributionType Modifier and Type Method Description UserDistributionTypeBpsimFactory. createUserDistributionType()Returns a new object of class 'User Distribution Type'.UserDistributionTypeDocumentRoot. getUserDistribution()Returns the value of the 'User Distribution' containment reference.Methods in bpsim with parameters of type UserDistributionType Modifier and Type Method Description voidDocumentRoot. setUserDistribution(UserDistributionType value)Sets the value of the 'User Distribution' containment reference. -
Uses of UserDistributionType in bpsim.impl
Classes in bpsim.impl that implement UserDistributionType Modifier and Type Class Description classUserDistributionTypeImplAn implementation of the model object 'User Distribution Type'.Methods in bpsim.impl that return UserDistributionType Modifier and Type Method Description UserDistributionTypeBpsimFactoryImpl. createUserDistributionType()UserDistributionTypeDocumentRootImpl. getUserDistribution()Methods in bpsim.impl with parameters of type UserDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetUserDistribution(UserDistributionType newUserDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setUserDistribution(UserDistributionType newUserDistribution) -
Uses of UserDistributionType in bpsim.util
Methods in bpsim.util with parameters of type UserDistributionType Modifier and Type Method Description TBpsimSwitch. caseUserDistributionType(UserDistributionType object)Returns the result of interpreting the object as an instance of 'User Distribution Type'.
-