Uses of Interface
org.biojava.ontology.OntologyFactory
- 
Packages that use OntologyFactory Package Description org.biojava.ontology A general-purpose API for ontologies.org.biojava.ontology.io Tools for loading and saving ontologies. - 
- 
Uses of OntologyFactory in org.biojava.ontology
Methods in org.biojava.ontology that return OntologyFactory Modifier and Type Method Description static OntologyFactoryOntoTools. getDefaultFactory() - 
Uses of OntologyFactory in org.biojava.ontology.io
Methods in org.biojava.ontology.io with parameters of type OntologyFactory Modifier and Type Method Description OntologyTabDelimParser. parse(BufferedReader in, OntologyFactory of)Parse an ontology from a reader.OntologyGOParser. parseGO(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory) 
 -