Package org.semanticweb.owl.io

Support for input and output of OWL models.

See:
          Description

Interface Summary
Options Interface for things that can have options set and unset.
Parser Parse some concrete representation into an OWL data structure.
Renderer Render an OWL data structure using an appropriate concrete representation.
ShortFormProvider A number of renderers rely on being able to print out shortened forms of URLs, in general using namespace definitions.
 

Exception Summary
ParserException ParserException.java Created: Thu Dec 19 15:57:01 2002
RendererException RendererException.java Created: Thu Dec 19 15:57:01 2002
 

Package org.semanticweb.owl.io Description

Support for input and output of OWL models.
© The University of Manchester, 2002.

Package Specification

This package provides a collection of interface definitions that provide IO for OWL ontologies. These can be broken down into Parsers and Renderers, where a Parser provides functionality for reading OWL ontologies from some concrete syntax and a Renderer provides functionality for writing OWL ontologies out in some concrete representation.



WonderWeb