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