Class | Description |
---|---|
org.semanticweb.owlapi.util.DeprecatedOWLEntityCollector |
the old OWLEntityCollector is still used in non trivial ways in
third party software. For new code, use OWLEntityCollector.
|
org.semanticweb.owlapi.util.NonMappingOntologyIRIMapper |
not useful. If no mapping is found, the code already returns the input IRI.
|
org.semanticweb.owlapi.util.ObjectPropertySimplifier |
Legal Object property expressions should always be irreducible -
the standard specifies that inv : P -> PE , not PE -> PE,
so inv (inv P) is an error . Versions of the OWLAPI prior to
4.1.0 did not check for this.
|
Field | Description |
---|---|
org.semanticweb.owlapi.search.Filters.annotations |
use the OWLOntology:getAnnotationAssertionAxioms() in place
of this filter as it is much faster, thanks to indexing.
|
Constructor | Description |
---|---|
org.semanticweb.owlapi.model.OWLOntologyID(IRI) |
use the Optional based constructor instead
|
org.semanticweb.owlapi.util.DefaultPrefixManager(String) | |
org.semanticweb.owlapi.util.DeprecatedOWLEntityCollector() |
Copyright © 2018 The University of Manchester. All rights reserved.