Interface CodeGenEdge.Builder

  • Method Details

    • source

      CodeGenEdge.Builder source(String source)

      The ID of the node at which the edge starts.

      Parameters:
      source - The ID of the node at which the edge starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      CodeGenEdge.Builder target(String target)

      The ID of the node at which the edge ends.

      Parameters:
      target - The ID of the node at which the edge ends.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetParameter

      CodeGenEdge.Builder targetParameter(String targetParameter)

      The target of the edge.

      Parameters:
      targetParameter - The target of the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.