Uses of Interface
bpsim.ParameterValue
-
Packages that use ParameterValue Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ParameterValue in bpsim
Subinterfaces of ParameterValue in bpsim Modifier and Type Interface Description interfaceBetaDistributionTypeA representation of the model object 'Beta Distribution Type'.interfaceBinomialDistributionTypeA representation of the model object 'Binomial Distribution Type'.interfaceBooleanParameterTypeA representation of the model object 'Boolean Parameter Type'.interfaceConstantParameterA representation of the model object 'Constant Parameter'.interfaceDateTimeParameterTypeA representation of the model object 'Date Time Parameter Type'.interfaceDistributionParameterA representation of the model object 'Distribution Parameter'.interfaceDurationParameterTypeA representation of the model object 'Duration Parameter Type'.interfaceEnumParameterTypeA representation of the model object 'Enum Parameter Type'.interfaceErlangDistributionTypeA representation of the model object 'Erlang Distribution Type'.interfaceExpressionParameterTypeA representation of the model object 'Expression Parameter Type'.interfaceFloatingParameterTypeA representation of the model object 'Floating Parameter Type'.interfaceGammaDistributionTypeA representation of the model object 'Gamma Distribution Type'.interfaceLogNormalDistributionTypeA representation of the model object 'Log Normal Distribution Type'.interfaceNegativeExponentialDistributionTypeA representation of the model object 'Negative Exponential Distribution Type'.interfaceNormalDistributionTypeA representation of the model object 'Normal Distribution Type'.interfaceNumericParameterTypeA representation of the model object 'Numeric Parameter Type'.interfacePoissonDistributionTypeA representation of the model object 'Poisson Distribution Type'.interfaceStringParameterTypeA representation of the model object 'String Parameter Type'.interfaceTriangularDistributionTypeA representation of the model object 'Triangular Distribution Type'.interfaceTruncatedNormalDistributionTypeA representation of the model object 'Truncated Normal Distribution Type'.interfaceUniformDistributionTypeA representation of the model object 'Uniform Distribution Type'.interfaceUserDistributionTypeA representation of the model object 'User Distribution Type'.interfaceWeibullDistributionTypeA representation of the model object 'Weibull Distribution Type'.Methods in bpsim that return ParameterValue Modifier and Type Method Description ParameterValueBpsimFactory. createParameterValue()Returns a new object of class 'Parameter Value'.ParameterValueDocumentRoot. getParameterValue()Returns the value of the 'Parameter Value' containment reference.ParameterValueUserDistributionDataPointType. getParameterValue()Returns the value of the 'Parameter Value' containment reference.Methods in bpsim that return types with arguments of type ParameterValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParameterValue>EnumParameterType. getParameterValue()Returns the value of the 'Parameter Value' containment reference list.org.eclipse.emf.common.util.EList<ParameterValue>Parameter. getParameterValue()Returns the value of the 'Parameter Value' containment reference list.Methods in bpsim with parameters of type ParameterValue Modifier and Type Method Description voidDocumentRoot. setParameterValue(ParameterValue value)Sets the value of the 'Parameter Value' containment reference.voidUserDistributionDataPointType. setParameterValue(ParameterValue value)Sets the value of the 'Parameter Value' containment reference. -
Uses of ParameterValue in bpsim.impl
Classes in bpsim.impl that implement ParameterValue Modifier and Type Class Description classBetaDistributionTypeImplAn implementation of the model object 'Beta Distribution Type'.classBinomialDistributionTypeImplAn implementation of the model object 'Binomial Distribution Type'.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'.classDistributionParameterImplAn implementation of the model object 'Distribution Parameter'.classDurationParameterTypeImplAn implementation of the model object 'Duration Parameter Type'.classEnumParameterTypeImplAn implementation of the model object 'Enum Parameter Type'.classErlangDistributionTypeImplAn implementation of the model object 'Erlang Distribution Type'.classExpressionParameterTypeImplAn implementation of the model object 'Expression Parameter Type'.classFloatingParameterTypeImplAn implementation of the model object 'Floating Parameter Type'.classGammaDistributionTypeImplAn implementation of the model object 'Gamma Distribution Type'.classLogNormalDistributionTypeImplAn implementation of the model object 'Log Normal Distribution Type'.classNegativeExponentialDistributionTypeImplAn implementation of the model object 'Negative Exponential Distribution Type'.classNormalDistributionTypeImplAn implementation of the model object 'Normal Distribution Type'.classNumericParameterTypeImplAn implementation of the model object 'Numeric Parameter Type'.classParameterValueImplAn implementation of the model object 'Parameter Value'.classPoissonDistributionTypeImplAn implementation of the model object 'Poisson Distribution Type'.classStringParameterTypeImplAn implementation of the model object 'String Parameter Type'.classTriangularDistributionTypeImplAn implementation of the model object 'Triangular Distribution Type'.classTruncatedNormalDistributionTypeImplAn implementation of the model object 'Truncated Normal Distribution Type'.classUniformDistributionTypeImplAn implementation of the model object 'Uniform Distribution Type'.classUserDistributionTypeImplAn implementation of the model object 'User Distribution Type'.classWeibullDistributionTypeImplAn implementation of the model object 'Weibull Distribution Type'.Methods in bpsim.impl that return ParameterValue Modifier and Type Method Description ParameterValueBpsimFactoryImpl. createParameterValue()ParameterValueDocumentRootImpl. getParameterValue()ParameterValueUserDistributionDataPointTypeImpl. getParameterValue()Methods in bpsim.impl that return types with arguments of type ParameterValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParameterValue>EnumParameterTypeImpl. getParameterValue()org.eclipse.emf.common.util.EList<ParameterValue>ParameterImpl. getParameterValue()Methods in bpsim.impl with parameters of type ParameterValue Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainUserDistributionDataPointTypeImpl. basicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setParameterValue(ParameterValue newParameterValue)voidUserDistributionDataPointTypeImpl. setParameterValue(ParameterValue newParameterValue) -
Uses of ParameterValue in bpsim.util
Methods in bpsim.util with parameters of type ParameterValue Modifier and Type Method Description TBpsimSwitch. caseParameterValue(ParameterValue object)Returns the result of interpreting the object as an instance of 'Parameter Value'.
-