org.coode.owlapi.manchesterowlsyntax
Class ManchesterOWLSyntaxInlineAxiomParser

java.lang.Object
  extended by org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxInlineAxiomParser
All Implemented Interfaces:
OWLExpressionParser<OWLAxiom>

public class ManchesterOWLSyntaxInlineAxiomParser
extends java.lang.Object
implements OWLExpressionParser<OWLAxiom>

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-May-2009


Constructor Summary
ManchesterOWLSyntaxInlineAxiomParser(OWLDataFactory dataFactory, OWLEntityChecker checker)
           
 
Method Summary
 OWLAxiom parse(java.lang.String expression)
           
 void setOWLEntityChecker(OWLEntityChecker entityChecker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManchesterOWLSyntaxInlineAxiomParser

public ManchesterOWLSyntaxInlineAxiomParser(OWLDataFactory dataFactory,
                                            OWLEntityChecker checker)
Method Detail

setOWLEntityChecker

public void setOWLEntityChecker(OWLEntityChecker entityChecker)
Specified by:
setOWLEntityChecker in interface OWLExpressionParser<OWLAxiom>

parse

public OWLAxiom parse(java.lang.String expression)
               throws ParserException
Specified by:
parse in interface OWLExpressionParser<OWLAxiom>
Throws:
ParserException