ABLE 2.0.0 07/02/2003 10:25:01

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

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

Fields in com.ibm.able.rules declared as AbleRuleBreakpoint
protected  AbleRuleBreakpoint AbleRule.myBreakpoint
          An optional breakpoint assoicated with this rule.
 

Methods in com.ibm.able.rules that return AbleRuleBreakpoint
 AbleRuleBreakpoint AbleRule.getBreakpoint()
          Returns the breakpong associated with this rule (or null if none is defined).
 

Methods in com.ibm.able.rules with parameters of type AbleRuleBreakpoint
 void AbleRuleSet.addBreakpoint(AbleRuleBreakpoint theBreakpoint)
          Add the breakpoint at the specified location
 void AbleRuleSet.removeBreakpoint(AbleRuleBreakpoint theBreakpoint)
          Remove the breakpoint from the specified location
 void AbleRule.setBreakpoint(AbleRuleBreakpoint theBreakpoint)
          Set the breakpoint associated with this rule
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003