public class GTPLiteralTripleHandler extends AbstractLiteralTripleHandler
| Constructor and Description |
|---|
GTPLiteralTripleHandler(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) |
addAxiom, consumeTriple, consumeTriple, getConsumer, getDataFactory, getPendingAnnotations, isAnnotationPropertyLax, isAnnotationPropertyOnly, isAnnotationPropertyStrict, isAnonymous, isClassExpressionLax, isClassExpressionLax, isClassExpressionListStrict, isClassExpressionStrict, isClassExpressionStrict, isDataPropertyLax, isDataPropertyLax, isDataPropertyOnly, isDataPropertyStrict, isDataPropertyStrict, isDataRangeLax, isDataRangeLax, isDataRangeListStrict, isDataRangeStrict, isDataRangeStrict, isIndividualListStrict, isLiteralPresent, isNonNegativeIntegerLax, isNonNegativeIntegerStrict, isObjectPropertyLax, isObjectPropertyLax, isObjectPropertyOnly, isObjectPropertyStrict, isObjectPropertyStrict, isResourceListStrict, isResourcePresent, isRestrictionLax, isRestrictionStrict, isStrict, translateClassExpression, translateDataProperty, translateDataRange, translateIndividual, translateInteger, translateObjectPropertypublic GTPLiteralTripleHandler(OWLRDFConsumer consumer)
public void handleTriple(IRI subject, IRI predicate, OWLLiteral object)
handleTriple in class AbstractLiteralTripleHandlerpublic boolean canHandleStreaming(IRI subject, IRI predicate, OWLLiteral object)
canHandleStreaming in class AbstractLiteralTripleHandlerpublic boolean canHandle(IRI subject, IRI predicate, OWLLiteral object)
canHandle in class AbstractLiteralTripleHandlerCopyright © 2012 The University of Manchester. All Rights Reserved.