| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFParserMetaData |
| Modifier and Type | Method and Description |
|---|---|
Optional<OWLOntologyLoaderMetaData> |
OWLDocumentFormatImpl.getOntologyLoaderMetaData() |
Optional<OWLOntologyLoaderMetaData> |
OWLDocumentFormat.getOntologyLoaderMetaData()
If this format describes an ontology that was loaded from some ontology document (rather than
created programmatically) there may be some meta data about the loading process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLDocumentFormatImpl.setOntologyLoaderMetaData(OWLOntologyLoaderMetaData loaderMetaData) |
void |
OWLDocumentFormat.setOntologyLoaderMetaData(OWLOntologyLoaderMetaData loaderMetaData)
Sets the meta data for the ontology loader.
|
Copyright © 2019 The University of Manchester. All rights reserved.