Interface ComponentNameProvider<T>

    • Method Detail

      • getName

        String getName​(T component)
        Deprecated.
        Returns a unique name. This is useful when exporting a graph, as it ensures that all vertices/edges are assigned simple, consistent names.
        Parameters:
        component - the component to be named
        Returns:
        the name of the component