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

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

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

Fields in com.ibm.able.rules declared as AbleConsequentClause
protected  AbleConsequentClause AbleARMLParser.myCnsClause
           
 

Methods in com.ibm.able.rules that return AbleConsequentClause
 AbleConsequentClause AbleRuleSet.findOrCreateConsequent(AbleLhs theLhs, int theRuleOp, AbleRd theRhs)
          See if the specified clause exists, and if it does, return it.
 AbleConsequentClause AbleConsequentClause.createMatchClause(java.util.Hashtable replacementVars)
          Create a duplicate of this clause using replacement vars
 

Methods in com.ibm.able.rules with parameters of type AbleConsequentClause
 void AbleSwitchStatement.addCaseCode(AbleConsequentClause theCaseCode)
          Adds a single line of code to the body of the last added case label.
 void AbleSwitchStatement.addDefaultCode(AbleConsequentClause theDefaultCode)
          Adds a single line of code to this switch statement's 'default' code block.
protected  void AbleSwitchStatement.evalConsequentClause(AbleConsequentClause theClause)
          Evaluate the specified consequent clause.
 void AbleInferenceEngine.evalConsequentClause(AbleConsequentClause theClause)
          Evaluate the specified consequent clause.
 void AbleIfThenElseStatement.addThenAction(AbleConsequentClause theAction)
           
 void AbleIfThenElseStatement.addElseAction(AbleConsequentClause theAction)
           
protected  void AbleIfThenElseStatement.evalConsequentClause(AbleConsequentClause theClause)
          Evaluate the specified consequent clause.
 void AbleIfThenElseRule.addThenAction(AbleConsequentClause theAction)
           
 void AbleIfThenElseRule.addElseAction(AbleConsequentClause theAction)
           
 


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

(C) Copyright IBM Corporation 1999, 2005