Uses of Interface
bpsim.VendorExtension
-
Packages that use VendorExtension Package Description bpsim bpsim.impl bpsim.util -
-
Uses of VendorExtension in bpsim
Methods in bpsim that return VendorExtension Modifier and Type Method Description VendorExtensionBpsimFactory. createVendorExtension()Returns a new object of class 'Vendor Extension'.Methods in bpsim that return types with arguments of type VendorExtension Modifier and Type Method Description 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 Modifier and Type Class Description classVendorExtensionImplAn implementation of the model object 'Vendor Extension'.Fields in bpsim.impl with type parameters of type VendorExtension Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<VendorExtension>ElementParametersImpl. vendorExtensionThe cached value of the 'Vendor Extension' containment reference list.protected org.eclipse.emf.common.util.EList<VendorExtension>ScenarioImpl. vendorExtensionThe cached value of the 'Vendor Extension' containment reference list.Methods in bpsim.impl that return VendorExtension Modifier and Type Method Description VendorExtensionBpsimFactoryImpl. createVendorExtension()Methods in bpsim.impl that return types with arguments of type VendorExtension Modifier and Type Method Description org.eclipse.emf.common.util.EList<VendorExtension>ElementParametersImpl. getVendorExtension()org.eclipse.emf.common.util.EList<VendorExtension>ScenarioImpl. getVendorExtension() -
Uses of VendorExtension in bpsim.util
Methods in bpsim.util with parameters of type VendorExtension Modifier and Type Method Description TBpsimSwitch. caseVendorExtension(VendorExtension object)Returns the result of interpreting the object as an instance of 'Vendor Extension'.
-