| Package | Description |
|---|---|
| org.coode.owlapi.manchesterowlsyntax |
Manchester syntax compatibility package.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.utilities | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Constructor and Description |
|---|
ManchesterOWLSyntaxEditorParser(OntologyConfigurator configuration,
OWLDataFactory dataFactory,
String s)
Deprecated.
|
| Constructor and Description |
|---|
ManchesterOWLSyntaxParserImpl(OntologyConfigurator configurationProvider,
OWLDataFactory dataFactory) |
| 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 priority 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) |
| Modifier and Type | Method and Description |
|---|---|
OntologyConfigurator |
OWLOntologyManagerImpl.getOntologyConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.setOntologyConfigurator(OntologyConfigurator configurator) |
Copyright © 2020 The University of Manchester. All rights reserved.