public interface OntologyFactory
Modifier and Type | Method and Description |
---|---|
Ontology |
createOntology(String name,
String description)
Creates a new Ontology
|
Ontology createOntology(String name, String description) throws OntologyException
name
- the name to give the ontologydescription
- the description for the ontologyNullPointerException
- if either name or description are nullOntologyException
- if the ontology could not be createdCopyright © 2014 BioJava. All rights reserved.