Uses of Class
org.semanticweb.owlapi.util.PriorityCollection
Packages that use PriorityCollection
Package
Description
Main API classes.
Utilities 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.