Uses of Interface
bpsim.ExpressionParameterType
-
Packages that use ExpressionParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ExpressionParameterType in bpsim
Methods in bpsim that return ExpressionParameterType Modifier and Type Method Description ExpressionParameterTypeBpsimFactory. createExpressionParameterType()Returns a new object of class 'Expression Parameter Type'.ExpressionParameterTypeDocumentRoot. getExpressionParameter()Returns the value of the 'Expression Parameter' containment reference.Methods in bpsim with parameters of type ExpressionParameterType Modifier and Type Method Description voidDocumentRoot. 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 Modifier and Type Class Description classExpressionParameterTypeImplAn implementation of the model object 'Expression Parameter Type'.Methods in bpsim.impl that return ExpressionParameterType Modifier and Type Method Description ExpressionParameterTypeBpsimFactoryImpl. createExpressionParameterType()ExpressionParameterTypeDocumentRootImpl. getExpressionParameter()Methods in bpsim.impl with parameters of type ExpressionParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetExpressionParameter(ExpressionParameterType newExpressionParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setExpressionParameter(ExpressionParameterType newExpressionParameter) -
Uses of ExpressionParameterType in bpsim.util
Methods in bpsim.util with parameters of type ExpressionParameterType Modifier and Type Method Description TBpsimSwitch. caseExpressionParameterType(ExpressionParameterType object)Returns the result of interpreting the object as an instance of 'Expression Parameter Type'.
-