public class TypeAllDifferentHandler extends BuiltInTypeHandler
| Constructor and Description |
|---|
TypeAllDifferentHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(IRI subject,
IRI predicate,
IRI object) |
boolean |
canHandleStreaming(IRI subject,
IRI predicate,
IRI object) |
void |
handleTriple(IRI subject,
IRI predicate,
IRI object) |
getTypeIRIgetPredicateIRIinferTypesgetConsumerpublic TypeAllDifferentHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandle(IRI subject, IRI predicate, IRI object)
canHandle in class BuiltInTypeHandlersubject - subjectpredicate - predicateobject - objectpublic void handleTriple(IRI subject, IRI predicate, IRI object) throws UnloadableImportException
handleTriple in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectUnloadableImportException - if an ontology cannot be importedpublic boolean canHandleStreaming(IRI subject, IRI predicate, IRI object)
canHandleStreaming in class BuiltInTypeHandlersubject - subjectpredicate - predicateobject - objectCopyright © 2017 The University of Manchester. All Rights Reserved.