Interface MathActivity.Builder

  • Method Details

    • name

      The name of the math activity.

      Parameters:
      name - The name of the math activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attribute

      MathActivity.Builder attribute(String attribute)

      The name of the attribute that contains the result of the math operation.

      Parameters:
      attribute - The name of the attribute that contains the result of the math operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • math

      An expression that uses one or more existing attributes and must return an integer value.

      Parameters:
      math - An expression that uses one or more existing attributes and must return an integer value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next activity in the pipeline.

      Parameters:
      next - The next activity in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.