Interface EdgeStructure.Builder

    • Method Detail

      • count

        EdgeStructure.Builder count​(Long count)

        The number of edges that have this specific structure.

        Parameters:
        count - The number of edges that have this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeProperties

        EdgeStructure.Builder edgeProperties​(Collection<String> edgeProperties)

        A list of edge properties present in this specific structure.

        Parameters:
        edgeProperties - A list of edge properties present in this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeProperties

        EdgeStructure.Builder edgeProperties​(String... edgeProperties)

        A list of edge properties present in this specific structure.

        Parameters:
        edgeProperties - A list of edge properties present in this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.