jBPM :: BPMN2 EMF Extension Model 6.2.0.Final

Uses of Interface
bpsim.NormalDistributionType

Packages that use NormalDistributionType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of NormalDistributionType in bpsim
 

Methods in bpsim that return NormalDistributionType
 NormalDistributionType BpsimFactory.createNormalDistributionType()
          Returns a new object of class 'Normal Distribution Type'
 NormalDistributionType DocumentRoot.getNormalDistribution()
          Returns the value of the 'Normal Distribution' containment reference
 

Methods in bpsim with parameters of type NormalDistributionType
 void DocumentRoot.setNormalDistribution(NormalDistributionType value)
          Sets the value of the 'Normal Distribution' containment reference
 

Uses of NormalDistributionType in bpsim.impl
 

Classes in bpsim.impl that implement NormalDistributionType
 class NormalDistributionTypeImpl
          An implementation of the model object 'Normal Distribution Type'
 

Methods in bpsim.impl that return NormalDistributionType
 NormalDistributionType BpsimFactoryImpl.createNormalDistributionType()
           
 NormalDistributionType DocumentRootImpl.getNormalDistribution()
           
 

Methods in bpsim.impl with parameters of type NormalDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNormalDistribution(NormalDistributionType newNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNormalDistribution(NormalDistributionType newNormalDistribution)
           
 

Uses of NormalDistributionType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.2.0.Final

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