org.forester.go
Class OBOparser

java.lang.Object
  extended by org.forester.go.OBOparser

public class OBOparser
extends Object


Nested Class Summary
static class OBOparser.ReturnType
           
 
Constructor Summary
OBOparser(File input_file, OBOparser.ReturnType return_type)
           
 
Method Summary
 int getGoTermCount()
           
 List<GoTerm> parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBOparser

public OBOparser(File input_file,
                 OBOparser.ReturnType return_type)
Method Detail

getGoTermCount

public int getGoTermCount()

parse

public List<GoTerm> parse()
                   throws IOException
Throws:
IOException