Uses of Interface
bpsim.NumericParameterType
-
Packages that use NumericParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of NumericParameterType in bpsim
Methods in bpsim that return NumericParameterType Modifier and Type Method Description NumericParameterTypeBpsimFactory. createNumericParameterType()Returns a new object of class 'Numeric Parameter Type'.NumericParameterTypeDocumentRoot. getNumericParameter()Returns the value of the 'Numeric Parameter' containment reference.Methods in bpsim with parameters of type NumericParameterType Modifier and Type Method Description voidDocumentRoot. 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 Modifier and Type Class Description classNumericParameterTypeImplAn implementation of the model object 'Numeric Parameter Type'.Methods in bpsim.impl that return NumericParameterType Modifier and Type Method Description NumericParameterTypeBpsimFactoryImpl. createNumericParameterType()NumericParameterTypeDocumentRootImpl. getNumericParameter()Methods in bpsim.impl with parameters of type NumericParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetNumericParameter(NumericParameterType newNumericParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setNumericParameter(NumericParameterType newNumericParameter) -
Uses of NumericParameterType in bpsim.util
Methods in bpsim.util with parameters of type NumericParameterType Modifier and Type Method Description TBpsimSwitch. caseNumericParameterType(NumericParameterType object)Returns the result of interpreting the object as an instance of 'Numeric Parameter Type'.
-