public abstract class RuleAdapter extends java.lang.Object implements RuleBasedCReasoner.Rule
| Modifier and Type | Field and Description | 
|---|---|
protected ConditionalStructure | 
conditionalStructure
the conditional structure the rule works on 
 | 
protected java.util.List<KappaValue> | 
kappas
the kappas the rule works on 
 | 
| Constructor and Description | 
|---|
RuleAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setConditonalStructure(ConditionalStructure cs)
Sets the  
ConditionalStructure that is used as data basis
 for the rule. | 
void | 
setKappas(java.util.Collection<KappaValue> kappas)
Sets the Collection of  
KappaValue that is used as data basis
 for the rule | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyprotected java.util.List<KappaValue> kappas
protected ConditionalStructure conditionalStructure
public void setKappas(java.util.Collection<KappaValue> kappas)
RuleBasedCReasoner.RuleKappaValue that is used as data basis
 for the rulesetKappas in interface RuleBasedCReasoner.Rulepublic void setConditonalStructure(ConditionalStructure cs)
RuleBasedCReasoner.RuleConditionalStructure that is used as data basis
 for the rule.setConditonalStructure in interface RuleBasedCReasoner.Rule