public class OWLRDFConsumerAdapter extends OWLRDFConsumer implements TripleHandler
| Constructor and Description |
|---|
OWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration) |
| 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.
|
addAnnotatedSource, addClassExpression, addDataProperty, addDataRange, addObjectProperty, endModel, generateAndLogParseError, getAnnotatedSourceAnnotationMainNodes, getDataFactory, getLastAddedAxiom, getOntology, getOntologyFormat, getOWLOntologyManager, getPendingAnnotations, includeModel, isAnonymousNode, isAnonymousNode, isAnonymousSharedNode, isClassExpression, isParsedAllTriples, isRestriction, logicalURI, remapIRI, remapOnlyIfRemapped, setExpectedAxioms, setOntologyFormat, startModel, statementWithLiteralValue, statementWithLiteralValue, statementWithResourceValue, statementWithResourceValue, translateAnnotations, translateClassExpression, translateDataPropertyExpression, translateDataRange, translateIndividual, translateObjectPropertyExpressionpublic void handlePrefixDirective(String prefixName, String prefix)
TripleHandlerhandlePrefixDirective in interface TripleHandlerprefixName - the prefix nameprefix - the prefixpublic void handleBaseDirective(org.semanticweb.owlapi.model.IRI base)
TripleHandlerhandleBaseDirective in interface TripleHandlerbase - the basepublic void handleComment(String comment)
TripleHandlerhandleComment in interface TripleHandlercomment - the commentpublic void handleTriple(@Nonnull org.semanticweb.owlapi.model.IRI subject, @Nonnull org.semanticweb.owlapi.model.IRI predicate, @Nonnull org.semanticweb.owlapi.model.IRI object)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object,
String lang)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectlang - the langpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
String object,
org.semanticweb.owlapi.model.IRI datatype)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectdatatype - the datatypepublic void handleEnd()
TripleHandlerhandleEnd in interface TripleHandlerCopyright © 2014 The University of Manchester. All Rights Reserved.