Class ManchesterOWLSyntaxClassExpressionParser
java.lang.Object
org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser
- All Implemented Interfaces:
OWLExpressionParser<OWLClassExpression>
public class ManchesterOWLSyntaxClassExpressionParser
extends Object
implements OWLExpressionParser<OWLClassExpression>
An expression parser that parses class expressions written in the Manchester
OWL Syntax.
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
ConstructorsConstructorDescriptionManchesterOWLSyntaxClassExpressionParser
(OWLDataFactory dataFactory, OWLEntityChecker checker) -
Method Summary
-
Constructor Details
-
ManchesterOWLSyntaxClassExpressionParser
public ManchesterOWLSyntaxClassExpressionParser(OWLDataFactory dataFactory, OWLEntityChecker checker) - Parameters:
dataFactory
- dataFactorychecker
- checker
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceOWLExpressionParser<OWLClassExpression>
-
setOWLEntityChecker
- Specified by:
setOWLEntityChecker
in interfaceOWLExpressionParser<OWLClassExpression>
-