org.coode.owlapi.rdfxml.parser
Class TPHasKeyHandler

java.lang.Object
  extended by org.coode.owlapi.rdfxml.parser.AbstractTripleHandler
      extended by org.coode.owlapi.rdfxml.parser.AbstractResourceTripleHandler
          extended by org.coode.owlapi.rdfxml.parser.TriplePredicateHandler
              extended by org.coode.owlapi.rdfxml.parser.TPHasKeyHandler

public class TPHasKeyHandler
extends TriplePredicateHandler

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 02-Feb-2009


Constructor Summary
TPHasKeyHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 boolean canHandleStreaming(IRI subject, IRI predicate, IRI object)
           
 void handleTriple(IRI subject, IRI predicate, IRI object)
           
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.TriplePredicateHandler
canHandle, getPredicateIRI
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.AbstractResourceTripleHandler
isSubjectOrObjectAnonymous
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.AbstractTripleHandler
addAxiom, consumeTriple, consumeTriple, getConsumer, getDataFactory, getPendingAnnotations, isAnonymous, translateClassExpression, translateDataProperty, translateDataRange, translateIndividual, translateObjectProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPHasKeyHandler

public TPHasKeyHandler(OWLRDFConsumer consumer)
Method Detail

canHandleStreaming

public boolean canHandleStreaming(IRI subject,
                                  IRI predicate,
                                  IRI object)
Specified by:
canHandleStreaming in class AbstractResourceTripleHandler

handleTriple

public void handleTriple(IRI subject,
                         IRI predicate,
                         IRI object)
                  throws UnloadableImportException
Specified by:
handleTriple in class AbstractResourceTripleHandler
Throws:
UnloadableImportException