| Interface | Description |
|---|---|
| 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 | |
| BOMSafeInputStream | Deprecated
this class was introduced in 3.5.1 as a stopgap, to allow for
handling of BOM prepended streams without introducing a
dependency on Apache Commons, which has better clases for this.
|
| DefaultOntologyFormat | |
| 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.
|
| IOProperties | |
| IRIDocumentSource | |
| OWLFunctionalSyntaxOntologyFormat | |
| OWLParserFactoryRegistry |
The
OWLParserFactoryRegistry provides a central point for the
registration of parser factories that create parsers to parse OWL ontologies. |
| OWLXMLOntologyFormat | |
| RDFLiteral | |
| RDFNode | |
| RDFOntologyFormat | |
| RDFParserMetaData | |
| RDFResource | |
| RDFResourceParseError |
Describes why an RDF resource could not be parsed into an
OWLObject. |
| RDFTriple | |
| RDFXMLOntologyFormat | |
| ReaderDocumentSource |
An ontology document source which reads an ontology from a reader.
|
| StreamDocumentSource |
An ontology document source which can read from a stream.
|
| 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.
|
| 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.
|
| OWLParserIOException |
Describes a parse exception which was caused by an
IOException. |
| OWLParserSAXException |
Many of the various OWL document formats are written in XML.
|
| OWLParserURISyntaxException | |
| OWLRendererException | |
| OWLRendererIOException | |
| UnparsableOntologyException |
A class that describes how ontology parsing failed.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.