Class HyperEdgeMetadata

  • All Implemented Interfaces:
    Metadata

    public class HyperEdgeMetadata
    extends AbstractMetadata
    Metadata structure for the 'hyperedge' GraphML element.
    See Also:
    "http://graphml.graphdrawing.org/specification.html"
    • Constructor Detail

      • HyperEdgeMetadata

        public HyperEdgeMetadata()
    • 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 description)
      • getEdge

        public java.lang.Object getEdge()
      • setEdge

        public void setEdge​(java.lang.Object edge)
      • getMetadataType

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