public class BinaryOWLOntologyDocumentStorer extends Object implements org.semanticweb.owlapi.model.OWLOntologyStorer
| Constructor and Description |
|---|
BinaryOWLOntologyDocumentStorer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStoreOntology(org.semanticweb.owlapi.model.OWLOntologyFormat ontologyFormat) |
void |
storeOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.IRI documentIRI,
org.semanticweb.owlapi.model.OWLOntologyFormat format) |
void |
storeOntology(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.IRI documentIRI,
org.semanticweb.owlapi.model.OWLOntologyFormat ontologyFormat) |
void |
storeOntology(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.io.OWLOntologyDocumentTarget target,
org.semanticweb.owlapi.model.OWLOntologyFormat format) |
void |
storeOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.io.OWLOntologyDocumentTarget target,
org.semanticweb.owlapi.model.OWLOntologyFormat format) |
public boolean canStoreOntology(org.semanticweb.owlapi.model.OWLOntologyFormat ontologyFormat)
canStoreOntology in interface org.semanticweb.owlapi.model.OWLOntologyStorerpublic void storeOntology(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.IRI documentIRI,
org.semanticweb.owlapi.model.OWLOntologyFormat ontologyFormat)
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
storeOntology in interface org.semanticweb.owlapi.model.OWLOntologyStorerorg.semanticweb.owlapi.model.OWLOntologyStorageExceptionIOExceptionpublic void storeOntology(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.io.OWLOntologyDocumentTarget target,
org.semanticweb.owlapi.model.OWLOntologyFormat format)
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
storeOntology in interface org.semanticweb.owlapi.model.OWLOntologyStorerorg.semanticweb.owlapi.model.OWLOntologyStorageExceptionIOExceptionpublic void storeOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.IRI documentIRI,
org.semanticweb.owlapi.model.OWLOntologyFormat format)
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
storeOntology in interface org.semanticweb.owlapi.model.OWLOntologyStorerorg.semanticweb.owlapi.model.OWLOntologyStorageExceptionIOExceptionpublic void storeOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.io.OWLOntologyDocumentTarget target,
org.semanticweb.owlapi.model.OWLOntologyFormat format)
throws org.semanticweb.owlapi.model.OWLOntologyStorageException,
IOException
storeOntology in interface org.semanticweb.owlapi.model.OWLOntologyStorerorg.semanticweb.owlapi.model.OWLOntologyStorageExceptionIOExceptionCopyright © 2015. All Rights Reserved.