Interface SimpleRuleEvaluation.Builder

    • Method Detail

      • 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.
      • 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.