public abstract class BuiltInTypeHandler extends TriplePredicateHandler
| Constructor and Description |
|---|
BuiltInTypeHandler(OWLRDFConsumer consumer,
org.semanticweb.owlapi.model.IRI typeIRI) |
| 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) |
boolean |
canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object) |
org.semanticweb.owlapi.model.IRI |
getTypeIRI() |
getPredicateIRIhandleTriple, 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 BuiltInTypeHandler(OWLRDFConsumer consumer, org.semanticweb.owlapi.model.IRI typeIRI)
consumer - consumertypeIRI - typeIRIpublic boolean canHandleStreaming(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
throws org.semanticweb.owlapi.model.UnloadableImportException
canHandleStreaming in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectorg.semanticweb.owlapi.model.UnloadableImportException - if an ontology cannot be importedpublic boolean canHandle(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
canHandle in class TriplePredicateHandlersubject - subjectpredicate - predicateobject - objectpublic org.semanticweb.owlapi.model.IRI getTypeIRI()
Copyright © 2014 The University of Manchester. All Rights Reserved.