public class OWLRDFConsumerAdapter extends OWLRDFConsumer implements TripleHandler
axiomTypeTripleHandlers, inverseOfHandler, literalTripleHandlers, resourceTripleHandlers| Constructor and Description |
|---|
OWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntology ontology,
AnonymousNodeChecker checker,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
Instantiates a new oWLRDF consumer adapter.
|
OWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntologyManager owlOntologyManager,
org.semanticweb.owlapi.model.OWLOntology ontology,
AnonymousNodeChecker checker,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleBaseDirective(String 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, addAnnotationIRI, addAnnotationProperty, addAxiom, addAxiom, addClassExpression, addDataProperty, addDataRange, addFirst, addFirst, addImport, addModelAttribte, addObjectProperty, addOntology, addOntologyAnnotation, addOWLNamedIndividual, addOWLRestriction, addRDFProperty, addRest, addSharedAnonymousNode, addSWRLBuiltInAtom, addSWRLClassAtom, addSWRLDataPropertyAtom, addSWRLDataRangeAtom, addSWRLDifferentFromAtom, addSWRLIndividualPropertyAtom, addSWRLRule, addSWRLSameAsAtom, addSWRLVariable, addTriple, addTriple, applyChange, checkForAndProcessAnnotatedDeclaration, consumeTriple, consumeTriple, dumpRemainingTriples, endModel, getAnnotatedSourceAnnotationMainNodes, getClassExpressionIfTranslated, getConfiguration, getDataFactory, getFirstLiteral, getFirstResource, getLastAddedAxiom, getLiteralObject, getLiteralObject, getLiteralObjects, getOntologies, getOntology, getOntologyFormat, getOWLClass, getOWLDataProperty, getOWLIndividual, getOWLObjectProperty, getOWLOntologyManager, getPendingAnnotations, getPredicatesBySubject, getResourceObject, getResourceObject, getResourceObjects, getRest, getSharedAnonymousNode, getSynonym, handle, handle, hasPredicate, importsClosureChanged, includeModel, isAnnotation, isAnnotationProperty, isAnnotationPropertyOnly, isAnonymousNode, isAxiom, isClassExpression, isDataProperty, isDataPropertyOnly, isDataRange, isGeneralPredicate, isIndividual, isObjectProperty, isObjectPropertyOnly, isOntology, isParsedAllTriples, isRDFProperty, isRestriction, isSharedAnonymousNode, isSWRLBuiltInAtom, isSWRLClassAtom, isSWRLDataRangeAtom, isSWRLDataValuedPropertyAtom, isSWRLDifferentFromAtom, isSWRLIndividualPropertyAtom, isSWRLRule, isSWRLSameAsAtom, isSWRLVariable, isTriplePresent, isTriplePresent, iterateLiteralTriples, iterateResourceTriples, logicalURI, removeAxiom, setExpectedAxioms, setIRIProvider, setOntologyFormat, setOntologyID, setPendingAnnotations, startModel, statementWithLiteralValue, statementWithResourceValue, translateAnnotations, translateClassExpression, translateDataPropertyExpression, translateDataRange, translateIndividual, translateObjectPropertyExpression, translateToClassExpressionSet, translateToConstantSet, translateToDataPropertyList, translateToDataRangeSet, translateToFacetRestrictionSet, translateToIndividualSet, translateToObjectPropertyList@Deprecated public OWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntologyManager owlOntologyManager, org.semanticweb.owlapi.model.OWLOntology ontology, AnonymousNodeChecker checker, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
owlOntologyManager - the owl ontology managerontology - the ontologychecker - the checkerconfiguration - the configurationpublic OWLRDFConsumerAdapter(org.semanticweb.owlapi.model.OWLOntology ontology,
AnonymousNodeChecker checker,
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
ontology - the ontologychecker - the checkerconfiguration - the configurationpublic void handlePrefixDirective(String prefixName, String prefix)
TripleHandlerhandlePrefixDirective in interface TripleHandlerprefixName - the prefix nameprefix - the prefixpublic void handleBaseDirective(String base)
TripleHandlerhandleBaseDirective in interface TripleHandlerbase - the basepublic void handleComment(String comment)
TripleHandlerhandleComment in interface TripleHandlercomment - the commentpublic void handleTriple(org.semanticweb.owlapi.model.IRI subject,
org.semanticweb.owlapi.model.IRI predicate,
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.