| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| uk.ac.manchester.cs.owl.owlapi |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLOntologyFactory> |
OWLOntologyManager.getOntologyFactories()
Gets the ontology factories that are registered with this manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.addOntologyFactory(OWLOntologyFactory factory)
Adds an ontology factory that is capable of creating an ontology given a
particular document IRI.
|
void |
OWLOntologyManager.removeOntologyFactory(OWLOntologyFactory factory)
Removes a previously added factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInMemOWLOntologyFactory |
class |
EmptyInMemOWLOntologyFactory |
class |
ParsableOWLOntologyFactory
An ontology factory that creates ontologies by parsing documents containing
concrete representations of ontologies.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OWLOntologyFactory> |
OWLOntologyManagerImpl.ontologyFactories |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLOntologyFactory> |
OWLOntologyManagerImpl.getOntologyFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.addOntologyFactory(OWLOntologyFactory factory) |
void |
OWLOntologyManagerImpl.removeOntologyFactory(OWLOntologyFactory factory) |
Copyright © 2014 The University of Manchester. All Rights Reserved.