| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Method and Description |
|---|---|
protected InputSource |
AbstractOWLParser.getInputSource(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config) |
protected InputStream |
AbstractOWLParser.getInputStream(IRI documentIRI,
OWLOntologyLoaderConfiguration config)
A convenience method that obtains an input stream from a URI.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.addIgnoredImport(IRI ontologyDocumentIRI)
Adds an ontology document IRI to the list of ontology imports that will be ignored during ontology loading.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.clearIgnoredImports()
Clears all ontology document IRIs from the list of ignored ontology document IRIs.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.removeIgnoredImport(IRI ontologyDocumentIRI)
Removes an ontology document IRI from the list of ontology imports that will be ignored during ontology loading.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setFollowRedirects(boolean value) |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setLoadAnnotationAxioms(boolean b)
Specifies whether or not annotation axioms (instances of
OWLAnnotationAxiom) should be loaded or
whether they should be discarded on
loading. |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setMissingImportHandlingStrategy(MissingImportHandlingStrategy missingImportHandlingStrategy)
Sets the strategy that is used for missing imports handling.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setMissingOntologyHeaderStrategy(OWLOntologyLoaderConfiguration.MissingOntologyHeaderStrategy missingOntologyHeaderStrategy) |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setStrict(boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config)
A convenience method that load an ontology from an input source with specified configuration.
|
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration)
Creates and loads an
OWLOntology. |
void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration,
OWLOntologyLoaderConfiguration configuration)
Requests that the manager loads an imported ontology that is described by an imports statement.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.