Uses of Interface
com.semedy.reasoner.api.edb.SortedIndexEnumerator
Packages that use SortedIndexEnumerator
Package
Description
- 
Uses of SortedIndexEnumerator in com.semedy.reasoner.api.edb
Methods in com.semedy.reasoner.api.edb that return SortedIndexEnumeratorModifier and TypeMethodDescriptionSortedIndex.indexedValues()Return an iterator for index values.
Note not tuples are enumerated but index values in sorted orderSortedIndex.indexedValues(TupleBufferComparator comp) Return an iterator for index values. - 
Uses of SortedIndexEnumerator in com.semedy.reasoner.edb.persistentstore
Methods in com.semedy.reasoner.edb.persistentstore that return SortedIndexEnumeratorModifier and TypeMethodDescriptionPersistentSecondarySortedIndex.indexedValues()PersistentSecondarySortedIndex.indexedValues(TupleBufferComparator comp)  - 
Uses of SortedIndexEnumerator in com.semedy.reasoner.edb.ramstore
Methods in com.semedy.reasoner.edb.ramstore that return SortedIndexEnumeratorModifier and TypeMethodDescriptionAVLTree.indexedValues()AVLTree.indexedValues(TupleBufferComparator comp)  - 
Uses of SortedIndexEnumerator in com.semedy.reasoner.reasoning.processes
Classes in com.semedy.reasoner.reasoning.processes that implement SortedIndexEnumeratorConstructors in com.semedy.reasoner.reasoning.processes with parameters of type SortedIndexEnumeratorModifierConstructorDescriptionSortedIndexEnumeratorOneToOne(SortedIndexEnumerator enm, Index[] nullIndices, int width)