Class HyperEdgeMetadata

java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.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"
  • Field Details

  • Constructor Details

    • HyperEdgeMetadata

      public HyperEdgeMetadata()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • addEndpoint

      public void addEndpoint(EndpointMetadata endpoint)
    • getEndpoints

      public List<EndpointMetadata> getEndpoints()
    • getEdge

      public Object getEdge()
    • setEdge

      public void setEdge(Object edge)
    • getMetadataType

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