org.coode.owl.rdfxml.parser
Class GTPDataPropertyAssertionHandler
java.lang.Object
org.coode.owl.rdfxml.parser.AbstractTripleHandler
org.coode.owl.rdfxml.parser.AbstractLiteralTripleHandler
org.coode.owl.rdfxml.parser.GTPDataPropertyAssertionHandler
public class GTPDataPropertyAssertionHandler
- extends AbstractLiteralTripleHandler
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Dec-2006
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GTPDataPropertyAssertionHandler
public GTPDataPropertyAssertionHandler(OWLRDFConsumer consumer)
canHandle
public boolean canHandle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
throws OWLException
- Specified by:
canHandle
in class AbstractLiteralTripleHandler
- Throws:
OWLException
canHandleStreaming
public boolean canHandleStreaming(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
throws OWLException
- Specified by:
canHandleStreaming
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