| org.semanticweb.owlapi.util.OWLEntityCollector.getAnonymousIndividuals() |
| org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary.getArity()
Use getMinArity and getMaxArity instead
|
| org.semanticweb.owlapi.model.OWLAxiomChange.getEntities()
use getSignature() instead
|
| org.semanticweb.owlapi.util.OWLEntityCollector.getObjects() |
| org.semanticweb.owlapi.model.OWLEntity.getOWLEntity(EntityType)
use a datafactory instead
|
| org.semanticweb.owlapi.io.AbstractOWLRenderer.getOWLOntologyManager() |
| org.semanticweb.owlapi.io.AbstractOWLParser.getOWLOntologyManager()
Parser implementors should obtain ontology managers from the
ontology that gets supplied in the parse method.
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLStringLiteral(String)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLStringLiteral(String, String)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(boolean)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(double)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(float)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(int)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String, OWL2Datatype)
|
| org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String, OWLDatatype)
|
| org.semanticweb.owlapi.io.ToStringRenderer.getRenderer() |
| org.semanticweb.owlapi.model.IRI.getStart()
use getNamespace instead - better name
|
| org.semanticweb.owlapi.model.SWRLDataFactory.getSWRLRule(IRI, Set extends SWRLAtom>, Set extends SWRLAtom>)
|
| org.semanticweb.owlapi.model.SWRLDataFactory.getSWRLRule(NodeID, Set extends SWRLAtom>, Set extends SWRLAtom>)
|
| org.semanticweb.owlapi.vocab.SWRLVocabulary.getURI()
use getIRI()
|
| org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary.getURI()
use getIRI()
|
| org.semanticweb.owlapi.vocab.SKOSVocabulary.getURI()
use getIRI()
|
| org.semanticweb.owlapi.vocab.OWLXMLVocabulary.getURI()
use getIRI()
|
| org.semanticweb.owlapi.vocab.OWLRDFVocabulary.getURI()
Use getIRI() instead.
|
| org.semanticweb.owlapi.vocab.OWL2Datatype.getURI()
|
| org.semanticweb.owlapi.vocab.DublinCoreVocabulary.getURI()
use getIRI()
|
| org.semanticweb.owlapi.io.UnparsableOntologyException.isIncludeStackTraceInMessage()
use the fields in OWLOntologyLoaderConfiguration
|
| org.semanticweb.owlapi.util.NamespaceUtil.isNCNameChar(char)
|
| org.semanticweb.owlapi.util.NamespaceUtil.isNCNameStartChar(char)
|
| org.semanticweb.owlapi.model.OWLOntologyManager.isSilentMissingImportsHandling()
|
| org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration.isSilentMissingImportsHandling()
|
| org.semanticweb.owlapi.model.OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration)
|
| org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider.rebuild(OWLEntitySetProvider) |
| org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider.remove(OWLEntity) |
| org.semanticweb.owlapi.io.UnparsableOntologyException.setIncludeStackTraceInMessage(boolean)
use the fields in OWLOntologyLoaderConfiguration
|
| org.semanticweb.owlapi.io.OWLRenderer.setOWLOntologyManager(OWLOntologyManager)
the manager should not be set but accessed through the
ontology passed to render
|
| org.semanticweb.owlapi.io.OWLParser.setOWLOntologyManager(OWLOntologyManager)
|
| org.semanticweb.owlapi.io.AbstractOWLRenderer.setOWLOntologyManager(OWLOntologyManager) |
| org.semanticweb.owlapi.io.AbstractOWLParser.setOWLOntologyManager(OWLOntologyManager) |
| org.semanticweb.owlapi.model.OWLOntologyManager.setSilentMissingImportsHandling(boolean)
|
| org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration.setSilentMissingImportsHandling(boolean)
|
| org.semanticweb.owlapi.util.NamespaceUtil.split(String)
|
| org.semanticweb.owlapi.util.NamespaceUtil.split(String, String[])
|
| org.semanticweb.owlapi.model.OWLOntologyStorer.storeOntology(OWLOntologyManager, OWLOntology, IRI, OWLOntologyFormat)
use storeOntology(ontology, documentIRI, ontologyFormat)
|
| org.semanticweb.owlapi.model.OWLOntologyStorer.storeOntology(OWLOntologyManager, OWLOntology, OWLOntologyDocumentTarget, OWLOntologyFormat) |
| org.semanticweb.owlapi.util.AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager, OWLOntology, Writer, OWLOntologyFormat) |
| org.semanticweb.owlapi.util.CachingBidirectionalShortFormProvider.update(OWLEntity) |