Package bpsim

Interface ControlParameters

    • Method Detail

      • getProbability

        Parameter getProbability()
        Returns the value of the 'Probability' containment reference.

        If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Probability' containment reference.
        See Also:
        setProbability(Parameter), BpsimPackage.getControlParameters_Probability()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='Probability' namespace='##targetNamespace'"
      • setProbability

        void setProbability​(Parameter value)
        Sets the value of the 'Probability' containment reference.
        Parameters:
        value - the new value of the 'Probability' containment reference.
        See Also:
        getProbability()
        Generated code
      • getCondition

        Parameter getCondition()
        Returns the value of the 'Condition' containment reference.

        If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Condition' containment reference.
        See Also:
        setCondition(Parameter), BpsimPackage.getControlParameters_Condition()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='Condition' namespace='##targetNamespace'"
      • setCondition

        void setCondition​(Parameter value)
        Sets the value of the 'Condition' containment reference.
        Parameters:
        value - the new value of the 'Condition' containment reference.
        See Also:
        getCondition()
        Generated code
      • getInterTriggerTimer

        Parameter getInterTriggerTimer()
        Returns the value of the 'Inter Trigger Timer' containment reference.

        If the meaning of the 'Inter Trigger Timer' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Inter Trigger Timer' containment reference.
        See Also:
        setInterTriggerTimer(Parameter), BpsimPackage.getControlParameters_InterTriggerTimer()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='InterTriggerTimer' namespace='##targetNamespace'"
      • setInterTriggerTimer

        void setInterTriggerTimer​(Parameter value)
        Sets the value of the 'Inter Trigger Timer' containment reference.
        Parameters:
        value - the new value of the 'Inter Trigger Timer' containment reference.
        See Also:
        getInterTriggerTimer()
        Generated code
      • getTriggerCount

        Parameter getTriggerCount()
        Returns the value of the 'Trigger Count' containment reference.

        If the meaning of the 'Trigger Count' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Trigger Count' containment reference.
        See Also:
        setTriggerCount(Parameter), BpsimPackage.getControlParameters_TriggerCount()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='TriggerCount' namespace='##targetNamespace'"
      • setTriggerCount

        void setTriggerCount​(Parameter value)
        Sets the value of the 'Trigger Count' containment reference.
        Parameters:
        value - the new value of the 'Trigger Count' containment reference.
        See Also:
        getTriggerCount()
        Generated code