| 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.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.OWLXMLVocabulary.getURI() |
| org.semanticweb.owlapi.vocab.OWLRDFVocabulary.getURI()
Use getIRI() instead.
|
| 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.OWLRenderer.setOWLOntologyManager(OWLOntologyManager) |
| 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) |