|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OWLOntologyStorer
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007
An ontology storer stores an ontology in a particular format at a location
specified by a particular URI.
| Method Summary | |
|---|---|
boolean |
canStoreOntology(OWLOntologyFormat ontologyFormat)
Determines if this storer can store an ontology in the specified ontology format. |
void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyOutputTarget target,
OWLOntologyFormat format)
Stores an ontology to the specified target. |
void |
storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
java.net.URI physicalURI,
OWLOntologyFormat ontologyFormat)
Stores an ontology at the specified physical URI in the specified format. |
| Method Detail |
|---|
boolean canStoreOntology(OWLOntologyFormat ontologyFormat)
ontologyFormat - The desired ontology format.
true if this storer can store an ontology in the desired
format.
void storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
java.net.URI physicalURI,
OWLOntologyFormat ontologyFormat)
throws OWLOntologyStorageException
manager - The managerontology - The ontology to be storedphysicalURI - The physical URI that specifies the locationontologyFormat - The format that the ontology should be stored in
OWLOntologyStorageException - if there was a problem storing the ontology.
void storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyOutputTarget target,
OWLOntologyFormat format)
throws OWLOntologyStorageException
manager - The managerontology - The ontology to be storedtarget - The target which describes the physical location of where the ontology should be storedformat - The format in which to store the ontology
OWLOntologyStorageException - if there was a problem storing the ontology.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||