Package | Description |
---|---|
type1.system |
Modifier and Type | Method and Description |
---|---|
T1_Rule |
T1_Rulebase.getRule(int ruleNumber) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<T1_Rule> |
T1_Rulebase.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
T1_Rulebase.addRule(T1_Rule r) |
void |
T1_Rulebase.changeRule(int ruleToBeChanged,
T1_Rule newRule) |
boolean |
T1_Rule.compareBasedOnAntecedents(T1_Rule r)
Performs a comparison operation by comparing the rule objects solely based
on their antecedents.
|