Interface SimpleRuleEvaluation.Builder

  • Method Details

    • inputPropertyValue

      SimpleRuleEvaluation.Builder inputPropertyValue(String inputPropertyValue)

      The value of the input property, on the left side of the comparison operator.

      Parameters:
      inputPropertyValue - The value of the input property, on the left side of the comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      The comparison operator.

      Parameters:
      operator - The comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      The comparison operator.

      Parameters:
      operator - The comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • thresholdValue

      SimpleRuleEvaluation.Builder thresholdValue(String thresholdValue)

      The threshold value, on the right side of the comparison operator.

      Parameters:
      thresholdValue - The threshold value, on the right side of the comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.