Package QueryProcessor.Utils

Contains utility classes for query processing (e.g., sorted/random accesses to indices).

See:
          Description

Class Summary
RandomAccess Class for the management of random accesses to image features.
SortedAccess Abstract class for the management of sorted accesses to the region index.
SortedAccessMtree Abstract class for the management of sorted accesses to the region M-tree.
SortedAccessMtreeRoundRobin Class for the management of sorted accesses to the region M-tree using the round robin policy.
SortedAccessResult Abstract class representing the result of a sorted access to the region index.
WindsurfSortedAccessResult Class representing the result of a sorted access to the region index for Windsurf.
 

Package QueryProcessor.Utils Description

Contains utility classes for query processing (e.g., sorted/random accesses to indices).