Class EndpointMetadata

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

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

  • Constructor Details

    • EndpointMetadata

      public EndpointMetadata()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getPort

      public String getPort()
    • setPort

      public void setPort(String port)
    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getEndpointType

      public EndpointMetadata.EndpointType getEndpointType()
    • setEndpointType

      public void setEndpointType(EndpointMetadata.EndpointType endpointType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMetadataType

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