| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.utilities |
| Modifier and Type | Method and Description |
|---|---|
OntologyConfigurator |
OntologyConfigurator.addIgnoredImport(IRI ontologyDocumentIRI)
Adds an ontology document IRI to the list of ontology imports that will be ignored during
ontology loading.
|
OntologyConfigurator |
OntologyConfigurator.clearIgnoredImports()
Clears all ontology document IRIs from the list of ignored ontology document IRIs.
|
OntologyConfigurator |
HasOntologyConfigurator.getOntologyConfigurator() |
OntologyConfigurator |
OntologyConfigurator.removeIgnoredImport(IRI ontologyDocumentIRI)
Removes an ontology document IRI from the list of ontology imports that will be ignored
during ontology loading.
|
OntologyConfigurator |
OntologyConfigurator.setAcceptingHTTPCompression(boolean b) |
OntologyConfigurator |
OntologyConfigurator.setConnectionTimeout(int l) |
OntologyConfigurator |
OntologyConfigurator.setFollowRedirects(boolean value) |
OntologyConfigurator |
OntologyConfigurator.setLoadAnnotationAxioms(boolean b)
Specifies whether or not annotation axioms (instances of
OWLAnnotationAxiom) should
be loaded or whether they should be discarded on loading. |
OntologyConfigurator |
OntologyConfigurator.setMissingImportHandlingStrategy(MissingImportHandlingStrategy strategy)
Sets the strategy that is used for missing imports handling.
|
OntologyConfigurator |
OntologyConfigurator.setMissingOntologyHeaderStrategy(MissingOntologyHeaderStrategy strategy) |
OntologyConfigurator |
OntologyConfigurator.setPriorityCollectionSorting(PriorityCollectionSorting sorting)
Set the priorty collection sorting option.
|
OntologyConfigurator |
OntologyConfigurator.setReportStackTraces(boolean b)
Set the value for the report stack traces flag.
|
OntologyConfigurator |
OntologyConfigurator.setRetriesToAttempt(int retries) |
OntologyConfigurator |
OntologyConfigurator.setStrict(boolean strict) |
OntologyConfigurator |
OntologyConfigurator.setTreatDublinCoreAsBuiltIn(boolean value) |
OntologyConfigurator |
OntologyConfigurator.withBannedParsers(String ban) |
OntologyConfigurator |
OntologyConfigurator.withBannersEnabled(boolean label) |
OntologyConfigurator |
OntologyConfigurator.withIndenting(boolean indent) |
OntologyConfigurator |
OntologyConfigurator.withIndentSize(int indent) |
OntologyConfigurator |
OntologyConfigurator.withLabelsAsBanner(boolean label) |
OntologyConfigurator |
OntologyConfigurator.withRemapAllAnonymousIndividualsIds(boolean b) |
OntologyConfigurator |
OntologyConfigurator.withRepairIllegalPunnings(boolean b) |
OntologyConfigurator |
OntologyConfigurator.withSaveIdsForAllAnonymousIndividuals(boolean b) |
OntologyConfigurator |
OntologyConfigurator.withUseNamespaceEntities(boolean useEntities) |
| Modifier and Type | Method and Description |
|---|---|
void |
HasOntologyConfigurator.setOntologyConfigurator(OntologyConfigurator configurator) |
| Constructor and Description |
|---|
RemappingIndividualProvider(OntologyConfigurator m,
OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Injector.getImplementation(Class<T> c,
OntologyConfigurator v,
Annotation... qualifiers) |
Copyright © 2018 The University of Manchester. All rights reserved.