public class OBOparser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OBOparser.ReturnType |
Constructor and Description |
---|
OBOparser(java.io.File input_file,
OBOparser.ReturnType return_type) |
Modifier and Type | Method and Description |
---|---|
int |
getGoTermCount() |
java.util.List<GoTerm> |
parse() |
public OBOparser(java.io.File input_file, OBOparser.ReturnType return_type)
public int getGoTermCount()
public java.util.List<GoTerm> parse() throws java.io.IOException
java.io.IOException