Interface NodeDecorator<T>

  • Type Parameters:
    T - the node type

    public interface NodeDecorator<T>
    • Method Detail

      • getLabel

        java.lang.String getLabel​(T n)
                           throws WalaException
        Parameters:
        n -
        Returns:
        the String label for node n
        Throws:
        WalaException