Uses of Interface
com.sas.dataselectors.ranking.RankingSelectorInterface

Packages that use RankingSelectorInterface
com.sas.dataselectors.ranking Interfaces, adapters and factories related to the Ranking Selector. 
 

Uses of RankingSelectorInterface in com.sas.dataselectors.ranking
 

Subinterfaces of RankingSelectorInterface in com.sas.dataselectors.ranking
 interface RelationalRankingSelectorInterface
          Represents an adapter for the Ranking Selector that deals with non multidimensional data (usually called relational or jdbc data).
 

Classes in com.sas.dataselectors.ranking that implement RankingSelectorInterface
 class BaseRankingSelectorAdapter
          Base class that contains attributes and methods common to the different Ranking Selector adapters.
 class OLAPRankingSelectorAdapter
          Ranking Selector adapter for multidimensional data.
 class RelationalRankingSelectorAdapter
          It's an implementation of a Ranking Selector adapter for non multidimensional (relational) data.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.