| Interface and Description |
|---|
| 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 org.semanticweb.owlapi.mansyntax.renderer.ParserException
|
| Field and Description |
|---|
| org.coode.owlapi.obo12.parser.OBOVocabulary.ANNOTATION_URI_BASE |
| org.semanticweb.owlapi.search.Filters.annotations
use the OWLOntology:getAnnotationAssertionAxioms() in place
of this filter as it is much faster, thanks to indexing.
|
| org.obolibrary.oboformat.parser.OBOFormatConstants.headerDateFormat
use headerDateFormat() - ThreadLocal do not work nicely with web applications
|
| 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 the Optional based constructor instead
|
| org.semanticweb.owlapi.model.OWLOntologyID(IRI, IRI)
use the Optional based constructor instead
|
| 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 © 2016 The University of Manchester. All Rights Reserved.