Interface InvalidLoopBoundaryFlowValidationDetails.Builder

  • Method Details

    • connection

      The name of the connection that violates loop boundary rules.

      Parameters:
      connection - The name of the connection that violates loop boundary rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The source node of the connection that violates DoWhile loop boundary rules.

      Parameters:
      source - The source node of the connection that violates DoWhile loop boundary rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      The target node of the connection that violates DoWhile loop boundary rules.

      Parameters:
      target - The target node of the connection that violates DoWhile loop boundary rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.