Class ControlParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ControlParameters
Java class for ControlParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ControlParameters"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="Probability" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="Condition" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="InterTriggerTimer" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> <element name="TriggerCount" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the condition property.Gets the value of the interTriggerTimer property.Gets the value of the probability property.Gets the value of the triggerCount property.void
setCondition
(Parameter value) Sets the value of the condition property.void
setInterTriggerTimer
(Parameter value) Sets the value of the interTriggerTimer property.void
setProbability
(Parameter value) Sets the value of the probability property.void
setTriggerCount
(Parameter value) Sets the value of the triggerCount property.
-
Field Details
-
probability
-
condition
-
interTriggerTimer
-
triggerCount
-
-
Constructor Details
-
ControlParameters
public ControlParameters()
-
-
Method Details
-
getProbability
Gets the value of the probability property.- Returns:
- possible object is
Parameter
-
setProbability
Sets the value of the probability property.- Parameters:
value
- allowed object isParameter
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
Parameter
-
setCondition
Sets the value of the condition property.- Parameters:
value
- allowed object isParameter
-
getInterTriggerTimer
Gets the value of the interTriggerTimer property.- Returns:
- possible object is
Parameter
-
setInterTriggerTimer
Sets the value of the interTriggerTimer property.- Parameters:
value
- allowed object isParameter
-
getTriggerCount
Gets the value of the triggerCount property.- Returns:
- possible object is
Parameter
-
setTriggerCount
Sets the value of the triggerCount property.- Parameters:
value
- allowed object isParameter
-