org.jgraph.util
Class JGraphSimpleCodec

java.lang.Object
  extended byorg.jgraph.util.JGraphSimpleCodec

public class JGraphSimpleCodec
extends java.lang.Object


Constructor Summary
JGraphSimpleCodec()
           
 
Method Summary
static void decode(JGraph graph, java.io.InputStream fstream, java.lang.String delim, java.lang.String edgeLabel)
           
static java.lang.Object getVertexForKey(java.util.Hashtable map, java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGraphSimpleCodec

public JGraphSimpleCodec()
Method Detail

decode

public static void decode(JGraph graph,
                          java.io.InputStream fstream,
                          java.lang.String delim,
                          java.lang.String edgeLabel)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getVertexForKey

public static java.lang.Object getVertexForKey(java.util.Hashtable map,
                                               java.lang.String key)