Class TruncatedNormalDistribution
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TruncatedNormalDistribution
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.bpsim.org/schemas/1.0}DistributionParameter"> <attribute name="mean" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="standardDeviation" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Double
protected Double
protected Double
protected Double
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
currencyUnit, timeUnit
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
instance, result, validFor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMax()
Gets the value of the max property.getMean()
Gets the value of the mean property.getMin()
Gets the value of the min property.Gets the value of the standardDeviation property.void
Sets the value of the max property.void
Sets the value of the mean property.void
Sets the value of the min property.void
setStandardDeviation
(Double value) Sets the value of the standardDeviation property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
getCurrencyUnit, getTimeUnit, setCurrencyUnit, setTimeUnit
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
mean
-
standardDeviation
-
min
-
max
-
-
Constructor Details
-
TruncatedNormalDistribution
public TruncatedNormalDistribution()
-
-
Method Details
-
getMean
Gets the value of the mean property.- Returns:
- possible object is
Double
-
setMean
Sets the value of the mean property.- Parameters:
value
- allowed object isDouble
-
getStandardDeviation
Gets the value of the standardDeviation property.- Returns:
- possible object is
Double
-
setStandardDeviation
Sets the value of the standardDeviation property.- Parameters:
value
- allowed object isDouble
-
getMin
Gets the value of the min property.- Returns:
- possible object is
Double
-
setMin
Sets the value of the min property.- Parameters:
value
- allowed object isDouble
-
getMax
Gets the value of the max property.- Returns:
- possible object is
Double
-
setMax
Sets the value of the max property.- Parameters:
value
- allowed object isDouble
-