org.coode.owlapi.rdfxml.parser
Class TypeSWRLImpHandler

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.BuiltInTypeHandler
                  extended by org.coode.owlapi.rdfxml.parser.TypeSWRLImpHandler

public class TypeSWRLImpHandler
extends BuiltInTypeHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Feb-2007


Constructor Summary
TypeSWRLImpHandler(OWLRDFConsumer consumer)
           
 
Method Summary
 void handleTriple(IRI subject, IRI predicate, IRI object)
           
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.BuiltInTypeHandler
canHandle, canHandleStreaming, getTypeIRI
 
Methods inherited from class org.coode.owlapi.rdfxml.parser.TriplePredicateHandler
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

TypeSWRLImpHandler

public TypeSWRLImpHandler(OWLRDFConsumer consumer)
Method Detail

handleTriple

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