Interface NodeDecorator<T>

    • Method Detail

      • decorate

        void decorate​(GraphMLNode graphMLNode,
                      T value)
      • getId

        java.lang.String getId​(T value)
        Returns the GraphMLNode's id for the given value. DOES NOT CONSIDER HIERARCHY.
        Parameters:
        value - The code.
        Returns:
        the GraphMLNode's id for the given value.
        See Also:
        IdGenerator