Uses of Class
QueryProcessor.Utils.SortedAccess

Packages that use SortedAccess
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). 
 

Uses of SortedAccess in QueryProcessor.SF.kNNset
 

Constructors in QueryProcessor.SF.kNNset with parameters of type SortedAccess
kNNset(Image q, ScoringFunction sf, FeatureManager fm, SortedAccess sam)
          Basic constructor.
 

Uses of SortedAccess in QueryProcessor.Skyline.Skyset
 

Constructors in QueryProcessor.Skyline.Skyset with parameters of type SortedAccess
Skyset(Image q, FeatureManager fm, SortedAccess sam)
          Basic constructor.
 

Uses of SortedAccess in QueryProcessor.Utils
 

Subclasses of SortedAccess in QueryProcessor.Utils
 class SortedAccessMtree
          Abstract class for the management of sorted accesses to the region M-tree.
 class SortedAccessMtreeRoundRobin
          Class for the management of sorted accesses to the region M-tree using the round robin policy.