jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta4

Uses of Interface
bpsim.LogNormalDistributionType

Packages that use LogNormalDistributionType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of LogNormalDistributionType in bpsim
 

Methods in bpsim that return LogNormalDistributionType
 LogNormalDistributionType BpsimFactory.createLogNormalDistributionType()
          Returns a new object of class 'Log Normal Distribution Type'
 LogNormalDistributionType DocumentRoot.getLogNormalDistribution()
          Returns the value of the 'Log Normal Distribution' containment reference
 

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

Uses of LogNormalDistributionType in bpsim.impl
 

Classes in bpsim.impl that implement LogNormalDistributionType
 class LogNormalDistributionTypeImpl
          An implementation of the model object 'Log Normal Distribution Type'
 

Methods in bpsim.impl that return LogNormalDistributionType
 LogNormalDistributionType BpsimFactoryImpl.createLogNormalDistributionType()
           
 LogNormalDistributionType DocumentRootImpl.getLogNormalDistribution()
           
 

Methods in bpsim.impl with parameters of type LogNormalDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution)
           
 

Uses of LogNormalDistributionType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta4

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