public abstract class TriplePredicateHandler extends AbstractResourceTripleHandler
| Constructor and Description |
|---|
TriplePredicateHandler(OWLRDFConsumer consumer,
org.semanticweb.owlapi.model.IRI predicateIRI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object) |
org.semanticweb.owlapi.model.IRI |
getPredicateIRI() |
canHandleStreaming, handleTriple, inferTypes, isSubjectAndObjectClassExpression, isSubjectAndObjectDataRange, isSubjectAndObjectMatchingClassExpressionOrMatchingDataRange, isSubjectOrObjectAnonymousaddAxiom, 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 TriplePredicateHandler(OWLRDFConsumer consumer, org.semanticweb.owlapi.model.IRI predicateIRI)
consumer - consumerpredicateIRI - predicatepublic boolean canHandle(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
canHandle in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectpublic org.semanticweb.owlapi.model.IRI getPredicateIRI()
Copyright © 2014 The University of Manchester. All Rights Reserved.