org.coode.owlapi.owlxmlparser
Class AbstractOWLPropertyCharacteristicAxiomElementHandler<P extends OWLObject>

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<P>
All Implemented Interfaces:
OWLElementHandler<OWLAxiom>
Direct Known Subclasses:
AbstractOWLObjectPropertyCharacteristicAxiomElementHandler, OWLFunctionalDataPropertyAxiomElementHandler

public abstract class AbstractOWLPropertyCharacteristicAxiomElementHandler<P extends OWLObject>
extends AbstractOWLAxiomElementHandler

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


Constructor Summary
AbstractOWLPropertyCharacteristicAxiomElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLAxiom createAxiom()
           
protected abstract  OWLAxiom createPropertyCharacteristicAxiom()
           
protected  P getProperty()
           
 void setProperty(P property)
           
 
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, handleChild, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOWLPropertyCharacteristicAxiomElementHandler

public AbstractOWLPropertyCharacteristicAxiomElementHandler(OWLXMLParserHandler handler)
Method Detail

setProperty

public void setProperty(P property)

getProperty

protected P getProperty()

createAxiom

protected final OWLAxiom createAxiom()
                              throws OWLXMLParserException
Specified by:
createAxiom in class AbstractOWLAxiomElementHandler
Throws:
OWLXMLParserException

createPropertyCharacteristicAxiom

protected abstract OWLAxiom createPropertyCharacteristicAxiom()
                                                       throws OWLXMLParserException
Throws:
OWLXMLParserException