org.coode.owlapi.owlxmlparser
Class OWLFunctionalDataPropertyAxiomElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owlapi.owlxmlparser.AbstractOWLPropertyCharacteristicAxiomElementHandler<OWLDataPropertyExpression>
              extended by org.coode.owlapi.owlxmlparser.OWLFunctionalDataPropertyAxiomElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>

public class OWLFunctionalDataPropertyAxiomElementHandler
extends AbstractOWLPropertyCharacteristicAxiomElementHandler<OWLDataPropertyExpression>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006


Constructor Summary
OWLFunctionalDataPropertyAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLAxiom createPropertyCharacteristicAxiom()
           
 void handleChild(OWLDataPropertyElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLPropertyCharacteristicAxiomElementHandler
createAxiom, getProperty, setProperty
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, handleChild, setAxiom, startElement
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler
attribute, getAbbreviatedIRI, getColumnNumber, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLFunctionalDataPropertyAxiomElementHandler

public OWLFunctionalDataPropertyAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(OWLDataPropertyElementHandler handler)
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>

createPropertyCharacteristicAxiom

protected OWLAxiom createPropertyCharacteristicAxiom()
                                              throws OWLXMLParserException
Specified by:
createPropertyCharacteristicAxiom in class AbstractOWLPropertyCharacteristicAxiomElementHandler<OWLDataPropertyExpression>
Throws:
OWLXMLParserException