jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

Uses of Interface
bpsim.BPSimDataType

Packages that use BPSimDataType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of BPSimDataType in bpsim
 

Methods in bpsim that return BPSimDataType
 BPSimDataType BpsimFactory.createBPSimDataType()
          Returns a new object of class 'BP Sim Data Type'
 BPSimDataType DocumentRoot.getBPSimData()
          Returns the value of the 'BP Sim Data' containment reference
 

Methods in bpsim with parameters of type BPSimDataType
 void DocumentRoot.setBPSimData(BPSimDataType value)
          Sets the value of the 'BP Sim Data' containment reference
 

Uses of BPSimDataType in bpsim.impl
 

Classes in bpsim.impl that implement BPSimDataType
 class BPSimDataTypeImpl
          An implementation of the model object 'BP Sim Data Type'
 

Methods in bpsim.impl that return BPSimDataType
 BPSimDataType BpsimFactoryImpl.createBPSimDataType()
           
 BPSimDataType DocumentRootImpl.getBPSimData()
           
 

Methods in bpsim.impl with parameters of type BPSimDataType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBPSimData(BPSimDataType newBPSimData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setBPSimData(BPSimDataType newBPSimData)
           
 

Uses of BPSimDataType in bpsim.util
 

Methods in bpsim.util with parameters of type BPSimDataType
 T BpsimSwitch.caseBPSimDataType(BPSimDataType object)
          Returns the result of interpreting the object as an instance of 'BP Sim Data Type'
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

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