org.coode.owlapi.owlxmlparser
Class SWRLObjectPropertyAtomElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<SWRLAtom>
      extended by org.coode.owlapi.owlxmlparser.SWRLAtomElementHandler
          extended by org.coode.owlapi.owlxmlparser.SWRLObjectPropertyAtomElementHandler
All Implemented Interfaces:
OWLElementHandler<SWRLAtom>

public class SWRLObjectPropertyAtomElementHandler
extends SWRLAtomElementHandler

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 08-Oct-2009


Constructor Summary
SWRLObjectPropertyAtomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
 void handleChild(AbstractOWLObjectPropertyElementHandler handler)
           
 void handleChild(OWLIndividualElementHandler handler)
           
 void handleChild(SWRLVariableElementHandler handler)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.SWRLAtomElementHandler
getOWLObject, setAtom
 
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, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWRLObjectPropertyAtomElementHandler

public SWRLObjectPropertyAtomElementHandler(OWLXMLParserHandler handler)
Method Detail

handleChild

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

handleChild

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

handleChild

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

endElement

public void endElement()
                throws OWLParserException,
                       UnloadableImportException
Throws:
OWLParserException
UnloadableImportException