jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

Uses of Interface
bpsim.ResourceParameters

Packages that use ResourceParameters
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of ResourceParameters in bpsim
 

Methods in bpsim that return ResourceParameters
 ResourceParameters BpsimFactory.createResourceParameters()
          Returns a new object of class 'Resource Parameters'
 ResourceParameters ElementParameters.getResourceParameters()
          Returns the value of the 'Resource Parameters' containment reference
 

Methods in bpsim with parameters of type ResourceParameters
 void ElementParameters.setResourceParameters(ResourceParameters value)
          Sets the value of the 'Resource Parameters' containment reference
 

Uses of ResourceParameters in bpsim.impl
 

Classes in bpsim.impl that implement ResourceParameters
 class ResourceParametersImpl
          An implementation of the model object 'Resource Parameters'
 

Fields in bpsim.impl declared as ResourceParameters
protected  ResourceParameters ElementParametersImpl.resourceParameters
          The cached value of the 'Resource Parameters' containment reference
 

Methods in bpsim.impl that return ResourceParameters
 ResourceParameters BpsimFactoryImpl.createResourceParameters()
           
 ResourceParameters ElementParametersImpl.getResourceParameters()
           
 

Methods in bpsim.impl with parameters of type ResourceParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetResourceParameters(ResourceParameters newResourceParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setResourceParameters(ResourceParameters newResourceParameters)
           
 

Uses of ResourceParameters in bpsim.util
 

Methods in bpsim.util with parameters of type ResourceParameters
 T BpsimSwitch.caseResourceParameters(ResourceParameters object)
          Returns the result of interpreting the object as an instance of 'Resource Parameters'
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

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