Class UserDistributionDataPoint
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.UserDistributionDataPoint
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.bpsim.org/schemas/1.0}ParameterValue"/>
</sequence>
<attribute name="probability" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends ParameterValue>protected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends ParameterValue>Gets the value of the parameterValue property.Gets the value of the probability property.voidsetParameterValue(jakarta.xml.bind.JAXBElement<? extends ParameterValue> value) Sets the value of the parameterValue property.voidsetProbability(Float value) Sets the value of the probability property.
-
Field Details
-
parameterValue
-
probability
-
-
Constructor Details
-
UserDistributionDataPoint
public UserDistributionDataPoint()
-
-
Method Details
-
getParameterValue
Gets the value of the parameterValue property.- Returns:
- possible object is
JAXBElement<ExpressionParameter>JAXBElement<BooleanParameter>JAXBElement<DateTimeParameter>JAXBElement<PoissonDistribution>JAXBElement<WeibullDistribution>JAXBElement<BinomialDistribution>JAXBElement<DurationParameter>JAXBElement<UniformDistribution>JAXBElement<ErlangDistribution>JAXBElement<LogNormalDistribution>JAXBElement<GammaDistribution>JAXBElement<FloatingParameter>JAXBElement<StringParameter>JAXBElement<TriangularDistribution>JAXBElement<UserDistribution>JAXBElement<NumericParameter>JAXBElement<NormalDistribution>JAXBElement<NegativeExponentialDistribution>JAXBElement<EnumParameter>JAXBElement<BetaDistribution>JAXBElement<TruncatedNormalDistribution>JAXBElement<ParameterValue>
-
setParameterValue
Sets the value of the parameterValue property.- Parameters:
value- allowed object isJAXBElement<ExpressionParameter>JAXBElement<BooleanParameter>JAXBElement<DateTimeParameter>JAXBElement<PoissonDistribution>JAXBElement<WeibullDistribution>JAXBElement<BinomialDistribution>JAXBElement<DurationParameter>JAXBElement<UniformDistribution>JAXBElement<ErlangDistribution>JAXBElement<LogNormalDistribution>JAXBElement<GammaDistribution>JAXBElement<FloatingParameter>JAXBElement<StringParameter>JAXBElement<TriangularDistribution>JAXBElement<UserDistribution>JAXBElement<NumericParameter>JAXBElement<NormalDistribution>JAXBElement<NegativeExponentialDistribution>JAXBElement<EnumParameter>JAXBElement<BetaDistribution>JAXBElement<TruncatedNormalDistribution>JAXBElement<ParameterValue>
-
getProbability
Gets the value of the probability property.- Returns:
- possible object is
Float
-
setProbability
Sets the value of the probability property.- Parameters:
value- allowed object isFloat
-