| Package | Description |
|---|---|
| org.semanticweb.owlapi.change | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Method and Description |
|---|---|
OWLImportsDeclaration |
ImportChangeData.getDeclaration()
Gets the
OWLImportsDeclaration that this change data describes. |
| Constructor and Description |
|---|
AddImportData(OWLImportsDeclaration declaration)
Constructs an
AddImportData object that describes an
AddImport change for the OWLImportsDeclaration specified
by the declaration parameter. |
ImportChangeData(OWLImportsDeclaration declaration)
Constructs an
ImportChangeData object that describes an
ImportChange based on the
OWLImportsDeclaration specified by the declaration
parameter. |
RemoveImportData(OWLImportsDeclaration declaration)
Constructs a
RemoveImportData object that describes a
RemoveImport change for the
OWLImportsDeclaration specified by the declaration
parameter. |
| Modifier and Type | Method and Description |
|---|---|
OWLImportsDeclaration |
ImportChange.getImportDeclaration()
Gets the import declaration that the change pertains to.
|
OWLImportsDeclaration |
UnloadableImportException.getImportsDeclaration() |
OWLImportsDeclaration |
OWLDataFactory.getOWLImportsDeclaration(IRI importedOntologyIRI) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLImportsDeclaration> |
OWLOntology.getImportsDeclarations()
Gets the set of imports declarations for this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyManager.getImportedOntology(OWLImportsDeclaration declaration)
Given an imports declaration, obtains the ontology that this import has
been resolved to.
|
void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration)
Deprecated.
|
void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration,
OWLOntologyLoaderConfiguration configuration)
Requests that the manager loads an imported ontology that is described by
an imports statement.
|
| Constructor and Description |
|---|
AddImport(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
ImportChange(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
RemoveImport(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
UnloadableImportException(OWLOntologyCreationException e,
OWLImportsDeclaration importsDeclaration) |
Copyright © 2014 The University of Manchester. All Rights Reserved.