jBPM :: BPMN2 EMF Extension Model 6.0.0.CR1

Uses of Interface
bpsim.NumericParameterType

Packages that use NumericParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of NumericParameterType in bpsim
 

Methods in bpsim that return NumericParameterType
 NumericParameterType BpsimFactory.createNumericParameterType()
          Returns a new object of class 'Numeric Parameter Type'
 NumericParameterType DocumentRoot.getNumericParameter()
          Returns the value of the 'Numeric Parameter' containment reference
 

Methods in bpsim with parameters of type NumericParameterType
 void DocumentRoot.setNumericParameter(NumericParameterType value)
          Sets the value of the 'Numeric Parameter' containment reference
 

Uses of NumericParameterType in bpsim.impl
 

Classes in bpsim.impl that implement NumericParameterType
 class NumericParameterTypeImpl
          An implementation of the model object 'Numeric Parameter Type'
 

Methods in bpsim.impl that return NumericParameterType
 NumericParameterType BpsimFactoryImpl.createNumericParameterType()
           
 NumericParameterType DocumentRootImpl.getNumericParameter()
           
 

Methods in bpsim.impl with parameters of type NumericParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNumericParameter(NumericParameterType newNumericParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNumericParameter(NumericParameterType newNumericParameter)
           
 

Uses of NumericParameterType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.0.0.CR1

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