Uses of Interface
bpsim.ConstantParameter
-
Packages that use ConstantParameter Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ConstantParameter in bpsim
Subinterfaces of ConstantParameter in bpsim Modifier and Type Interface Description interfaceBooleanParameterTypeA representation of the model object 'Boolean Parameter Type'.interfaceDateTimeParameterTypeA representation of the model object 'Date Time Parameter Type'.interfaceDurationParameterTypeA representation of the model object 'Duration Parameter Type'.interfaceFloatingParameterTypeA representation of the model object 'Floating Parameter Type'.interfaceNumericParameterTypeA representation of the model object 'Numeric Parameter Type'.interfaceStringParameterTypeA representation of the model object 'String Parameter Type'.Methods in bpsim that return ConstantParameter Modifier and Type Method Description ConstantParameterBpsimFactory. createConstantParameter()Returns a new object of class 'Constant Parameter'. -
Uses of ConstantParameter in bpsim.impl
Classes in bpsim.impl that implement ConstantParameter Modifier and Type Class Description classBooleanParameterTypeImplAn implementation of the model object 'Boolean Parameter Type'.classConstantParameterImplAn implementation of the model object 'Constant Parameter'.classDateTimeParameterTypeImplAn implementation of the model object 'Date Time Parameter Type'.classDurationParameterTypeImplAn implementation of the model object 'Duration Parameter Type'.classFloatingParameterTypeImplAn implementation of the model object 'Floating Parameter Type'.classNumericParameterTypeImplAn implementation of the model object 'Numeric Parameter Type'.classStringParameterTypeImplAn implementation of the model object 'String Parameter Type'.Methods in bpsim.impl that return ConstantParameter Modifier and Type Method Description ConstantParameterBpsimFactoryImpl. createConstantParameter() -
Uses of ConstantParameter in bpsim.util
Methods in bpsim.util with parameters of type ConstantParameter Modifier and Type Method Description TBpsimSwitch. caseConstantParameter(ConstantParameter object)Returns the result of interpreting the object as an instance of 'Constant Parameter'.
-