| Package | Description |
|---|---|
| org.semanticweb.owlapi.change | |
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChange |
OWLOntologyChangeRecord.createOntologyChange(OWLOntologyManager manager)
Creates an
OWLOntologyChange from the OWLOntologyID and
OWLOntologyChangeData associated with this
OWLOntologyChangeRecord object. |
| Modifier and Type | Method and Description |
|---|---|
protected OWLOntologyManager |
AbstractOWLRenderer.getOWLOntologyManager()
Deprecated.
|
OWLOntologyManager |
AbstractOWLParser.getOWLOntologyManager()
Deprecated.
Parser implementors should obtain ontology managers from the
ontology that gets supplied in the parse method.
|
| Modifier and Type | Method and Description |
|---|---|
OWLParser |
OWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
Creates a parser.
|
void |
OWLRenderer.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
the manager should not be set but accessed through the
ontology passed to render
|
void |
OWLParser.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
Each
OWLOntology contains a reference to its manager.
This method is no longer necessary. Parsers will obtain the
manager from the ontology in the various parse methods i.e.
OWLParser.parse(OWLOntologyDocumentSource, org.semanticweb.owlapi.model.OWLOntology)
,
OWLParser.parse(OWLOntologyDocumentSource, org.semanticweb.owlapi.model.OWLOntology)
,
OWLParser.parse(OWLOntologyDocumentSource, org.semanticweb.owlapi.model.OWLOntology, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration) |
void |
AbstractOWLRenderer.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
|
void |
AbstractOWLParser.setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
|
| Constructor and Description |
|---|
AbstractOWLRenderer(OWLOntologyManager owlOntologyManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLOntologyManagerFactory.buildOWLOntologyManager() |
OWLOntologyManager |
OWLOntologyManagerFactory.buildOWLOntologyManager(OWLDataFactory f) |
OWLOntologyManager |
OWLOntologyFactory.getOWLOntologyManager() |
OWLOntologyManager |
OWLOntology.getOWLOntologyManager()
Gets the manager that created this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyFactory.setOWLOntologyManager(OWLOntologyManager owlOntologyManager) |
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat)
Deprecated.
use storeOntology(ontology, documentIRI, ontologyFormat)
|
void |
OWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format)
Deprecated.
|
| Constructor and Description |
|---|
OWL2ELProfileObjectVisitor(OWLOntologyWalker walker,
OWLOntologyManager man) |
| Modifier and Type | Method and Description |
|---|---|
Set<A> |
InferredEntityAxiomGenerator.createAxioms(OWLOntologyManager manager,
OWLReasoner reasoner) |
Set<A> |
InferredAxiomGenerator.createAxioms(OWLOntologyManager manager,
OWLReasoner reasoner) |
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
void |
InferredOntologyGenerator.fillOntology(OWLOntologyManager manager,
OWLOntology ontology)
Adds 'inferred axioms' to an ontology using the generators that have been
registered with this
InferredAxiomGenerator. |
void |
SimpleRenderer.setPrefixesFromOntologyFormat(OWLOntology ontology,
OWLOntologyManager manager,
boolean processImportedOntologies)
Resets the short form provider and adds prefix name to prefix mappings
based on the specified ontology's format (if it is a prefix format) and
possibly the ontologies in the imports closure.
|
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
IRI documentIRI,
OWLOntologyFormat ontologyFormat) |
void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLOntologyFormat format) |
protected abstract void |
AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager,
OWLOntology ontology,
Writer writer,
OWLOntologyFormat format)
Deprecated.
|
| Constructor and Description |
|---|
BidirectionalShortFormProviderAdapter(OWLOntologyManager man,
Set<OWLOntology> ontologies,
ShortFormProvider shortFormProvider)
Creates a BidirectionalShortFormProvider that maps between the entities
that are referenced in the specified ontologies and the shortforms of
these entities.
|
ImportsStructureEntitySorter(OWLOntology ontology,
OWLOntologyManager manager) |
ImportsStructureObjectSorter(OWLOntology ontology,
OWLOntologyManager manager,
ImportsStructureObjectSorter.ObjectSelector<O> objectSelector)
Creates a sorter for the specified ontology, whose imports closure is
obtained with the specified manager, and for each ontology whose objects
are selected using the specified object selector.
|
OWLEntityRemover(OWLOntologyManager owlOntologyManager,
Set<OWLOntology> ontologies)
Creates an entity remover, which will remove entities (axioms referring
to the entities from the specified ontologies).
|
OWLEntityRenamer(OWLOntologyManager owlOntologyManager,
Set<OWLOntology> ontologies) |
OWLEntityURIConverter(OWLOntologyManager manager,
Set<OWLOntology> ontologies,
OWLEntityURIConverterStrategy strategy)
Creates a converter that will convert the URIs of entities in the
specified ontologies using the specified conversion strategy.
|
OWLObjectPropertyManager(OWLOntologyManager manager,
OWLOntology ont) |
OWLOntologyImportsClosureSetProvider(OWLOntologyManager manager,
OWLOntology rootOntology)
Constructs an
OWLOntologySetProvider which provides a set
containing the imports closure of a given ontology. |
OWLOntologyURIChanger(OWLOntologyManager owlOntologyManager) |
Copyright © 2014 The University of Manchester. All Rights Reserved.