Uses of Class
clarion.system.RefineableRule

Packages that use RefineableRule
clarion.system   
 

Uses of RefineableRule in clarion.system
 

Subclasses of RefineableRule in clarion.system
 class AbstractIRLRule
          This class implements an IRL rule within CLARION.
 

Methods in clarion.system that return RefineableRule
 RefineableRule RefineableRule.clone()
          Clones the rule.
 

Methods in clarion.system with parameters of type RefineableRule
private  void RuleCollection.generateVariations(RefineableRule R)
          Generates variations for the rule r and adds any variations that are not already in the variations list to that list.
 void RuleCollection.removeVariations(RefineableRule R)
          Removes the variations from the variations list for all variations of the specified rule that are not also a variation for another rule in the rule collection.