| Interface | Description |
|---|---|
| LegacyOWLParserFactory |
Wrapper interface for legacy parsers.
|
| OWLObjectRenderer |
A general purpose interface, implementations of which can be used to renderer
OWL objects (e.g.
|
| OWLOntologyDocumentSource |
A document source provides a point for loading an ontology.
|
| OWLOntologyDocumentTarget |
Specifies an interface that provides a pointer to an ontology document where
an ontology can be stored.
|
| OWLOntologyLoaderMetaData | |
| OWLParser |
An
OWLParser parses an ontology document and adds the axioms of the
parsed ontology to the OWLOntology object passed to the parse
methods. |
| OWLParserFactory |
An object that can create an
OWLParser. |
| OWLRenderer |
| Class | Description |
|---|---|
| AbstractOWLParser |
A convenience base class for parsers, which provides a mechanism to manage
the setting and getting of the
OWLOntologyManager that should be
associated with the parser. |
| AbstractOWLRenderer | |
| AnonymousIndividualProperties |
Settings for anonymous individual treatment.
|
| FileDocumentSource |
A convenience class which will prepare an input source from a file.
|
| FileDocumentTarget |
An
OWLOntologyDocumentTarget that supports writing out to a
File. |
| GZipFileDocumentSource |
An ontology document source which can read from a GZIP File.
|
| GZipFileDocumentTarget |
An ontology document target which can write to a GZIP File.
|
| GZipStreamDocumentSource |
An ontology document source which can read from a GZIP stream.
|
| GZipStreamDocumentTarget |
An ontology document target which can write to a GZIP stream.
|
| IRIDocumentSource | |
| OWLOntologyDocumentSourceBase |
Base class for OWLOntologyDocumentSource.
|
| OWLParserFactoryImpl |
Generic parser factory.
|
| RDFLiteral | |
| RDFNode | |
| RDFParserMetaData | |
| RDFResource | |
| RDFResourceBlankNode |
Anonymous node implementation
|
| RDFResourceIRI |
IRI node implementation
|
| RDFResourceParseError |
Describes why an RDF resource could not be parsed into an
OWLObject. |
| RDFTriple | |
| ReaderDocumentSource |
An ontology document source which reads an ontology from a reader.
|
| StreamDocumentSource |
An ontology document source which can read from a stream.
|
| StreamDocumentSourceBase |
Base class for common utilities among stream, reader and file input sources.
|
| StreamDocumentTarget | |
| StringDocumentSource |
An ontology input source that wraps a string.
|
| StringDocumentTarget | |
| SystemOutDocumentTarget |
An output target that will output an ontology to
System.out. |
| ToStringRenderer |
A utility class which can be used by implementations to provide a toString
rendering of OWL API objects.
|
| WriterDocumentTarget | |
| XMLUtils |
This class contains various methods for checking QNames, NCNames etc.
|
| XZFileDocumentSource |
An ontology document source which can read from a XZ (LZMA) compressed File.
|
| XZFileDocumentTarget |
An ontology document target which can write to a XZ File.
|
| XZStreamDocumentSource |
An ontology document source which can read from a XZ stream.
|
| XZStreamDocumentTarget |
An ontology document target which can write to a XZ stream.
|
| ZipDocumentTarget |
| Enum | Description |
|---|---|
| RDFOntologyHeaderStatus |
| Exception | Description |
|---|---|
| OntologyIRIMappingNotFoundException | |
| OWLOntologyCreationIOException |
Indicates an
IOException happened during ontology creation. |
| OWLOntologyInputSourceException | |
| OWLOntologyStorageIOException |
An
OWLOntologyStorageException that was caused by an IOException. |
| OWLParserException |
Indicates that a parse error happened when trying to parse an ontology.
|
| OWLRendererException | |
| OWLRendererIOException | |
| UnparsableOntologyException |
A class that describes how ontology parsing failed.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.