jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta2

Uses of Interface
bpsim.UserDistributionType

Packages that use UserDistributionType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of UserDistributionType in bpsim
 

Methods in bpsim that return UserDistributionType
 UserDistributionType BpsimFactory.createUserDistributionType()
          Returns a new object of class 'User Distribution Type'
 UserDistributionType DocumentRoot.getUserDistribution()
          Returns the value of the 'User Distribution' containment reference
 

Methods in bpsim with parameters of type UserDistributionType
 void DocumentRoot.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
 class UserDistributionTypeImpl
          An implementation of the model object 'User Distribution Type'
 

Methods in bpsim.impl that return UserDistributionType
 UserDistributionType BpsimFactoryImpl.createUserDistributionType()
           
 UserDistributionType DocumentRootImpl.getUserDistribution()
           
 

Methods in bpsim.impl with parameters of type UserDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUserDistribution(UserDistributionType newUserDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUserDistribution(UserDistributionType newUserDistribution)
           
 

Uses of UserDistributionType in bpsim.util
 

Methods in bpsim.util with parameters of type UserDistributionType
 T BpsimSwitch.caseUserDistributionType(UserDistributionType object)
          Returns the result of interpreting the object as an instance of 'User Distribution Type'
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.