Class UniformDistribution
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.UniformDistribution
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="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
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
-
min
-
max
-
-
Constructor Details
-
UniformDistribution
public UniformDistribution()
-
-
Method Details
-
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
-