Class NodeMetadata

  • All Implemented Interfaces:
    Metadata

    public class NodeMetadata
    extends AbstractMetadata
    Metadata structure for the 'node' GraphML element.
    Author:
    Nathan Mittler - nathan.mittler@gmail.com
    See Also:
    "http://graphml.graphdrawing.org/specification.html"
    • Constructor Detail

      • NodeMetadata

        public NodeMetadata()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String desc)
      • getVertex

        public java.lang.Object getVertex()
      • setVertex

        public void setVertex​(java.lang.Object vertex)
      • getMetadataType

        public Metadata.MetadataType getMetadataType()
        Description copied from interface: Metadata
        Gets the metadata type of this object.
        Returns:
        the metadata type