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

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

public class PortMetadata
extends AbstractMetadata

Metadata structure for the 'port' GraphML element.

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
 
Constructor Summary
PortMetadata()
           
 
Method Summary
 String getDescription()
           
 Metadata.MetadataType getMetadataType()
          Gets the metadata type of this object.
 String getName()
           
 void setDescription(String desc)
           
 void setName(String name)
           
 
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

PortMetadata

public PortMetadata()
Method Detail

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


Copyright © 2009. All Rights Reserved.