public class GTPAnnotationLiteralHandler extends AbstractLiteralTripleHandler
| Constructor and Description |
|---|
GTPAnnotationLiteralHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.OWLLiteral object) |
boolean |
canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.OWLLiteral object) |
void |
handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.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 GTPAnnotationLiteralHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.OWLLiteral object)
canHandleStreaming in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectpublic boolean canHandle(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.OWLLiteral object)
canHandle in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.OWLLiteral object)
handleTriple in class AbstractLiteralTripleHandlersubject - subjectpredicate - predicateobject - objectCopyright © 2014 The University of Manchester. All Rights Reserved.