Class LogNormalDistribution
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.LogNormalDistribution
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" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetMean()
Gets the value of the mean property.Gets the value of the standardDeviation property.void
Sets the value of the mean 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
-
-
Constructor Details
-
LogNormalDistribution
public LogNormalDistribution()
-
-
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
-