jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

Uses of Interface
bpsim.ExpressionParameterType

Packages that use ExpressionParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of ExpressionParameterType in bpsim
 

Methods in bpsim that return ExpressionParameterType
 ExpressionParameterType BpsimFactory.createExpressionParameterType()
          Returns a new object of class 'Expression Parameter Type'
 ExpressionParameterType DocumentRoot.getExpressionParameter()
          Returns the value of the 'Expression Parameter' containment reference
 

Methods in bpsim with parameters of type ExpressionParameterType
 void DocumentRoot.setExpressionParameter(ExpressionParameterType value)
          Sets the value of the 'Expression Parameter' containment reference
 

Uses of ExpressionParameterType in bpsim.impl
 

Classes in bpsim.impl that implement ExpressionParameterType
 class ExpressionParameterTypeImpl
          An implementation of the model object 'Expression Parameter Type'
 

Methods in bpsim.impl that return ExpressionParameterType
 ExpressionParameterType BpsimFactoryImpl.createExpressionParameterType()
           
 ExpressionParameterType DocumentRootImpl.getExpressionParameter()
           
 

Methods in bpsim.impl with parameters of type ExpressionParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExpressionParameter(ExpressionParameterType newExpressionParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExpressionParameter(ExpressionParameterType newExpressionParameter)
           
 

Uses of ExpressionParameterType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

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