org.semanticweb.owl.expression
Interface OWLExpressionParser<O>
- All Known Subinterfaces:
- OWLDescriptionParser
public interface OWLExpressionParser<O>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Sep-2007
A general purpose interface which provides the ability to
parse some expression into some kind of object.
setOWLEntityChecker
void setOWLEntityChecker(OWLEntityChecker entityChecker)
parse
O parse(java.lang.String expression)
throws ParserException
- Throws:
ParserException