| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
OWLFunctionalSyntaxOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
OWLXMLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
class |
RDFOntologyFormat
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 28-Jun-2009 |
class |
RDFXMLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 02-Jan-2007 |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed
to by the specified document IRI.
|
OWLOntologyFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLOntologyManager.getOntologyFormat(OWLOntology ontology)
Gets the ontology format for the specified ontology.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
Determines if this storer can store an ontology in the specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat)
Saves the specified ontology in the specified ontology format to its document URI.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OutputStream outputStream)
Saves the specified ontology to the specified output stream in the specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified output target in the specified ontology format.
|
void |
OWLOntologyManager.setOntologyFormat(OWLOntology ontology,
OWLOntologyFormat ontologyFormat)
Sets the format for the specified ontology.
|
void |
OWLOntologyFactory.OWLOntologyCreationHandler.setOntologyFormat(OWLOntology ontology,
OWLOntologyFormat format) |
void |
OWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Deprecated.
use storeOntology(ontology, documentIRI, ontologyFormat)
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Deprecated.
|
void |
OWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Stores an ontology to the specified target.
|
| Constructor and Description |
|---|
OWLOntologyStorerNotFoundException(OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
protected abstract void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format)
Deprecated.
|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
protected abstract void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
Writer writer,
OWLOntologyFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixOWLOntologyFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 20-Feb-2007 An |
Copyright © 2013 The University of Manchester. All Rights Reserved.