| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
| org.semanticweb.owlapi.manchestersyntax.parser | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static OWLImportsDeclaration |
OWLFunctionalSyntaxFactory.ImportsDeclaration(IRI i) |
| 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 |
|---|---|
void |
LatexObjectVisitor.visit(OWLImportsDeclaration axiom) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLImportsDeclaration> |
ManchesterOWLSyntaxOntologyHeader.getImportsDeclarations() |
| Constructor and Description |
|---|
ManchesterOWLSyntaxOntologyHeader(IRI ontologyIRI,
IRI versionIRI,
Set<OWLAnnotation> annotations,
Set<OWLImportsDeclaration> importsDeclarations) |
| 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)
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLImportsDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLImportsDeclaration |
OWLDataFactoryImpl.getOWLImportsDeclaration(IRI importedOntologyIRI) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLImportsDeclaration> |
OWLImmutableOntologyImpl.getImportsDeclarations() |
Iterable<OWLImportsDeclaration> |
Internals.getImportsDeclarations(boolean copy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Internals.addImportsDeclaration(OWLImportsDeclaration importDeclaration) |
int |
OWLImportsDeclarationImpl.compareTo(OWLImportsDeclaration o) |
OWLOntology |
OWLOntologyManagerImpl.getImportedOntology(OWLImportsDeclaration declaration) |
void |
OWLOntologyManagerImpl.makeLoadImportRequest(OWLImportsDeclaration declaration) |
void |
OWLOntologyManagerImpl.makeLoadImportRequest(OWLImportsDeclaration declaration,
OWLOntologyLoaderConfiguration configuration) |
boolean |
Internals.removeImportsDeclaration(OWLImportsDeclaration importDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLImportsDeclaration> |
ConcurrentOWLOntologyImpl.getImportsDeclarations() |
Copyright © 2016 The University of Manchester. All Rights Reserved.