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

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

Packages that use AbleTreePartialExpression
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 AbleTreePartialExpression in com.ibm.able.rules
 

Fields in com.ibm.able.rules declared as AbleTreePartialExpression
protected  AbleTreePartialExpression AbleTreeEdge.value
           
protected  AbleTreePartialExpression AbleTreeConditionNode.term
           
protected  AbleTreePartialExpression AbleTreeCondition.term
           
protected  AbleTreePartialExpression AbleTreeAction.term
           
protected  AbleTreePartialExpression AbleTreeAction.value
           
protected  AbleTreePartialExpression AbleARMLParser.myTreeTerm
           
protected  AbleTreePartialExpression AbleARMLParser.myTreeValue
           
 

Methods in com.ibm.able.rules that return AbleTreePartialExpression
 AbleTreePartialExpression AbleTreeEdge.getValue()
          Retrieve the value of the edge (operator and rhs)
 AbleTreePartialExpression AbleTreeConditionNode.getTerm()
          Retrieve the term (lhs) for this node.
 AbleTreePartialExpression AbleTreeCondition.getTerm()
          Get the single term (lhs) for this condition.
 AbleTreePartialExpression AbleTreeAction.getTerm()
          Return the term (lhs) of this tree action.
 AbleTreePartialExpression AbleTreeAction.getValue()
          Get the value (operator and rhs) of this tree action.
 AbleTreePartialExpression AbleTree.resolveSharedConditionRef(java.lang.String theUid)
          Given a uid string, return a PartialExpression defined as part of a shared condition.
 AbleTreePartialExpression AbleTree.resolveSharedActionTermRef(java.lang.String theUid)
          Given a uid string, return a PartialExpression defined as part of a shared action term.
 

Methods in com.ibm.able.rules with parameters of type AbleTreePartialExpression
 void AbleTreeEdge.setValue(AbleTreePartialExpression theValue)
          Set the value of this edge.
 void AbleTreeConditionNode.setTerm(AbleTreePartialExpression newTerm)
          Set the term (lhs) for this node.
 void AbleTreeCondition.setTerm(AbleTreePartialExpression newTerm)
          Set the term (lhs) for this condition.
 void AbleTreeCondition.addValue(AbleTreePartialExpression newValue)
          Add a single value (rhs) to this condition.
 void AbleTreeAction.setTerm(AbleTreePartialExpression newTerm)
          Set the term (lhs) of this tree action
 void AbleTreeAction.setValue(AbleTreePartialExpression newValue)
          Set the value (operator and rhs) of this tree action.
 void AbleTree.addSharedActionTerm(AbleTreePartialExpression newSharedActionTerm)
          Add a single shared action term so that it can be referenced by nodes/edges in this tree.
 

Constructors in com.ibm.able.rules with parameters of type AbleTreePartialExpression
AbleTreeEdge(AbleTreePartialExpression theValue)
          Create a tree edge with specified value (operator and rhs)
AbleTreeConditionNode(AbleTreePartialExpression newTreeTerm)
          Create a new tree condition (interior) node with specified term (lhs).
AbleTreeConditionNode(java.lang.String theTermRef, AbleTreePartialExpression newTreeTerm)
          Create a new tree condition (interior) node with specified termRef and term (lhs)
AbleTreeCondition(AbleTreePartialExpression newTerm)
          Create a tree condition object with the specified term (lhs).
AbleTreeCondition(AbleTreePartialExpression newTerm, java.util.Vector newValues)
          Create a tree condition object with the specified term(lhs) and set of values (rhs).
AbleTreeAction(AbleTreePartialExpression newTerm, AbleTreePartialExpression newTreeValue)
          Create a new tree action object with specified term (lhs) and value (operator and rhs).
AbleTreeAction(java.lang.String newTermRef, AbleTreePartialExpression newTerm, AbleTreePartialExpression newTreeValue)
          Create a new tree action object with specified termRef (if any), term (lhs) and value (operator and rhs).
 


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

(C) Copyright IBM Corporation 1999, 2005