Interface NodeInfoGenerator<N>

  • Type Parameters:
    N - The node class for which information is provided

    public interface NodeInfoGenerator<N>
    • Method Detail

      • generateInfoForNode

        java.lang.String generateInfoForNode​(N node)