com.jeffpalm.internal.graph
Class GraphReader

java.lang.Object
  extended by com.jeffpalm.internal.graph.GraphReader

public class GraphReader
extends java.lang.Object


Constructor Summary
GraphReader()
           
 
Method Summary
 void addDelim(char c)
           
 void addDelims(java.lang.String delims)
           
 void allowComment(char c)
           
 Graph read(Factory f, java.io.File infile)
           
 Graph read(java.io.File infile)
           
 void setDelims(java.lang.String delims)
           
 void setEdgeClass(java.lang.Class edgeClass)
           
 void setNodeClass(java.lang.Class nodeClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphReader

public GraphReader()
Method Detail

setNodeClass

public final void setNodeClass(java.lang.Class nodeClass)

setEdgeClass

public final void setEdgeClass(java.lang.Class edgeClass)

allowComment

public final void allowComment(char c)

addDelims

public final void addDelims(java.lang.String delims)

addDelim

public final void addDelim(char c)

setDelims

public final void setDelims(java.lang.String delims)

read

public Graph read(java.io.File infile)
           throws java.lang.Exception
Throws:
java.lang.Exception

read

public Graph read(Factory f,
                  java.io.File infile)
           throws java.lang.Exception
Throws:
java.lang.Exception