Class AssetItemNodeDecorator

  • All Implemented Interfaces:
    NodeDecorator<java.lang.String>

    public class AssetItemNodeDecorator
    extends java.lang.Object
    implements NodeDecorator<java.lang.String>
    Decorates each node in an Asset Layer.
    Author:
    mvrueden
    See Also:
    AssetLayer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decorate​(GraphMLNode graphMLNode, java.lang.String value)  
      java.lang.String getId​(java.lang.String value)
      Returns the GraphMLNode's id for the given value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssetItemNodeDecorator

        public AssetItemNodeDecorator()
    • Method Detail

      • getId

        public java.lang.String getId​(java.lang.String value)
        Description copied from interface: NodeDecorator
        Returns the GraphMLNode's id for the given value. DOES NOT CONSIDER HIERARCHY.
        Specified by:
        getId in interface NodeDecorator<java.lang.String>
        Parameters:
        value - The code.
        Returns:
        the GraphMLNode's id for the given value.
        See Also:
        IdGenerator