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

java.lang.Object
  extended by edu.uci.ics.jung.io.graphml.DataMetadata

public class DataMetadata
extends Object

Metadata structure for the 'data' GraphML element.

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

Constructor Summary
DataMetadata()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMetadata

public DataMetadata()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2009. All Rights Reserved.