Interface EdgeOverride.Builder

    • Method Detail

      • edgeSets

        EdgeOverride.Builder edgeSets​(Collection<? extends Collection<String>> edgeSets)

        The list of edge locations.

        Parameters:
        edgeSets - The list of edge locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeSets

        EdgeOverride.Builder edgeSets​(Collection<String>... edgeSets)

        The list of edge locations.

        Parameters:
        edgeSets - The list of edge locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • useEdge

        EdgeOverride.Builder useEdge​(String useEdge)

        The edge that should be used when overriding the current edge order.

        Parameters:
        useEdge - The edge that should be used when overriding the current edge order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.