com.sas.dataselectors.filters
Interface FilterLogicTestNodeInterface

All Superinterfaces:
FilterLogicBaseNodeInterface, javax.swing.tree.TreeNode
All Known Subinterfaces:
FilterLogicEditableTestNodeInterface
All Known Implementing Classes:
DefaultFilterLogicTestNode

public interface FilterLogicTestNodeInterface
extends FilterLogicBaseNodeInterface

This is an TEST operation in the FilterLogic Tree. This node preforms a TRUE/FALSE test that can be combined via the AND/OR/NOT nodes to form the SelectionLogic tree.

See Also:
FilterLogicAndNodeInterface, FilterLogicOrNodeInterface, NotNodeInterface, FilterLogicTestNodeInterface

Method Summary
 FilterConditionInterface getCondition()
          Returns the ConditionInterface for this if it is a Test node, otherwise returns null
 FilterItemInterface getFilterItem()
          Returns the FilterItemInterface for this if it is a Test node, otherwise returns null
 java.util.List getFilterItemQualifiers()
          Returns a list of FiterItemInterface objects that further qualify the FilterItem.
 java.util.List getTestValuesList()
          Returns a List of objects that were selected for this if it is a Test node, otherwise returns null
 
Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject
 

Method Detail

getFilterItem

FilterItemInterface getFilterItem()
Returns the FilterItemInterface for this if it is a Test node, otherwise returns null

Returns:
FilterItemInterface

getFilterItemQualifiers

java.util.List getFilterItemQualifiers()
Returns a list of FiterItemInterface objects that further qualify the FilterItem.

Returns:
List (of FilterItemInterface)

getCondition

FilterConditionInterface getCondition()
Returns the ConditionInterface for this if it is a Test node, otherwise returns null

Returns:
ConditionInterface

getTestValuesList

java.util.List getTestValuesList()
Returns a List of objects that were selected for this if it is a Test node, otherwise returns null

Returns:
List ( of Objects )



Copyright © 2009 SAS Institute Inc. All Rights Reserved.