public class GTPAnnotationLiteralHandler extends AbstractLiteralTripleHandler
| Constructor and Description |
|---|
GTPAnnotationLiteralHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(IRI subject,
IRI predicate,
OWLLiteral object) |
boolean |
canHandleStreaming(IRI subject,
IRI predicate,
OWLLiteral object) |
void |
handleTriple(IRI subject,
IRI predicate,
OWLLiteral object) |
getConsumerpublic GTPAnnotationLiteralHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandleStreaming(IRI subject, IRI predicate, OWLLiteral object)
canHandleStreaming in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectpublic boolean canHandle(IRI subject, IRI predicate, OWLLiteral object)
canHandle in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectpublic void handleTriple(IRI subject, IRI predicate, OWLLiteral object)
handleTriple in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectCopyright © 2015 The University of Manchester. All Rights Reserved.