O
- the kind of parsed expressionOWLClassExpressionParser
ManchesterOWLSyntaxClassExpressionParser
, ManchesterOWLSyntaxClassFrameParser
, ManchesterOWLSyntaxFramesParser
, ManchesterOWLSyntaxInlineAxiomParser
public interface OWLExpressionParser<O>
Modifier and Type | Method | 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 © 2018 The University of Manchester. All rights reserved.