| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDocumentTarget
Author: Matthew Horridge
The University of Manchester Bio-Health Informatics Group Date: 16/12/2010 An OWLOntologyDocumentTarget that supports writing out to a File. |
class |
StreamDocumentTarget
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 25-Jan-2008 |
class |
StringDocumentTarget
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 23-Mar-2008 |
class |
SystemOutDocumentTarget
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 18-Dec-2009 |
class |
WriterDocumentTarget
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 25-Jan-2008 |
class |
ZipDocumentTarget
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 03-Apr-2009 |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified
OWLOntologyDocumentTarget. |
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLOntologyFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the specified ontology to the specified output target in the specified ontology format.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
Copyright © 2013 The University of Manchester. All Rights Reserved.