public class TPSubPropertyOfHandler extends TriplePredicateHandler
| Constructor and Description |
|---|
TPSubPropertyOfHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object) |
void |
handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object) |
canHandle, getPredicateIRIinferTypes, 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 TPSubPropertyOfHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
canHandleStreaming in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
throws org.semanticweb.owlapi.model.UnloadableImportException
handleTriple in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectorg.semanticweb.owlapi.model.UnloadableImportException - if an ontology cannot be importedCopyright © 2014 The University of Manchester. All Rights Reserved.