Uses of Interface
com.sas.iquery.metadata.business.FilterCascadeContainerUpdater

Packages that use FilterCascadeContainerUpdater
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
 

Uses of FilterCascadeContainerUpdater in com.sas.iquery.metadata.business
 

Subinterfaces of FilterCascadeContainerUpdater in com.sas.iquery.metadata.business
 interface CompoundFilter
          Specifies a filter that is definedin terms of other separately defined filters.
 

Uses of FilterCascadeContainerUpdater in com.sas.iquery.metadata.expr
 

Classes in com.sas.iquery.metadata.expr that implement FilterCascadeContainerUpdater
 class CompoundConditionalExpression
          Models a conditional expression that is made up of one or two sub-conditional expressions adjoined by an AND or OR relation, and optionally negated.
 class MultipleConditionalExpression
          Models a conditional expression that is a combination of one or more Boolean subexpressions.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.