edu.uci.ics.dillenco.simplegraph01
Class GraphIO

java.lang.Object
  extended by edu.uci.ics.dillenco.simplegraph01.GraphIO

public class GraphIO
extends Object


Constructor Summary
GraphIO()
           
 
Method Summary
 Graph inputGraph()
           
 void outputGraph(Graph g, int number)
           
 void setInputFormat(GraphFormat format)
           
 void setOutputFormat(GraphFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphIO

public GraphIO()
Method Detail

setInputFormat

public void setInputFormat(GraphFormat format)

setOutputFormat

public void setOutputFormat(GraphFormat format)

inputGraph

public Graph inputGraph()

outputGraph

public void outputGraph(Graph g,
                        int number)