Uses of Class
weka.gui.graphvisualizer.BIFFormatException

Packages that use BIFFormatException
weka.gui.graphvisualizer   
 

Uses of BIFFormatException in weka.gui.graphvisualizer
 

Methods in weka.gui.graphvisualizer that throw BIFFormatException
 void GraphVisualizer.readBIF(java.lang.String instring)
          BIF reader
Reads a graph description in XMLBIF03 from a string
 void GraphVisualizer.readBIF(java.io.InputStream instream)
          BIF reader
Reads a graph description in XMLBIF03 from an InputStrem
 java.lang.String BIFParser.parse()
          This method parses the string or the InputStream that we passed in through the constructor and builds up the m_nodes and m_edges vectors