O - the kind of parsed expressionpublic interface OWLExpressionParser<O>
| Modifier and Type | Method and Description |
|---|---|
O |
parse(String expression) |
void |
setOWLEntityChecker(OWLEntityChecker entityChecker) |
void setOWLEntityChecker(@Nonnull OWLEntityChecker entityChecker)
entityChecker - the entity checker to use@Nonnull O parse(@Nonnull String expression)
expression - the expression to parseOWLParserException - parse exceptionCopyright © 2016 The University of Manchester. All Rights Reserved.