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

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

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

Fields in com.ibm.able.rules declared as AbleSwitchStatement
protected  AbleSwitchStatement AbleSwitchRule.mySwitchStatement
          mySwitchStatement is an ABLE statement that is evaluated when this rule is fired.
protected  AbleSwitchStatement AbleARMLParser.mySwitchStatement
           
 

Methods in com.ibm.able.rules that return AbleSwitchStatement
 AbleSwitchStatement AbleSwitchRule.getSwitchStatement()
          Retrieves this rule's switch statement.
 

Methods in com.ibm.able.rules with parameters of type AbleSwitchStatement
 boolean AbleSwitchRule.setSwitchStatement(AbleSwitchStatement theSwitchStatement)
          Sets this rule's switch statement to be the specified switch statement, but only if a switch statement does not already exist for this rule.
 

Constructors in com.ibm.able.rules with parameters of type AbleSwitchStatement
AbleSwitchRule(java.lang.String theLabel, AbleRd thePriority, AbleSwitchStatement theSwitchStatement)
          Creates a new switch rule with the specified label, priority, and switch statement.
 


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

(C) Copyright IBM Corporation 1999, 2005