public class TypeIrreflexivePropertyHandler extends BuiltInTypeHandler
| Constructor and Description |
|---|
TypeIrreflexivePropertyHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleStreaming(IRI subject,
IRI predicate,
IRI object) |
void |
handleTriple(IRI subject,
IRI predicate,
IRI object) |
canHandle, getTypeIRIgetPredicateIRIinferTypesgetConsumerpublic TypeIrreflexivePropertyHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandleStreaming(IRI subject, IRI predicate, IRI object)
canHandleStreaming 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 importedCopyright © 2017 The University of Manchester. All Rights Reserved.