Interface EdgeLabels<E,​L>

    • Method Detail

      • getEdgeLabel

        L getEdgeLabel​(E edge)
        Retrieves the label for an edge.
        Parameters:
        edge - the edge
        Returns:
        the label for the given edge