public class ManchesterOWLSyntaxClassExpressionParser extends Object implements OWLExpressionParser<org.semanticweb.owlapi.model.OWLClassExpression>
| Constructor and Description |
|---|
ManchesterOWLSyntaxClassExpressionParser(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
OWLEntityChecker checker) |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLClassExpression |
parse(String expression) |
void |
setOWLEntityChecker(OWLEntityChecker checker) |
public ManchesterOWLSyntaxClassExpressionParser(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
OWLEntityChecker checker)
public org.semanticweb.owlapi.model.OWLClassExpression parse(String expression) throws ParserException
parse in interface OWLExpressionParser<org.semanticweb.owlapi.model.OWLClassExpression>expression - the expression to parseParserExceptionpublic void setOWLEntityChecker(OWLEntityChecker checker)
setOWLEntityChecker in interface OWLExpressionParser<org.semanticweb.owlapi.model.OWLClassExpression>checker - the entity checker to useCopyright © 2013 The University of Manchester. All Rights Reserved.