Package org.forester.go
Class OBOparser
- java.lang.Object
-
- org.forester.go.OBOparser
-
public class OBOparser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OBOparser.ReturnType
-
Constructor Summary
Constructors Constructor Description OBOparser(java.io.File input_file, OBOparser.ReturnType return_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGoTermCount()
java.util.List<GoTerm>
parse()
-
-
-
Constructor Detail
-
OBOparser
public OBOparser(java.io.File input_file, OBOparser.ReturnType return_type)
-
-
Method Detail
-
getGoTermCount
public int getGoTermCount()
-
parse
public java.util.List<GoTerm> parse() throws java.io.IOException
- Throws:
java.io.IOException
-
-