|
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--fido.util.BooleanNode
This class represents a boolean AND or an OR
in a boolean expression. Nodes that traverse a BooleanTree
will use this node to accept both or either of its branches when
comparing.
BooleanTree| Constructor Summary | |
protected |
BooleanNode()
Constructs a new BooleanNode. |
| Method Summary | |
BooleanTreeNode |
getLeftBranch()
|
BooleanTreeNode |
getRightBranch()
|
void |
setLeftBranch(BooleanTreeNode node)
|
void |
setRightBranch(BooleanTreeNode node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected BooleanNode()
BooleanAndNode,
BooleanOrNode| Method Detail |
public BooleanTreeNode getLeftBranch()
public void setLeftBranch(BooleanTreeNode node)
public BooleanTreeNode getRightBranch()
public void setRightBranch(BooleanTreeNode node)
|
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||