com.bigdata.rdf.inf
Class BackchainOwlSameAsIterator
java.lang.Object
com.bigdata.rdf.inf.BackchainOwlSameAsIterator
- All Implemented Interfaces:
- IChunkedIterator<ISPO>, IChunkedOrderedIterator<ISPO>, ICloseableIterator<ISPO>, Iterator<ISPO>
- Direct Known Subclasses:
- BackchainOwlSameAsPropertiesPIterator, BackchainOwlSameAsPropertiesPOIterator, BackchainOwlSameAsPropertiesSPIterator, BackchainOwlSameAsPropertiesSPOIterator
public abstract class BackchainOwlSameAsIterator
- extends Object
- implements IChunkedOrderedIterator<ISPO>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
NULL
protected static final transient long NULL
- See Also:
- Constant Field Values
db
protected AbstractTripleStore db
- The database.
copyOnly
protected final boolean copyOnly
- This flag is
true since we do NOT want statement
identifiers to be generated for inferences produced by the backchainer.
- See Also:
- Constant Field Values
sameAs
protected long sameAs
src
protected IChunkedOrderedIterator<ISPO> src
BackchainOwlSameAsIterator
public BackchainOwlSameAsIterator(IChunkedOrderedIterator<ISPO> src,
AbstractTripleStore db,
long sameAs)
getSelfAndSames
protected Set<Long> getSelfAndSames(long id)
getSames
protected Set<Long> getSames(long id)
getSames
protected void getSames(long id,
Set<Long> sames)
createTempTripleStore
protected TempTripleStore createTempTripleStore()
dumpSPO
protected void dumpSPO(ISPO spo)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.