Uses of Class
org.semanticweb.owlapi.util.PriorityCollection
Packages that use PriorityCollection
Package
Description
Main API classes.
Utilities package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of PriorityCollection in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return PriorityCollectionModifier and TypeMethodDescriptionOWLOntologyManager.getIRIMappers()
OWLOntologyManager.getOntologyFactories()
OWLOntologyManager.getOntologyParsers()
OWLOntologyManager.getOntologyStorers()
-
Uses of PriorityCollection in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return PriorityCollectionModifier and TypeMethodDescriptionPriorityCollection.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. -
Uses of PriorityCollection in uk.ac.manchester.cs
Methods in uk.ac.manchester.cs with parameters of type PriorityCollectionModifier and TypeMethodDescriptionstatic String
AcceptHeaderBuilder.headersFromParsers
(PriorityCollection<OWLParserFactory> parsers) -
Uses of PriorityCollection in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi that return PriorityCollectionModifier and TypeMethodDescriptionOWLOntologyManagerImpl.getIRIMappers()
OWLOntologyManagerImpl.getOntologyFactories()
OWLOntologyManagerImpl.getOntologyParsers()
OWLOntologyManagerImpl.getOntologyStorers()
-
Uses of PriorityCollection in uk.ac.manchester.cs.owl.owlapi.concurrent
Subclasses of PriorityCollection in uk.ac.manchester.cs.owl.owlapi.concurrentModifier and TypeClassDescriptionclass
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 aReadWriteLock
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return PriorityCollection