| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation 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 |
SimpleIRIMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLOntologyIRIMapperImpl
Manual IRI mapper.
|
| Modifier and Type | Method and Description |
|---|---|
PriorityCollection<OWLOntologyIRIMapper> |
OWLOntologyManagerImpl.getIRIMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.addIRIMapper(OWLOntologyIRIMapper mapper) |
void |
OWLOntologyManagerImpl.removeIRIMapper(OWLOntologyIRIMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.setIRIMappers(Set<OWLOntologyIRIMapper> mappers) |
Copyright © 2017 The University of Manchester. All Rights Reserved.