com.sas.dataselectors.filters.tree
Interface LogicalConditionNodeInterface

All Superinterfaces:
FilterLogicBaseNodeInterface, javax.swing.tree.TreeNode
All Known Implementing Classes:
LogicalConditionNode

@SASScope(value="ALL")
public interface LogicalConditionNodeInterface
extends FilterLogicBaseNodeInterface

This is an OR operation in the FilterLogic Tree. At least ONE of the children must be TRUE in order for this node to pass the filter.

See Also:
com.sas.dataselectors.filters.tree.AndNodeInterface, com.sas.dataselectors.filters.tree.OrNodeInterface, NotNodeInterface, com.sas.dataselectors.filters.tree.BaseNodeInterface

Method Summary
abstract  ConditionalRelationType getLogicalCondition()
           
abstract  boolean isExplicitlyCreated()
           
abstract  void setLogicalCondition(ConditionalRelationType type)
           
 
Methods inherited from interface com.sas.dataselectors.filters.FilterLogicBaseNodeInterface
dispose, getChildLogicNodeAt, getFilterDescription, getFilterLabel, getMaxChildren, getParentLogicNode, getUserObject
 

Method Detail

isExplicitlyCreated

boolean isExplicitlyCreated()

setLogicalCondition

void setLogicalCondition(ConditionalRelationType type)
Parameters:
string -

getLogicalCondition

ConditionalRelationType getLogicalCondition()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.