org.coode.owlapi.rdfxml.parser
Class TPFirstLiteralHandler

java.lang.Object
  extended by org.coode.owlapi.rdfxml.parser.AbstractTripleHandler
      extended by org.coode.owlapi.rdfxml.parser.AbstractLiteralTripleHandler
          extended by org.coode.owlapi.rdfxml.parser.TPFirstLiteralHandler

public class TPFirstLiteralHandler
extends AbstractLiteralTripleHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Jan-2007


Constructor Summary
TPFirstLiteralHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 boolean canHandle(IRI subject, IRI predicate, OWLLiteral object)
           
 boolean canHandleStreaming(IRI subject, IRI predicate, OWLLiteral object)
           
 void handleTriple(IRI subject, IRI predicate, OWLLiteral object)
           
 
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

TPFirstLiteralHandler

public TPFirstLiteralHandler(OWLRDFConsumer consumer)
Method Detail

canHandle

public boolean canHandle(IRI subject,
                         IRI predicate,
                         OWLLiteral object)
Specified by:
canHandle in class AbstractLiteralTripleHandler

canHandleStreaming

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

handleTriple

public void handleTriple(IRI subject,
                         IRI predicate,
                         OWLLiteral object)
                  throws OWLOntologyChangeException
Specified by:
handleTriple in class AbstractLiteralTripleHandler
Throws:
OWLOntologyChangeException