com.sas.dataselectors.filters
Interface FilterLogicListInterface

All Known Subinterfaces:
SimpleFilterLogicInterface
All Known Implementing Classes:
AbstractSimpleLogicListAdapterBase, BusinessModelFilterItemToAdvancedLogicListAdapter, BusinessQueryFilterItemToAdvancedLogicListAdapter, BusinessQueryFilterItemToSimpleLogicListAdapter, DefaultFilterLogicList, InformationMapFilterItemToSimpleLogicListAdapter, SimpleFilterLogicTree

public interface FilterLogicListInterface

Adds a list label for lists of logic test nodes that do NOT have a list operator. Those should be stored in a proper LogicAnd or LogicOr node along with the proper LogicNot node.


Method Summary
 java.util.List getFilterList()
          Returns the list of filter test nodes.
 java.lang.String getFilterListDescription()
          Returns the description for this logic list.
 java.lang.String getFilterListLabel()
          Returns the label for this logic list.
 

Method Detail

getFilterListLabel

java.lang.String getFilterListLabel()
Returns the label for this logic list.

Returns:
the label for this list

getFilterListDescription

java.lang.String getFilterListDescription()
Returns the description for this logic list.

Returns:
the description for this list

getFilterList

java.util.List getFilterList()
Returns the list of filter test nodes.

Returns:
the list of FilterLogicTestNodeInterface objects



Copyright © 2009 SAS Institute Inc. All Rights Reserved.