public interface TripleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleBaseDirective(org.semanticweb.owlapi.model.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(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
org.semanticweb.owlapi.model.IRI object)
Handle triple.
|
void |
handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object)
Handle triple.
|
void |
handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object,
org.semanticweb.owlapi.model.IRI datatype)
Handle triple.
|
void |
handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object,
String lang)
Handle triple.
|
void handlePrefixDirective(String prefixName, String prefix)
prefixName - the prefix nameprefix - the prefixvoid handleBaseDirective(org.semanticweb.owlapi.model.IRI base)
base - the basevoid handleComment(String comment)
comment - the commentvoid handleTriple(@Nonnull org.semanticweb.owlapi.model.IRI subject, @Nonnull org.semanticweb.owlapi.model.IRI predicate, @Nonnull org.semanticweb.owlapi.model.IRI object)
subject - the subjectpredicate - the predicateobject - the objectvoid handleTriple(@Nonnull org.semanticweb.owlapi.model.IRI subject, @Nonnull org.semanticweb.owlapi.model.IRI predicate, @Nonnull String object)
subject - the subjectpredicate - the predicateobject - the objectvoid handleTriple(@Nonnull org.semanticweb.owlapi.model.IRI subject, @Nonnull org.semanticweb.owlapi.model.IRI predicate, @Nonnull String object, @Nullable String lang)
subject - the subjectpredicate - the predicateobject - the objectlang - the langvoid handleTriple(@Nonnull org.semanticweb.owlapi.model.IRI subject, @Nonnull org.semanticweb.owlapi.model.IRI predicate, @Nonnull String object, @Nullable org.semanticweb.owlapi.model.IRI datatype)
subject - the subjectpredicate - the predicateobject - the objectdatatype - the datatypevoid handleEnd()
Copyright © 2014 The University of Manchester. All Rights Reserved.