jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Uses of Interface
bpsim.ControlParameters

Packages that use ControlParameters
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of ControlParameters in bpsim
 

Methods in bpsim that return ControlParameters
 ControlParameters BpsimFactory.createControlParameters()
          Returns a new object of class 'Control Parameters'
 ControlParameters ElementParameters.getControlParameters()
          Returns the value of the 'Control Parameters' containment reference
 

Methods in bpsim with parameters of type ControlParameters
 void ElementParameters.setControlParameters(ControlParameters value)
          Sets the value of the 'Control Parameters' containment reference
 

Uses of ControlParameters in bpsim.impl
 

Classes in bpsim.impl that implement ControlParameters
 class ControlParametersImpl
          An implementation of the model object 'Control Parameters'
 

Fields in bpsim.impl declared as ControlParameters
protected  ControlParameters ElementParametersImpl.controlParameters
          The cached value of the 'Control Parameters' containment reference
 

Methods in bpsim.impl that return ControlParameters
 ControlParameters BpsimFactoryImpl.createControlParameters()
           
 ControlParameters ElementParametersImpl.getControlParameters()
           
 

Methods in bpsim.impl with parameters of type ControlParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetControlParameters(ControlParameters newControlParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setControlParameters(ControlParameters newControlParameters)
           
 

Uses of ControlParameters in bpsim.util
 

Methods in bpsim.util with parameters of type ControlParameters
 T BpsimSwitch.caseControlParameters(ControlParameters object)
          Returns the result of interpreting the object as an instance of 'Control Parameters'
 


jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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