| 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 |
FileDocumentSource
A convenience class which will prepare an input source from a file.
|
class |
GZipFileDocumentSource
An ontology document source which can read from a GZIP File.
|
class |
GZipStreamDocumentSource
An ontology document source which can read from a GZIP stream.
|
class |
IRIDocumentSource |
class |
OWLOntologyDocumentSourceBase
Base class for OWLOntologyDocumentSource.
|
class |
ReaderDocumentSource
An ontology document source which reads an ontology from a reader.
|
class |
StreamDocumentSource
An ontology document source which can read from a stream.
|
class |
StreamDocumentSourceBase
Base class for common utilities among stream, reader and file input sources.
|
class |
StringDocumentSource
An ontology input source that wraps a string.
|
class |
XZFileDocumentSource
An ontology document source which can read from a XZ (LZMA) compressed File.
|
class |
XZStreamDocumentSource
An ontology document source which can read from a XZ stream.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLOntologyFactory.canLoad(OWLOntologyDocumentSource documentSource)
Determines if the factory can load an ontology for the specified input
source.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource)
A convenience method that load an ontology from an input source.
|
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. |
Copyright © 2016 The University of Manchester. All Rights Reserved.