Interface VertexNameProvider<V>

    • Method Detail

      • getVertexName

        java.lang.String getVertexName​(V vertex)
        Returns a unique name for a vertex. This is useful when exporting a a graph, as it ensures that all vertices are assigned simple, consistent names.
        Parameters:
        vertex - the vertex to be named
        Returns:
        the name of the vertex