Class PortMetadata

java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.PortMetadata
All Implemented Interfaces:
Metadata

public class PortMetadata extends AbstractMetadata
Metadata structure for the 'port' GraphML element.
See Also:
  • "http://graphml.graphdrawing.org/specification.html"
  • Field Details

    • name

      private String name
    • description

      private String description
  • Constructor Details

    • PortMetadata

      public PortMetadata()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String desc)
    • getMetadataType

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