Class ErlangDistribution
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.ErlangDistribution
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="k" 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
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
-
k
-
-
Constructor Details
-
ErlangDistribution
public ErlangDistribution()
-
-
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
-
getK
Gets the value of the k property.- Returns:
- possible object is
Double
-
setK
Sets the value of the k property.- Parameters:
value
- allowed object isDouble
-