| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLImportsDeclaration |
ImportChangeData.getDeclaration()
Gets the
OWLImportsDeclaration that this change data describes. |
OWLImportsDeclaration |
ImportChangeData.getItem() |
| Constructor and Description |
|---|
AddImportData(OWLImportsDeclaration declaration)
Constructs an
AddImportData object that describes an
AddImport change for 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 |
|---|---|
default Set<OWLImportsDeclaration> |
OWLOntology.getImportsDeclarations()
Deprecated.
use the stream method
|
Stream<OWLImportsDeclaration> |
OWLOntology.importsDeclarations()
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.
|
default void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration)
Requests that the manager loads an imported ontology that is described by an imports
statement.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
OWLImportsDeclaration |
BuilderImportsDeclaration.buildObject() |
| Constructor and Description |
|---|
BuilderImportsDeclaration(OWLImportsDeclaration expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.