Package org.biojava.nbio.ontology
Interface OntologyFactory
-
public interface OntologyFactory
A factory for Ontology instances.- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ontology
createOntology(String name, String description)
Creates a new Ontology
-
-
-
Method Detail
-
createOntology
Ontology createOntology(String name, String description) throws OntologyException
Creates a new Ontology- Parameters:
name
- the name to give the ontologydescription
- the description for the ontology- Returns:
- an Ontology
- Throws:
NullPointerException
- if either name or description are nullOntologyException
- if the ontology could not be created
-
-