org.coode.owl.rdfxml.parser
Class TPDifferentFromHandler

java.lang.Object
  extended by org.coode.owl.rdfxml.parser.AbstractTripleHandler
      extended by org.coode.owl.rdfxml.parser.AbstractResourceTripleHandler
          extended by org.coode.owl.rdfxml.parser.TriplePredicateHandler
              extended by org.coode.owl.rdfxml.parser.TPDifferentFromHandler

public class TPDifferentFromHandler
extends TriplePredicateHandler

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


Constructor Summary
TPDifferentFromHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 boolean canHandleStreaming(java.net.URI subject, java.net.URI predicate, java.net.URI object)
           
 void handleTriple(java.net.URI subject, java.net.URI predicate, java.net.URI object)
           
 
Methods inherited from class org.coode.owl.rdfxml.parser.TriplePredicateHandler
canHandle, getPredicateURI
 
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

TPDifferentFromHandler

public TPDifferentFromHandler(OWLRDFConsumer consumer)
Method Detail

canHandleStreaming

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

handleTriple

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