jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

Uses of Interface
bpsim.FloatingParameterType

Packages that use FloatingParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of FloatingParameterType in bpsim
 

Methods in bpsim that return FloatingParameterType
 FloatingParameterType BpsimFactory.createFloatingParameterType()
          Returns a new object of class 'Floating Parameter Type'
 FloatingParameterType DocumentRoot.getFloatingParameter()
          Returns the value of the 'Floating Parameter' containment reference
 

Methods in bpsim with parameters of type FloatingParameterType
 void DocumentRoot.setFloatingParameter(FloatingParameterType value)
          Sets the value of the 'Floating Parameter' containment reference
 

Uses of FloatingParameterType in bpsim.impl
 

Classes in bpsim.impl that implement FloatingParameterType
 class FloatingParameterTypeImpl
          An implementation of the model object 'Floating Parameter Type'
 

Methods in bpsim.impl that return FloatingParameterType
 FloatingParameterType BpsimFactoryImpl.createFloatingParameterType()
           
 FloatingParameterType DocumentRootImpl.getFloatingParameter()
           
 

Methods in bpsim.impl with parameters of type FloatingParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFloatingParameter(FloatingParameterType newFloatingParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFloatingParameter(FloatingParameterType newFloatingParameter)
           
 

Uses of FloatingParameterType in bpsim.util
 

Methods in bpsim.util with parameters of type FloatingParameterType
 T BpsimSwitch.caseFloatingParameterType(FloatingParameterType object)
          Returns the result of interpreting the object as an instance of 'Floating Parameter Type'
 


jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

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