Class WeibullDistribution
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.WeibullDistribution
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="shape" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="scale" 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
-
shape
-
scale
-
-
Constructor Details
-
WeibullDistribution
public WeibullDistribution()
-
-
Method Details
-
getShape
Gets the value of the shape property.- Returns:
- possible object is
Double
-
setShape
Sets the value of the shape property.- Parameters:
value
- allowed object isDouble
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
Double
-
setScale
Sets the value of the scale property.- Parameters:
value
- allowed object isDouble
-