public class OWLRDFConsumerAdapter extends OWLRDFConsumer implements TripleHandler
axiomTypeTripleHandlers, inverseOfHandler, literalTripleHandlers, resourceTripleHandlers
Constructor and Description |
---|
OWLRDFConsumerAdapter(OWLOntology ontology,
AnonymousNodeChecker checker,
OWLOntologyLoaderConfiguration configuration) |
OWLRDFConsumerAdapter(OWLOntologyManager owlOntologyManager,
OWLOntology ontology,
AnonymousNodeChecker checker,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
handleBaseDirective(java.lang.String base) |
void |
handleComment(java.lang.String comment) |
void |
handleEnd() |
void |
handlePrefixDirective(java.lang.String prefixName,
java.lang.String prefix) |
void |
handleTriple(IRI subject,
IRI predicate,
IRI object) |
void |
handleTriple(IRI subject,
IRI predicate,
java.lang.String object) |
void |
handleTriple(IRI subject,
IRI predicate,
java.lang.String object,
IRI datatype) |
void |
handleTriple(IRI subject,
IRI predicate,
java.lang.String object,
java.lang.String lang) |
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
public OWLRDFConsumerAdapter(OWLOntologyManager owlOntologyManager, OWLOntology ontology, AnonymousNodeChecker checker, OWLOntologyLoaderConfiguration configuration)
public OWLRDFConsumerAdapter(OWLOntology ontology, AnonymousNodeChecker checker, OWLOntologyLoaderConfiguration configuration)
public void handlePrefixDirective(java.lang.String prefixName, java.lang.String prefix)
handlePrefixDirective
in interface TripleHandler
public void handleBaseDirective(java.lang.String base)
handleBaseDirective
in interface TripleHandler
public void handleComment(java.lang.String comment)
handleComment
in interface TripleHandler
public void handleTriple(IRI subject, IRI predicate, IRI object)
handleTriple
in interface TripleHandler
public void handleTriple(IRI subject, IRI predicate, java.lang.String object)
handleTriple
in interface TripleHandler
public void handleTriple(IRI subject, IRI predicate, java.lang.String object, java.lang.String lang)
handleTriple
in interface TripleHandler
public void handleTriple(IRI subject, IRI predicate, java.lang.String object, IRI datatype)
handleTriple
in interface TripleHandler
public void handleEnd()
handleEnd
in interface TripleHandler