|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeNode
This interface represents one node within a decision tree. This is the
abstract base class for a tree node. An actual tree node will be either of
type ConditionNode
or ActionNode
. A
ConditionNode
represents a condition in the tree while an
ActionNode
represents an action.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
TreeBlock |
getContainingTreeBlock()
Get the tree block that contains this tree node. |
TreeNode |
getParentNode()
Get the parent node of this node. |
TreeNode |
getRootNode()
Get the root node of the tree containing this node. |
boolean |
isOtherwiseCase()
Determine whether or not this tree node is part of the otherwise case. |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleValidateable |
---|
validate |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleChangeDetector |
---|
hasChanges |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
TreeBlock getContainingTreeBlock()
boolean isOtherwiseCase()
TreeNode getParentNode()
TreeNode getRootNode()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |