| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityCollection<OWLOntologyIRIMapper> |
OWLOntologyManager.getIRIMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.addIRIMapper(OWLOntologyIRIMapper mapper)
Deprecated.
use getIRIMappers().add() instead
|
void |
OWLOntologyManager.removeIRIMapper(OWLOntologyIRIMapper mapper)
Deprecated.
use getIRIMappers().remove() instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.setIRIMappers(Set<OWLOntologyIRIMapper> mappers)
Set the collection of IRI mappers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoIRIMapper
A mapper which given a root folder attempts to automatically discover and map files to
ontologies.
|
class |
CommonBaseIRIMapper
An ontology IRI mapper that can be used to map ontology IRIs to ontology
document IRIs which share the same base.
|
class |
OWLZipClosureIRIMapper
An IRI mapper that uses a zip file and its owlzip.properties content to map logical IRIs to
jar: IRIs. |
class |
SimpleIRIMapper |
class |
ZipIRIMapper
A mapper which given a root folder attempts to automatically discover and map files to
ontologies.
|
Copyright © 2018 The University of Manchester. All rights reserved.