java.lang.Object
org.apache.jena.reasoner.rulesys.impl.SafeTripleIterator
- All Implemented Interfaces:
Iterator<Triple>,org.apache.jena.atlas.iterator.IteratorCloseable<Triple>,org.apache.jena.atlas.lib.Closeable,ClosableIterator<Triple>
Wrapper around triple searches using in the back chainer to attempt a restart
in the case of a failure such as cross-transaction query.
-
Constructor Details
-
SafeTripleIterator
-
-
Method Details
-
close
public void close()Description copied from interface:ClosableIteratorClose the iterator. Other operations on this iterator may now throw an exception. A ClosableIterator may be closed as many times as desired - the subsequent calls do nothing.- Specified by:
closein interfaceClosableIterator<Triple>- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable
-
hasNext
public boolean hasNext() -
next
-