Uses of Package
QueryProcessor.Skyline

Packages that use QueryProcessor.Skyline
QueryProcessor.Skyline Contains algorithms for solving Skyline queries. 
QueryProcessor.Skyline.Skyset Contains the index-based algorithm (Sky-set) for a Skyline query. 
 

Classes in QueryProcessor.Skyline used by QueryProcessor.Skyline
SkylineResultImage
          Class representing the result image of a Skyline query.
SkylineResultLayer
          Class representing a layer of uncomparable images.
 

Classes in QueryProcessor.Skyline used by QueryProcessor.Skyline.Skyset
QuerySkyline
          Class representing a Skyline query.
SkylineResultImage
          Class representing the result image of a Skyline query.
SkylineResultLayer
          Class representing a layer of uncomparable images.
SkylineResultMultiLayer
          Class representing a sequence of layers of uncomparable images (images in layer i+1 are dominated by at least one image in layer i).