jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

Uses of Interface
bpsim.ConstantParameter

Packages that use ConstantParameter
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of ConstantParameter in bpsim
 

Subinterfaces of ConstantParameter in bpsim
 interface BooleanParameterType
          A representation of the model object 'Boolean Parameter Type'
 interface DateTimeParameterType
          A representation of the model object 'Date Time Parameter Type'
 interface DurationParameterType
          A representation of the model object 'Duration Parameter Type'
 interface FloatingParameterType
          A representation of the model object 'Floating Parameter Type'
 interface NumericParameterType
          A representation of the model object 'Numeric Parameter Type'
 interface StringParameterType
          A representation of the model object 'String Parameter Type'
 

Methods in bpsim that return ConstantParameter
 ConstantParameter BpsimFactory.createConstantParameter()
          Returns a new object of class 'Constant Parameter'
 

Uses of ConstantParameter in bpsim.impl
 

Classes in bpsim.impl that implement ConstantParameter
 class BooleanParameterTypeImpl
          An implementation of the model object 'Boolean Parameter Type'
 class ConstantParameterImpl
          An implementation of the model object 'Constant Parameter'
 class DateTimeParameterTypeImpl
          An implementation of the model object 'Date Time Parameter Type'
 class DurationParameterTypeImpl
          An implementation of the model object 'Duration Parameter Type'
 class FloatingParameterTypeImpl
          An implementation of the model object 'Floating Parameter Type'
 class NumericParameterTypeImpl
          An implementation of the model object 'Numeric Parameter Type'
 class StringParameterTypeImpl
          An implementation of the model object 'String Parameter Type'
 

Methods in bpsim.impl that return ConstantParameter
 ConstantParameter BpsimFactoryImpl.createConstantParameter()
           
 

Uses of ConstantParameter in bpsim.util
 

Methods in bpsim.util with parameters of type ConstantParameter
 T BpsimSwitch.caseConstantParameter(ConstantParameter object)
          Returns the result of interpreting the object as an instance of 'Constant Parameter'
 


jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta2

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