| Package | Description |
|---|---|
| org.coode.owlapi.manchesterowlsyntax | |
| org.semanticweb.owlapi | |
| org.semanticweb.owlapi.dlsyntax.parser | |
| org.semanticweb.owlapi.functional.parser | |
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.krss1.parser | |
| org.semanticweb.owlapi.krss2.parser | |
| org.semanticweb.owlapi.manchestersyntax.parser | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.oboformat | |
| org.semanticweb.owlapi.owlxml.parser | |
| org.semanticweb.owlapi.rdf.rdfxml.parser | |
| org.semanticweb.owlapi.rdf.turtle.parser | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| Constructor and Description |
|---|
ManchesterOWLSyntaxEditorParser(OWLOntologyLoaderConfiguration configuration,
OWLDataFactory dataFactory,
String s)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
OWLAPIConfigProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
ManchesterOWLSyntaxParser |
OWLAPIParsersModule.provideManchesterSyntaxParser(OWLDataFactory df,
com.google.inject.Provider<OWLOntologyLoaderConfiguration> provider) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
DLSyntaxOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLFunctionalSyntaxOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology. |
| Constructor and Description |
|---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
KRSSOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
KRSS2OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
ManchesterOWLSyntaxParserImpl.getOntologyLoaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
void |
ManchesterOWLSyntaxParserImpl.setOntologyLoaderConfiguration(OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxParserImpl.setOntologyLoaderConfigurationProvider(javax.inject.Provider<OWLOntologyLoaderConfiguration> provider) |
| Constructor and Description |
|---|
ManchesterOWLSyntaxParserImpl(javax.inject.Provider<OWLOntologyLoaderConfiguration> configurationProvider,
OWLDataFactory dataFactory) |
| 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 |
HasOntologyLoaderConfiguration.getOntologyLoaderConfiguration() |
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.setAcceptingHTTPCompression(boolean b) |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setConnectionTimeout(int l) |
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.setPriorityCollectionSorting(PriorityCollectionSorting sorting)
Set the priorty collection sorting option.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setReportStackTraces(boolean b)
Set the value for the report stack traces flag.
|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setRetriesToAttempt(int retries) |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setStrict(boolean strict) |
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setTreatDublinCoreAsBuiltIn(boolean value) |
| 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(OWLOntologyManager manager,
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.
|
void |
HasOntologyLoaderConfiguration.setOntologyLoaderConfiguration(OWLOntologyLoaderConfiguration config)
Sets the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasOntologyLoaderConfigurationProvider.setOntologyLoaderConfigurationProvider(javax.inject.Provider<OWLOntologyLoaderConfiguration> provider)
Sets the configuration provider.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OBOFormatOWLAPIParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
RDFXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Constructor and Description |
|---|
OWLRDFConsumer(OWLOntology ontology,
AnonymousNodeChecker checker,
OWLOntologyLoaderConfiguration configuration)
Instantiates a new oWLRDF consumer.
|
OWLRDFConsumer(OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Instantiates a new oWLRDF consumer.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
TurtleOntologyParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Constructor and Description |
|---|
OWLRDFConsumerAdapter(OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
OWLOntologyManagerImpl.getOntologyLoaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
OWLOntologyManagerImpl.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration conf) |
OWLOntology |
OWLOntologyFactoryImpl.loadOWLOntology(OWLOntologyManager manager,
OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration) |
void |
OWLOntologyManagerImpl.makeLoadImportRequest(OWLImportsDeclaration declaration,
OWLOntologyLoaderConfiguration configuration) |
void |
OWLOntologyManagerImpl.setOntologyLoaderConfiguration(OWLOntologyLoaderConfiguration newConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.setOntologyLoaderConfigurationProvider(javax.inject.Provider<OWLOntologyLoaderConfiguration> provider) |
Copyright © 2016 The University of Manchester. All Rights Reserved.