Class BinomialDistribution
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.BinomialDistribution
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="probability" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="trials" type="{http://www.w3.org/2001/XMLSchema}long" /> </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 TypeMethodDescriptionGets the value of the probability property.Gets the value of the trials property.void
setProbability
(Double value) Sets the value of the probability property.void
Sets the value of the trials 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
-
probability
-
trials
-
-
Constructor Details
-
BinomialDistribution
public BinomialDistribution()
-
-
Method Details
-
getProbability
Gets the value of the probability property.- Returns:
- possible object is
Double
-
setProbability
Sets the value of the probability property.- Parameters:
value
- allowed object isDouble
-
getTrials
Gets the value of the trials property.- Returns:
- possible object is
Long
-
setTrials
Sets the value of the trials property.- Parameters:
value
- allowed object isLong
-