Package | Description |
---|---|
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.util |
Utilities package
|
uk.ac.manchester.cs | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method | Description |
---|---|---|
PriorityCollection<OWLOntologyIRIMapper> |
OWLOntologyManager.getIRIMappers() |
|
PriorityCollection<OWLOntologyFactory> |
OWLOntologyManager.getOntologyFactories() |
|
PriorityCollection<OWLParserFactory> |
OWLOntologyManager.getOntologyParsers() |
|
PriorityCollection<OWLStorerFactory> |
OWLOntologyManager.getOntologyStorers() |
Modifier and Type | Method | Description |
---|---|---|
PriorityCollection<T> |
PriorityCollection.getByMIMEType(String mimeType) |
Returns the first item matching the mime type
NOTE: The order in which the services are loaded an examined is not deterministic so this method may return different results if the MIME-Type matches more than one item. |
Modifier and Type | Method | Description |
---|---|---|
static String |
AcceptHeaderBuilder.headersFromParsers(PriorityCollection<OWLParserFactory> parsers) |
Modifier and Type | Method | Description |
---|---|---|
PriorityCollection<OWLOntologyIRIMapper> |
OWLOntologyManagerImpl.getIRIMappers() |
|
PriorityCollection<OWLOntologyFactory> |
OWLOntologyManagerImpl.getOntologyFactories() |
|
PriorityCollection<OWLParserFactory> |
OWLOntologyManagerImpl.getOntologyParsers() |
|
PriorityCollection<OWLStorerFactory> |
OWLOntologyManagerImpl.getOntologyStorers() |
Modifier and Type | Class | Description |
---|---|---|
class |
ConcurrentPriorityCollection<T extends Serializable> |
Matthew Horridge Stanford Center for Biomedical Informatics Research 09/04/15 A priority
collection that supports concurrent reading and writing through a
ReadWriteLock |
Modifier and Type | Method | Description |
---|---|---|
PriorityCollection<T> |
ConcurrentPriorityCollection.getByMIMEType(String mimeType) |
Copyright © 2018 The University of Manchester. All rights reserved.