Class ControlParameters

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ControlParameters

public class ControlParameters extends Object

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 Details

    • probability

      protected Parameter probability
    • condition

      protected Parameter condition
    • interTriggerTimer

      protected Parameter interTriggerTimer
    • triggerCount

      protected Parameter triggerCount
  • Constructor Details

    • ControlParameters

      public ControlParameters()
  • Method Details

    • getProbability

      public Parameter getProbability()
      Gets the value of the probability property.
      Returns:
      possible object is Parameter
    • setProbability

      public void setProbability(Parameter value)
      Sets the value of the probability property.
      Parameters:
      value - allowed object is Parameter
    • getCondition

      public Parameter getCondition()
      Gets the value of the condition property.
      Returns:
      possible object is Parameter
    • setCondition

      public void setCondition(Parameter value)
      Sets the value of the condition property.
      Parameters:
      value - allowed object is Parameter
    • getInterTriggerTimer

      public Parameter getInterTriggerTimer()
      Gets the value of the interTriggerTimer property.
      Returns:
      possible object is Parameter
    • setInterTriggerTimer

      public void setInterTriggerTimer(Parameter value)
      Sets the value of the interTriggerTimer property.
      Parameters:
      value - allowed object is Parameter
    • getTriggerCount

      public Parameter getTriggerCount()
      Gets the value of the triggerCount property.
      Returns:
      possible object is Parameter
    • setTriggerCount

      public void setTriggerCount(Parameter value)
      Sets the value of the triggerCount property.
      Parameters:
      value - allowed object is Parameter