Uses of Class
clarion.system.GeneralizedConditionChunk

Packages that use GeneralizedConditionChunk
clarion.system   
 

Uses of GeneralizedConditionChunk in clarion.system
 

Fields in clarion.system declared as GeneralizedConditionChunk
protected  GeneralizedConditionChunk AbstractRule.rCondition
          The condition chunk of the rule.
 

Methods in clarion.system that return GeneralizedConditionChunk
 GeneralizedConditionChunk GeneralizedConditionChunk.clone()
          Clones the condition (including all of it's dimensions).
 GeneralizedConditionChunk AbstractRule.getCondition()
          Gets the condition of the rule.
 

Methods in clarion.system with parameters of type GeneralizedConditionChunk
 boolean GeneralizedConditionChunk.covers(GeneralizedConditionChunk cond)
          Checks to see if the specified condition is covered by this condition.
 boolean AbstractRule.covers(GeneralizedConditionChunk cond, AbstractAction act)
          Checks to see if the specified condition is covered by this rule and that the specified action is the same as this rule's action.
 boolean AbstractRule.equals(GeneralizedConditionChunk cond, AbstractAction act)
          Checks to see if the specified condition and action are equal to the condition and action of this rule.
 AbstractRule RuleCollection.get(GeneralizedConditionChunk cond, AbstractAction act)
          Gets a rule in the collection that matches the specified condition and action.
 AbstractRule HiddenRuleCollection.get(GeneralizedConditionChunk cond, AbstractAction act)
          Gets a rule in the collection that matches the specified condition and action.
 AbstractRule RuleCollection.getCover(GeneralizedConditionChunk cond, AbstractAction act)
          Gets a rule in the collection that covers the specified condition and action.
 AbstractRule RuleCollection.remove(GeneralizedConditionChunk cond, AbstractAction act)
          Removes the rule from this rule collection with the specified condition and action.
 AbstractRule HiddenRuleCollection.remove(GeneralizedConditionChunk cond, AbstractAction act)
          Removes the rule from this rule collection with the specified condition and action.
 

Constructors in clarion.system with parameters of type GeneralizedConditionChunk
AbstractFixedRule(GeneralizedConditionChunk cond, AbstractAction act)
          Initializes the fixed rule with the specified condition and action.
AbstractIRLRule(GeneralizedConditionChunk cond, AbstractAction act)
          Initializes an IRL rule with the condition and action specified .
AbstractRule(GeneralizedConditionChunk cond, AbstractAction act)
          Initializes a rule with the condition and action chunks specified.
RefineableRule(GeneralizedConditionChunk Cond, AbstractAction Act)
          Initializes a refineable rule with the condition and action specified.