Uses of Interface
com.sas.dataselectors.filters.tree.NotNodeInterface

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

Uses of NotNodeInterface in com.sas.dataselectors.filters
 

Methods in com.sas.dataselectors.filters that return NotNodeInterface
static NotNodeInterface DefaultFilterLogicTree.newNotNode()
           
 

Uses of NotNodeInterface in com.sas.dataselectors.filters.tree
 

Methods in com.sas.dataselectors.filters.tree with parameters of type NotNodeInterface
protected  java.lang.Object LogicTreeToStepModelTransform.processNotNode(NotNodeInterface root)
           
protected  java.lang.Object LogicTreeToFilterItemTransform.processNotNode(NotNodeInterface root)
           
 

Constructors in com.sas.dataselectors.filters.tree with parameters of type NotNodeInterface
NotNode(NotNodeInterface source)
          Does not copy the child reference at this time.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.