org.coode.owlapi.owlxmlparser
Class AbstractOWLDataPropertyAssertionAxiomElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owlapi.owlxmlparser.AbstractOWLAssertionAxiomElementHandler<OWLDataPropertyExpression,OWLLiteral>
              extended by org.coode.owlapi.owlxmlparser.AbstractOWLDataPropertyAssertionAxiomElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>
Direct Known Subclasses:
OWLDataPropertyAssertionAxiomElementHandler, OWLNegativeDataPropertyAssertionAxiomElementHandler

public abstract class AbstractOWLDataPropertyAssertionAxiomElementHandler
extends AbstractOWLAssertionAxiomElementHandler<OWLDataPropertyExpression,OWLLiteral>

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


Constructor Summary
AbstractOWLDataPropertyAssertionAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void handleChild(OWLAnonymousIndividualElementHandler handler)
           
 void handleChild(OWLDataPropertyElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 void handleChild(OWLLiteralElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLAssertionAxiomElementHandler
getObject, getProperty, getSubject, setObject, setProperty, setSubject
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLAxiomElementHandler
createAxiom, 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, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOWLDataPropertyAssertionAxiomElementHandler

public AbstractOWLDataPropertyAssertionAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

public void handleChild(OWLAnonymousIndividualElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLElementHandler<OWLAxiom>
Overrides:
handleChild in class AbstractOWLElementHandler<OWLAxiom>
Throws:
OWLXMLParserException

handleChild

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

handleChild

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

handleChild

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