jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

Uses of Interface
bpsim.UniformDistributionType

Packages that use UniformDistributionType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of UniformDistributionType in bpsim
 

Methods in bpsim that return UniformDistributionType
 UniformDistributionType BpsimFactory.createUniformDistributionType()
          Returns a new object of class 'Uniform Distribution Type'
 UniformDistributionType DocumentRoot.getUniformDistribution()
          Returns the value of the 'Uniform Distribution' containment reference
 

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

Methods in bpsim.impl that return UniformDistributionType
 UniformDistributionType BpsimFactoryImpl.createUniformDistributionType()
           
 UniformDistributionType DocumentRootImpl.getUniformDistribution()
           
 

Methods in bpsim.impl with parameters of type UniformDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUniformDistribution(UniformDistributionType newUniformDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUniformDistribution(UniformDistributionType newUniformDistribution)
           
 

Uses of UniformDistributionType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

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