addRule method
Adds the given fuzzy rule to this fuzzy module.
Implementation
FuzzyModule addRule(FuzzyRule rule ) {
rules.add( rule );
return this;
}
Adds the given fuzzy rule to this fuzzy module.
FuzzyModule addRule(FuzzyRule rule ) {
rules.add( rule );
return this;
}