Class ManchesterOWLSyntaxClassExpressionParser
java.lang.Object
org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser
org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxClassExpressionParser
- All Implemented Interfaces:
org.semanticweb.owlapi.expression.OWLExpressionParser<org.semanticweb.owlapi.model.OWLClassExpression>
@Deprecated
public class ManchesterOWLSyntaxClassExpressionParser
extends org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser
Deprecated.
An expression parser that parses class expressions written in the Manchester
OWL Syntax.
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group, Date: 13-Sep-2007
-
Constructor Summary
ConstructorsConstructorDescriptionManchesterOWLSyntaxClassExpressionParser(org.semanticweb.owlapi.model.OWLDataFactory dataFactory, org.semanticweb.owlapi.expression.OWLEntityChecker checker) Deprecated. -
Method Summary
Methods inherited from class org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser
parse, setOWLEntityChecker
-
Constructor Details
-
ManchesterOWLSyntaxClassExpressionParser
public ManchesterOWLSyntaxClassExpressionParser(org.semanticweb.owlapi.model.OWLDataFactory dataFactory, org.semanticweb.owlapi.expression.OWLEntityChecker checker) Deprecated.- Parameters:
dataFactory- dataFactorychecker- checker
-
ManchesterOWLSyntaxClassExpressionParser