public abstract class BackchainOwlSameAsIterator extends Object implements IChunkedOrderedIterator<ISPO>
Modifier and Type | Field and Description |
---|---|
protected boolean |
copyOnly
This flag is
true since we do NOT want statement
identifiers to be generated for inferences produced by the backchainer. |
protected AbstractTripleStore |
db
The database.
|
protected static org.apache.log4j.Logger |
log |
protected IV |
sameAs |
protected IChunkedOrderedIterator<ISPO> |
src |
DEFAULT_CHUNK_SIZE
Constructor and Description |
---|
BackchainOwlSameAsIterator(IChunkedOrderedIterator<ISPO> src,
AbstractTripleStore db,
IV sameAs) |
Modifier and Type | Method and Description |
---|---|
protected TempTripleStore |
createTempTripleStore() |
protected void |
dumpSPO(ISPO spo) |
protected Set<IV> |
getSames(IV iv) |
protected void |
getSames(IV id,
Set<IV> sames) |
protected Set<IV> |
getSelfAndSames(IV iv) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeyOrder, nextChunk
next, nextChunk, remove
close
protected static final org.apache.log4j.Logger log
protected AbstractTripleStore db
protected final boolean copyOnly
true
since we do NOT want statement
identifiers to be generated for inferences produced by the backchainer.protected IV sameAs
protected IChunkedOrderedIterator<ISPO> src
public BackchainOwlSameAsIterator(IChunkedOrderedIterator<ISPO> src, AbstractTripleStore db, IV sameAs)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.