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.obolibrary.oboformat.model.Clause() |
use Clause(String). Using this constructor makes the hashcode
variable.
|
org.semanticweb.owlapi.model.OWLOntologyID(IRI) |
use the Optional based constructor instead
|
org.semanticweb.owlapi.util.DefaultPrefixManager(String) | |
org.semanticweb.owlapi.util.DeprecatedOWLEntityCollector() | |
uk.ac.manchester.cs.owlapi.modularity.SyntacticLocalityModuleExtractor(OWLOntologyManager, OWLOntology, Set<OWLAxiom>, ModuleType) |
use the contructor that takes an IRI rather than an ontology as second argument.
The second argument is used only in logging assertions and can be null.
|
Copyright © 2018 The University of Manchester. All rights reserved.