| 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 |
NonMappingOntologyIRIMapper
Deprecated.
not useful. If no mapping is found, the code already returns the input IRI.
|
class |
SimpleIRIMapper |
Copyright © 2016 The University of Manchester. All Rights Reserved.