org.coode.owl.owlxmlparser
Class OWLEntityAnnotationElementHandler
java.lang.Object
org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
org.coode.owl.owlxmlparser.OWLEntityAnnotationElementHandler
- All Implemented Interfaces:
- OWLElementHandler<OWLAxiom>
public class OWLEntityAnnotationElementHandler
- extends AbstractOWLAxiomElementHandler
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Mar-2007
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLEntityAnnotationElementHandler
public OWLEntityAnnotationElementHandler(OWLXMLParserHandler handler)
handleChild
public void handleChild(OWLAnnotationElementHandler handler)
- Specified by:
handleChild
in interface OWLElementHandler<OWLAxiom>
- Overrides:
handleChild
in class AbstractOWLAxiomElementHandler
handleChild
public void handleChild(OWLIndividualElementHandler handler)
- Specified by:
handleChild
in interface OWLElementHandler<OWLAxiom>
- Overrides:
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
handleChild
public void handleChild(AbstractOWLDescriptionElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild
in interface OWLElementHandler<OWLAxiom>
- Overrides:
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(AbstractOWLObjectPropertyElementHandler handler)
throws OWLXMLParserException
- Specified by:
handleChild
in interface OWLElementHandler<OWLAxiom>
- Overrides:
handleChild
in class AbstractOWLElementHandler<OWLAxiom>
- Throws:
OWLXMLParserException
handleChild
public void handleChild(OWLDataPropertyElementHandler handler)
- Specified by:
handleChild
in interface OWLElementHandler<OWLAxiom>
- Overrides:
handleChild
in class AbstractOWLElementHandler<OWLAxiom>