| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.functional.parser |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| 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 |
|---|---|
OWLImportsDeclaration |
OWLFunctionalSyntaxParser.ImportsDeclaration() |
| 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 |
|---|---|
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.
|
| 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 |
|---|---|
Stream<OWLImportsDeclaration> |
Internals.getImportsDeclarations() |
Stream<OWLImportsDeclaration> |
OWLImmutableOntologyImpl.importsDeclarations() |
| 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() |
Stream<OWLImportsDeclaration> |
ConcurrentOWLOntologyImpl.importsDeclarations() |
Copyright © 2017 The University of Manchester. All rights reserved.