Class DistributionParameter
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DistributionParameter
- Direct Known Subclasses:
BetaDistribution
,BinomialDistribution
,ErlangDistribution
,GammaDistribution
,LogNormalDistribution
,NegativeExponentialDistribution
,NormalDistribution
,PoissonDistribution
,TriangularDistribution
,TruncatedNormalDistribution
,UniformDistribution
,UserDistribution
,WeibullDistribution
Java class for DistributionParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionParameter"> <complexContent> <extension base="{http://www.bpsim.org/schemas/1.0}ParameterValue"> <attribute name="timeUnit" type="{http://www.bpsim.org/schemas/1.0}TimeUnit" /> <attribute name="currencyUnit" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields 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 currencyUnit property.Gets the value of the timeUnit property.void
setCurrencyUnit
(String value) Sets the value of the currencyUnit property.void
setTimeUnit
(TimeUnit value) Sets the value of the timeUnit property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ParameterValue
getInstance, getResult, getValidFor, setInstance, setResult, setValidFor
-
Field Details
-
timeUnit
-
currencyUnit
-
-
Constructor Details
-
DistributionParameter
public DistributionParameter()
-
-
Method Details
-
getTimeUnit
Gets the value of the timeUnit property.- Returns:
- possible object is
TimeUnit
-
setTimeUnit
Sets the value of the timeUnit property.- Parameters:
value
- allowed object isTimeUnit
-
getCurrencyUnit
Gets the value of the currencyUnit property.- Returns:
- possible object is
String
-
setCurrencyUnit
Sets the value of the currencyUnit property.- Parameters:
value
- allowed object isString
-