public class OBOparser
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
OBOparser.ReturnType |
Constructor | Description |
---|---|
OBOparser(java.io.File input_file,
OBOparser.ReturnType return_type) |
Modifier and Type | Method | 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