cytoscape.data.readers
Class KeyValue
java.lang.Object
cytoscape.data.readers.KeyValue
public class KeyValue
- extends Object
Key and Value pair in GML file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final String key
value
public Object value
KeyValue
public KeyValue(String key,
Object value)
- Creates a new KeyValue object.
- Parameters:
key
- DOCUMENT ME!value
- DOCUMENT ME!
Copyright 2010 Cytoscape Consortium. All rights reserved.