Interface and Description |
---|
org.semanticweb.owlapi.model.OWLLogicalEntity
this interface is redundant
|
Class and 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 and Description |
---|
org.semanticweb.owlapi.search.Filters.annotations
use
OWLAxiomIndex.getAnnotationAssertionAxioms(org.semanticweb.owlapi.model.OWLAnnotationSubject)
in place of this filter as it is much faster, thanks to indexing. |
Constructor and Description |
---|
org.obolibrary.oboformat.model.Clause()
use Clause(String). Using this constructor makes the hashcode variable.
|
org.semanticweb.owlapi.util.DefaultPrefixManager(String) |
org.semanticweb.owlapi.util.DeprecatedOWLEntityCollector() |
org.semanticweb.owlapi.model.OWLOntologyID(IRI)
use
OWLOntologyID.OWLOntologyID(Optional, Optional) instead |
org.semanticweb.owlapi.model.OWLOntologyID(IRI, IRI)
use
OWLOntologyID.OWLOntologyID(Optional, Optional) instead |
uk.ac.manchester.cs.owlapi.modularity.SyntacticLocalityModuleExtractor(OWLOntologyManager, OWLOntology, Set<OWLAxiom>, ModuleType)
use the constructor 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 © 2020 The University of Manchester. All rights reserved.