edu.uci.ics.jung.io.graphml
Class EndpointMetadata

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

public class EndpointMetadata
extends AbstractMetadata

Metadata structure for the 'endpoint' GraphML element.

Author:
Nathan Mittler - nathan.mittler@gmail.com
See Also:
"http://graphml.graphdrawing.org/specification.html"

Nested Class Summary
static class EndpointMetadata.EndpointType
           
 
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
 
Constructor Summary
EndpointMetadata()
           
 
Method Summary
 String getDescription()
           
 EndpointMetadata.EndpointType getEndpointType()
           
 String getId()
           
 Metadata.MetadataType getMetadataType()
          Gets the metadata type of this object.
 String getNode()
           
 String getPort()
           
 void setDescription(String description)
           
 void setEndpointType(EndpointMetadata.EndpointType endpointType)
           
 void setId(String id)
           
 void setNode(String node)
           
 void setPort(String port)
           
 
Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointMetadata

public EndpointMetadata()
Method Detail

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


Copyright © 2009. All Rights Reserved.