Package org.semanticweb.owlapi.io
@ParametersAreNonnullByDefault
package org.semanticweb.owlapi.io
Ontology parsing and saving classes.
-
ClassDescriptionA 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.Static methods from AbstractOWLParser.A convenience class which will prepare an input source from a file.AnOWLOntologyDocumentTarget
that supports writing out to aFile
.An ontology document source which can read from a GZIP File.An ontology document target which can write to a GZIP File.An ontology document source which can read from a GZIP stream.An ontology document target which can write to a GZIP stream.A general purpose interface, implementations of which can be used to renderer OWL objects (e.g.Indicates anIOException
happened during ontology creation.A document source provides a point for loading an ontology.Base class for OWLOntologyDocumentSource.Specifies an interface that provides a pointer to an ontology document where an ontology can be stored.AnOWLOntologyStorageException
that was caused by anIOException
.AnOWLParser
parses an ontology document and adds the axioms of the parsed ontology to theOWLOntology
object passed to theparse
methods.Indicates that a parse error happened when trying to parse an ontology.An object that can create anOWLParser
.Generic parser factory.Anonymous node implementation.IRI node implementation.Describes why an RDF resource could not be parsed into anOWLObject
.An ontology document source which reads an ontology from a reader.An ontology document source which can read from a stream.Base class for common utilities among stream, reader and file input sources.An ontology input source that wraps a string.An output target that will output an ontology toSystem.out
.A utility class which can be used by implementations to provide a toString rendering of OWL API objects.A class that describes how ontology parsing failed.This class contains various methods for checking QNames, NCNames etc.An ontology document source which can read from a XZ (LZMA) compressed File.An ontology document target which can write to a XZ File.An ontology document source which can read from a XZ stream.An ontology document target which can write to a XZ stream.