jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Uses of Interface
bpsim.VendorExtension

Packages that use VendorExtension
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of VendorExtension in bpsim
 

Methods in bpsim that return VendorExtension
 VendorExtension BpsimFactory.createVendorExtension()
          Returns a new object of class 'Vendor Extension'
 

Methods in bpsim that return types with arguments of type VendorExtension
 org.eclipse.emf.common.util.EList<VendorExtension> ElementParameters.getVendorExtension()
          Returns the value of the 'Vendor Extension' containment reference list.
 org.eclipse.emf.common.util.EList<VendorExtension> Scenario.getVendorExtension()
          Returns the value of the 'Vendor Extension' containment reference list.
 

Uses of VendorExtension in bpsim.impl
 

Classes in bpsim.impl that implement VendorExtension
 class VendorExtensionImpl
          An implementation of the model object 'Vendor Extension'
 

Fields in bpsim.impl with type parameters of type VendorExtension
protected  org.eclipse.emf.common.util.EList<VendorExtension> ScenarioImpl.vendorExtension
          The cached value of the 'Vendor Extension' containment reference list
protected  org.eclipse.emf.common.util.EList<VendorExtension> ElementParametersImpl.vendorExtension
          The cached value of the 'Vendor Extension' containment reference list
 

Methods in bpsim.impl that return VendorExtension
 VendorExtension BpsimFactoryImpl.createVendorExtension()
           
 

Methods in bpsim.impl that return types with arguments of type VendorExtension
 org.eclipse.emf.common.util.EList<VendorExtension> ScenarioImpl.getVendorExtension()
           
 org.eclipse.emf.common.util.EList<VendorExtension> ElementParametersImpl.getVendorExtension()
           
 

Uses of VendorExtension in bpsim.util
 

Methods in bpsim.util with parameters of type VendorExtension
 T BpsimSwitch.caseVendorExtension(VendorExtension object)
          Returns the result of interpreting the object as an instance of 'Vendor Extension'
 


jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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