| Interface and Description |
|---|
| org.semanticweb.owlapi.model.OWLLogicalEntity
this interface is redundant
|
| org.semanticweb.owlapi.model.OWLOntologyFormat
this interface is here only to help with backwards compatibility
|
| org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat
use PrefixDocumentFormat instead
|
| Enum and Description |
|---|
| org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntax |
| Exceptions and Description |
|---|
| org.coode.owlapi.obo.parser.OBOParserException |
| org.semanticweb.owlapi.expression.ParserException
use
ParserException |
| Field and Description |
|---|
| org.coode.owlapi.obo12.parser.OBOVocabulary.ANNOTATION_URI_BASE |
| 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. |
| org.coode.owlapi.obo12.parser.OBOVocabulary.ONTOLOGY_URI_BASE |
| 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 © 2021 The University of Manchester. All rights reserved.