| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChange |
OWLOntologyChangeRecord.createOntologyChange(OWLOntologyManager manager)
Creates an
OWLOntologyChange from the OWLOntologyID and
OWLOntologyChangeData associated with this
OWLOntologyChangeRecord object. |
| Constructor and Description |
|---|
CoerceConstantsIntoDataPropertyRange(OWLOntologyManager m,
Collection<OWLOntology> ontologies)
Instantiates a new coerce constants into data property range.
|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI)
Instantiates a new short form2 annotation generator.
|
ShortForm2AnnotationGenerator(OWLDataFactory df,
OWLOntologyManager ontologyManager,
OWLOntology ontology,
ShortFormProvider shortFormProvider,
IRI annotationIRI,
String languageTag)
Instantiates a new short form2 annotation generator.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
OWLOntologyManagerFactory.get()
Creates a new ontology manager.
|
OWLOntologyManager |
OWLOntology.getOWLOntologyManager()
Gets the manager that manages this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyManager manager,
OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration)
Creates and loads an
OWLOntology. |
void |
OWLOntology.setOWLOntologyManager(OWLOntologyManager manager)
Sets the manager for this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager,
IRI ontologyIRI) |
| Constructor and Description |
|---|
BidirectionalShortFormProviderAdapter(OWLOntologyManager man,
Collection<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.
|
OWLEntityRenamer(OWLOntologyManager owlOntologyManager,
Collection<OWLOntology> ontologies) |
OWLEntityURIConverter(OWLOntologyManager manager,
Collection<OWLOntology> ontologies,
OWLEntityURIConverterStrategy strategy)
Creates a converter that will convert the URIs of entities in the
specified ontologies using the specified conversion strategy.
|
OWLLiteralReplacer(OWLOntologyManager owlOntologyManager,
Set<OWLOntology> ontologies) |
OWLObjectDesharer(OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
Map<OWLLiteral,OWLLiteral> literals,
OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory.
|
OWLObjectDuplicator(OWLOntologyManager m,
Map<IRI,IRI> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLOntologyImportsClosureSetProvider(OWLOntologyManager manager,
OWLOntology rootOntology)
Constructs an
OWLOntologySetProvider which provides a set
containing the imports closure of a given ontology. |
OWLOntologyIRIChanger(OWLOntologyManager owlOntologyManager) |
Copyright © 2018 The University of Manchester. All rights reserved.