Uses of Package
QueryProcessor.Utils

Packages that use QueryProcessor.Utils
QueryProcessor.SF.kNNset Contains the index-based algorithm (k-NN-set) for a k-NN query. 
QueryProcessor.Skyline.Skyset Contains the index-based algorithm (Sky-set) for a Skyline query. 
QueryProcessor.Utils Contains utility classes for query processing (e.g., sorted/random accesses to indices). 
 

Classes in QueryProcessor.Utils used by QueryProcessor.SF.kNNset
SortedAccess
          Abstract class for the management of sorted accesses to the region index.
 

Classes in QueryProcessor.Utils used by QueryProcessor.Skyline.Skyset
SortedAccess
          Abstract class for the management of sorted accesses to the region index.
 

Classes in QueryProcessor.Utils used by QueryProcessor.Utils
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.
SortedAccessResult
          Abstract class representing the result of a sorted access to the region index.