Package com.semedy.reasoner.api.edb
Interface SelectableIndexEnumerator
- All Superinterfaces:
AutoCloseable
,Closeable
,TupleEnumerator
- All Known Subinterfaces:
SortedIndexEnumerator
- All Known Implementing Classes:
SortedIndexEnumeratorOneToOne
Enumerator which allows to select matching tuples for the current element.
-
Method Summary
Modifier and TypeMethodDescriptionreturn the enumerator for the matching tuples of the current elementMethods inherited from interface com.semedy.reasoner.api.edb.TupleEnumerator
cloneEnumerator, close, getBuffer, hasFinished, hasMoreElements, nextElement
-
Method Details
-
selectedTuples
return the enumerator for the matching tuples of the current element- Throws:
IOException
-