org.coode.owl.rdfxml.parser
Class GTPAnnotationLiteralHandler

java.lang.Object
  extended by org.coode.owl.rdfxml.parser.AbstractTripleHandler
      extended by org.coode.owl.rdfxml.parser.AbstractLiteralTripleHandler
          extended by org.coode.owl.rdfxml.parser.GTPAnnotationLiteralHandler

public class GTPAnnotationLiteralHandler
extends AbstractLiteralTripleHandler

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


Constructor Summary
GTPAnnotationLiteralHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 boolean canHandle(java.net.URI subject, java.net.URI predicate, OWLConstant object)
           
 boolean canHandleStreaming(java.net.URI subject, java.net.URI predicate, OWLConstant object)
           
 void handleTriple(java.net.URI subject, java.net.URI predicate, OWLConstant object)
           
 
Methods inherited from class org.coode.owl.rdfxml.parser.AbstractTripleHandler
getConsumer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTPAnnotationLiteralHandler

public GTPAnnotationLiteralHandler(OWLRDFConsumer consumer)
Method Detail

canHandleStreaming

public boolean canHandleStreaming(java.net.URI subject,
                                  java.net.URI predicate,
                                  OWLConstant object)
                           throws OWLException
Specified by:
canHandleStreaming in class AbstractLiteralTripleHandler
Throws:
OWLException

canHandle

public boolean canHandle(java.net.URI subject,
                         java.net.URI predicate,
                         OWLConstant object)
                  throws OWLException
Specified by:
canHandle in class AbstractLiteralTripleHandler
Throws:
OWLException

handleTriple

public void handleTriple(java.net.URI subject,
                         java.net.URI predicate,
                         OWLConstant object)
                  throws OWLException
Specified by:
handleTriple in class AbstractLiteralTripleHandler
Throws:
OWLException