Package org.biojava.nbio.ontology.io
Class GOParser
- java.lang.Object
-
- org.biojava.nbio.ontology.io.GOParser
-
-
Constructor Summary
Constructors Constructor Description GOParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ontology
parseGO(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory)
-
-
-
Constructor Detail
-
GOParser
public GOParser()
-
-
Method Detail
-
parseGO
public Ontology parseGO(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory) throws ParseException, IOException
- Throws:
ParseException
IOException
-
-