edu.cmu.cs.pattis.cs151xx
Class StringEdgeValue

java.lang.Object
  |
  +--edu.cmu.cs.pattis.cs151xx.StringEdgeValue
All Implemented Interfaces:
EdgeValueIO

public class StringEdgeValue
extends Object
implements EdgeValueIO


Constructor Summary
StringEdgeValue()
           
 
Method Summary
 Object readEdgeValue(String s)
           
 String writeEdgeValue(Object o)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StringEdgeValue

public StringEdgeValue()
Method Detail

readEdgeValue

public Object readEdgeValue(String s)
Specified by:
readEdgeValue in interface EdgeValueIO

writeEdgeValue

public String writeEdgeValue(Object o)
Specified by:
writeEdgeValue in interface EdgeValueIO