org.coode.owl.owlxmlparser
Class AbstractOWLObjectPropertyAssertionAxiomElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owl.owlxmlparser.AbstractOWLAssertionAxiomElementHandler<OWLObjectPropertyExpression,OWLIndividual>
              extended by org.coode.owl.owlxmlparser.AbstractOWLObjectPropertyAssertionAxiomElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>
Direct Known Subclasses:
OWLNegativeObjectPropertyAssertionAxiomElementHandler, OWLObjectPropertyAssertionAxiomElementHandler

public abstract class AbstractOWLObjectPropertyAssertionAxiomElementHandler
extends AbstractOWLAssertionAxiomElementHandler<OWLObjectPropertyExpression,OWLIndividual>

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


Constructor Summary
AbstractOWLObjectPropertyAssertionAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void handleChild(AbstractOWLObjectPropertyElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLAssertionAxiomElementHandler
getObject, getProperty, getSubject, setObject, setProperty, setSubject
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, handleChild, setAxiom, startElement
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
attribute, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOWLObjectPropertyAssertionAxiomElementHandler

public AbstractOWLObjectPropertyAssertionAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

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

handleChild

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