ABLE 2.3.0 07/13/2005 14:21:00

Uses of Class
com.ibm.able.rules.AbleTreeNode

Packages that use AbleTreeNode
com.ibm.able.rules The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. 
 

Uses of AbleTreeNode in com.ibm.able.rules
 

Subclasses of AbleTreeNode in com.ibm.able.rules
 class AbleTreeActionNode
          This class represents a leaf node in a Decision table or tree.
 class AbleTreeConditionNode
          This class represents an interior node in a decision table or tree.
 

Fields in com.ibm.able.rules declared as AbleTreeNode
protected  AbleTreeNode AbleTreeEdge.decisionTreeNode
           
protected  AbleTreeNode AbleTree.rootNode
           
 

Methods in com.ibm.able.rules that return AbleTreeNode
 AbleTreeNode AbleTreeEdge.getChildNode()
          Retrieve the node that this edge connects to.
 AbleTreeNode AbleTree.getRootNode()
          Get the root node in this decision tree/table.
 

Methods in com.ibm.able.rules with parameters of type AbleTreeNode
 boolean AbleTreeRule.eval(AbleTreeNode theRootNode)
          Evaluate the decision tree structure directly via depth-first search of the tree
 void AbleTreeEdge.setChildNode(AbleTreeNode newDecisionTreeNode)
          Set the node that this edge connects to.
 void AbleTree.setRootNode(AbleTreeNode newRootNode)
          Set the root node in this decision tree/table.
 boolean AbleDecisionTreeEngine.evalTree(AbleTreeNode theRootNode)
          Evaluate the decision tree structure directly via depth-first search of the tree When a leaf node is reached, perform all of the actions in the action node.
 

Constructors in com.ibm.able.rules with parameters of type AbleTreeNode
AbleTree(AbleTreeNode newRootNode, java.util.Vector newSharedConditions, java.util.Vector newSharedActionTerms)
          Create a new AbleTree (decision tree or table) with specified rootnode and shared conditions and action terms.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005