org.coode.owl.owlxmlparser
Class OWLDisjointObjectPropertiesAxiomElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      extended by org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
          extended by org.coode.owl.owlxmlparser.AbstractOperandAxiomElementHandler<OWLObjectPropertyExpression>
              extended by org.coode.owl.owlxmlparser.AbstractOWLObjectPropertyOperandAxiomElementHandler
                  extended by org.coode.owl.owlxmlparser.OWLDisjointObjectPropertiesAxiomElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>

public class OWLDisjointObjectPropertiesAxiomElementHandler
extends AbstractOWLObjectPropertyOperandAxiomElementHandler

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


Constructor Summary
OWLDisjointObjectPropertiesAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLObjectPropertyOperandAxiomElementHandler
handleChild
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOperandAxiomElementHandler
startElement
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
endElement, getAnnotations, getOWLObject, handleChild, setAxiom
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
attribute, getText, handleChars, handleChild, 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

OWLDisjointObjectPropertiesAxiomElementHandler

public OWLDisjointObjectPropertiesAxiomElementHandler(OWLXMLParserHandler handler)