NullTripleHandler
, OWLRDFConsumerAdapter
public interface TripleHandler
Modifier and Type | Method | Description |
---|---|---|
void |
handleBaseDirective(IRI base) |
Handle base directive.
|
void |
handleComment(String comment) |
Handle comment.
|
void |
handleEnd() |
Handle end.
|
void |
handlePrefixDirective(String prefixName,
String prefix) |
Handle prefix directive.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object) |
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object,
String lang) |
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object,
IRI datatype) |
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
IRI object) |
Handle triple.
|
void handlePrefixDirective(String prefixName, String prefix)
prefixName
- the prefix nameprefix
- the prefixvoid handleBaseDirective(IRI base)
base
- the basevoid handleComment(String comment)
comment
- the commentvoid handleTriple(@Nonnull IRI subject, @Nonnull IRI predicate, @Nonnull IRI object)
subject
- the subjectpredicate
- the predicateobject
- the objectvoid handleTriple(@Nonnull IRI subject, @Nonnull IRI predicate, @Nonnull String object)
subject
- the subjectpredicate
- the predicateobject
- the objectvoid handleTriple(@Nonnull IRI subject, @Nonnull IRI predicate, @Nonnull String object, @Nullable String lang)
subject
- the subjectpredicate
- the predicateobject
- the objectlang
- the langvoid handleTriple(@Nonnull IRI subject, @Nonnull IRI predicate, @Nonnull String object, @Nullable IRI datatype)
subject
- the subjectpredicate
- the predicateobject
- the objectdatatype
- the datatypevoid handleEnd()
Copyright © 2018 The University of Manchester. All rights reserved.