|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SimpleFilterLogicTreeNodeInterface
This interface defines a single node used within implementors of the SimpleFilterLogicTreeInterface.
SimpleFilterLogicTreeInterface| Method Summary | |
|---|---|
SimpleFilterLogicTreeNodeInterface |
getLeftChild()
Returns the left child of this tree node or null if one is not present. |
java.lang.String |
getLogicalCondition()
Returns the logical condition. |
java.lang.Object |
getNativeFilter()
Returns the native version of the filter represented by this tree node. |
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 |
getRightChild()
Returns the right child of this tree node or null if one is not present. |
FilterLogicTestNodeInterface |
getTestNode()
Returns the FilterLogicTestNodeInterface that contains the filter model information associated with this tree node. |
boolean |
isLeaf()
Returns TRUE if this node is a leaf node, FALSE otherwise. |
boolean |
isNegated()
Returns TRUE if the filter for this node is negated (IE. |
boolean |
isUnderstood()
Returns TRUE if this node has successfully interpreted the input model. |
void |
removeNode()
Removes this node from the tree and nulls the internal data. |
void |
setLogicalCondition(java.lang.String logicalCondition)
Sets the logical condition. |
| Method Detail |
|---|
java.lang.String getLogicalCondition()
void setLogicalCondition(java.lang.String logicalCondition)
logicalCondition - The logical condition to setvoid removeNode()
java.lang.Object getNativeFilter()
SimpleFilterLogicTreeNodeInterface getLeftChild()
SimpleFilterLogicTreeNodeInterface getRightChild()
SimpleFilterLogicTreeNodeInterface getParent()
FilterLogicTestNodeInterface getTestNode()
boolean isLeaf()
boolean isNegated()
boolean isUnderstood()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||