edu.uci.ics.jung.io.graphml
Class DataMetadata
java.lang.Object
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"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataMetadata
public DataMetadata()
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.