Uses of Interface
com.sas.dataselectors.filters.SimpleFilterLogicTreeNodeInterface

Packages that use SimpleFilterLogicTreeNodeInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
 

Uses of SimpleFilterLogicTreeNodeInterface in com.sas.dataselectors.filters
 

Methods in com.sas.dataselectors.filters that return SimpleFilterLogicTreeNodeInterface
 SimpleFilterLogicTreeNodeInterface SimpleFilterLogicTreeNodeInterface.getLeftChild()
          Returns the left child of this tree node or null if one is not present.
 SimpleFilterLogicTreeNodeInterface SimpleFilterLogicTreeNodeInterface.getParent()
          Returns the parent node of this tree node or null if one is not present (indicating this node could be the root node).
 SimpleFilterLogicTreeNodeInterface SimpleFilterLogicTreeNodeInterface.getRightChild()
          Returns the right child of this tree node or null if one is not present.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.