|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbleIterationRule | |
|---|---|
| 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 AbleIterationRule in com.ibm.able.rules |
|---|
| Classes in com.ibm.able.rules that implement AbleIterationRule | |
class |
AbleDoUntilRule
This class represents a do/until "iteration" rule consisting of a boolean test expression and one or more consequent clauses (the body). |
class |
AbleDoWhileRule
This class represents a do/while "iteration" rule consisting of a booean test expression and one or more consequent clauses (the body). |
class |
AbleForLoopRule
This class represents a for-loop "iteration" rule consisting of an initializer expression, a conditional test expression, and an increment expression. |
class |
AbleWhileDoRule
This class defines a while/do "iteration" rule consisting of a boolean test expression and one or more consequent clauses (the body). |
| Methods in com.ibm.able.rules with parameters of type AbleIterationRule | |
protected void |
AbleRuleBlock.addIterationRule(AbleIterationRule theRule)
Add an iteration rule (do/while, do/until, while/do, for-loop) to the rule block. |
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||