org.coode.owlapi.owlxmlparser
Class OWLAsymmetricObjectPropertyElementHandler

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<OWLObjectPropertyExpression>
              extended by org.coode.owlapi.owlxmlparser.AbstractOWLObjectPropertyCharacteristicAxiomElementHandler
                  extended by org.coode.owlapi.owlxmlparser.OWLAsymmetricObjectPropertyElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>

public class OWLAsymmetricObjectPropertyElementHandler
extends AbstractOWLObjectPropertyCharacteristicAxiomElementHandler

Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 07-Sep-2008


Constructor Summary
OWLAsymmetricObjectPropertyElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLAxiom createPropertyCharacteristicAxiom()
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLObjectPropertyCharacteristicAxiomElementHandler
handleChild
 
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

OWLAsymmetricObjectPropertyElementHandler

public OWLAsymmetricObjectPropertyElementHandler(OWLXMLParserHandler handler)
Method Detail

createPropertyCharacteristicAxiom

protected OWLAxiom createPropertyCharacteristicAxiom()
Specified by:
createPropertyCharacteristicAxiom in class AbstractOWLPropertyCharacteristicAxiomElementHandler<OWLObjectPropertyExpression>