| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityCollection<OWLStorerFactory> |
OWLOntologyManager.getOntologyStorers() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.addOntologyStorer(OWLStorerFactory storer)
Deprecated.
use getOntologyStorers().add() instead
|
void |
OWLOntologyManager.removeOntologyStorer(OWLStorerFactory storer)
Deprecated.
use getOntologyStorers().remove() instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.setOntologyStorers(Set<OWLStorerFactory> storers)
Set the list of ontology storers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLStorerFactoryImpl
A factory class for OWLOntologyStorers.
|
Copyright © 2018 The University of Manchester. All rights reserved.