|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use FilterLogicBaseNodeInterface | |
|---|---|
| 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 FilterLogicBaseNodeInterface in com.sas.dataselectors.filters |
|---|
| Methods in com.sas.dataselectors.filters that return FilterLogicBaseNodeInterface | |
|---|---|
abstract FilterLogicBaseNodeInterface |
FilterLogicBaseNodeInterface.getChildLogicNodeAt(int childIndex)
Returns the child node at a specific index |
FilterLogicBaseNodeInterface |
AbstractFilterLogicBaseNode.getChildLogicNodeAt(int childIndex)
|
abstract FilterLogicBaseNodeInterface |
FilterLogicBaseNodeInterface.getParentLogicNode()
Returns the parent node |
FilterLogicBaseNodeInterface |
AbstractFilterLogicBaseNode.getParentLogicNode()
|
abstract FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeInterface.getRoot()
Returns the root node of the logic tree. |
protected FilterLogicBaseNodeInterface |
DefaultFilterLogicTree.removeNode(FilterLogicBaseNodeInterface node)
Removes the given node from the tree and optimizes the remaining tree structure to eliminate waste. |
abstract FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeInterface.setRoot(FilterLogicBaseNodeInterface root)
Sets the root tree node for this tree. |
| Methods in com.sas.dataselectors.filters with parameters of type FilterLogicBaseNodeInterface | |
|---|---|
abstract void |
SimpleFilterLogicTreeInterface.add(FilterLogicBaseNodeInterface rootNode)
Appends the given logic tree structure to this one. |
protected FilterLogicBaseNodeInterface |
DefaultFilterLogicTree.removeNode(FilterLogicBaseNodeInterface node)
Removes the given node from the tree and optimizes the remaining tree structure to eliminate waste. |
abstract FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeInterface.setRoot(FilterLogicBaseNodeInterface root)
Sets the root tree node for this tree. |
| Constructors in com.sas.dataselectors.filters with parameters of type FilterLogicBaseNodeInterface | |
|---|---|
AbstractFilterLogicBaseNode(FilterLogicBaseNodeInterface other)
|
|
DefaultFilterLogicTree(FilterLogicBaseNodeInterface root)
|
|
DefaultFilterLogicTree(FilterLogicBaseNodeInterface root,
boolean modifiable)
|
|
DefaultFilterLogicTree(FilterLogicBaseNodeInterface root,
boolean modifiable,
boolean standardize)
|
|
DefaultFilterLogicTree(FilterLogicBaseNodeInterface root,
boolean modifiable,
boolean standardize,
boolean compoundFilterFlag)
|
|
| Uses of FilterLogicBaseNodeInterface in com.sas.dataselectors.filters.tree |
|---|
| Methods in com.sas.dataselectors.filters.tree that return FilterLogicBaseNodeInterface | |
|---|---|
FilterLogicBaseNodeInterface |
SimpleFilterLogicTree.getNodeByIndex(int index)
|
FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeAdapter.getRoot()
|
FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeAdapter.setRoot(FilterLogicBaseNodeInterface root)
|
| Methods in com.sas.dataselectors.filters.tree with parameters of type FilterLogicBaseNodeInterface | |
|---|---|
void |
SimpleFilterLogicTreeAdapter.add(FilterLogicBaseNodeInterface rootNode)
|
protected com.sas.iquery.metadata.business.FilterItem |
LogicTreeToFilterItemTransform.createFilterItem(FilterLogicBaseNodeInterface node,
com.sas.iquery.metadata.expr.ExpressionInterface expr)
|
static void |
TreeUtil.printTree(FilterLogicBaseNodeInterface root)
Prints a text representation of the tree structure to standard out starting from the given root node. |
protected java.lang.Object |
LogicTreeToStepModelTransform.processNode(FilterLogicBaseNodeInterface root)
|
protected java.lang.Object |
LogicTreeToFilterItemTransform.processNode(FilterLogicBaseNodeInterface root)
|
FilterLogicBaseNodeInterface |
SimpleFilterLogicTreeAdapter.setRoot(FilterLogicBaseNodeInterface root)
|
| Constructors in com.sas.dataselectors.filters.tree with parameters of type FilterLogicBaseNodeInterface | |
|---|---|
SimpleFilterLogicTree(FilterLogicBaseNodeInterface root)
|
|
SimpleFilterLogicTree(FilterLogicBaseNodeInterface root,
boolean standardize)
|
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||