org.semanticweb.owlapi.expression
Interface OWLExpressionParser<O>
- All Known Subinterfaces:
- OWLClassExpressionParser
- All Known Implementing Classes:
- ManchesterOWLSyntaxClassExpressionParser, ManchesterOWLSyntaxClassFrameParser, ManchesterOWLSyntaxFramesParser, ManchesterOWLSyntaxInlineAxiomParser
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