This package provides functionality for parsing OIL ontologies.
© The University of Manchester, 2001.

Package Specification

This package provides classes which will parse OIL ontologies. The principle is reasonably simple. A single interface {@link Parser Parser} provides methods for parsing from a {@link java.io.Reader Reader} or a {@link java.net.URL URL}. Implementors of this interface can then be plugged in at startup (or even dynamically if necessary). Sub-packages will provide parsers for different languages. @author Sean Bechhofer (seanb@cs.man.ac.uk)