corina.graph
Class LoadSave

java.lang.Object
  |
  +--corina.graph.LoadSave

public class LoadSave
extends Object


Constructor Summary
LoadSave()
           
 
Method Summary
static List load(String filename)
           
static void save(String filename, List graphs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadSave

public LoadSave()
Method Detail

save

public static void save(String filename,
                        List graphs)
                 throws IOException

load

public static List load(String filename)
                 throws IOException