addFLV method
Adds the given FLV under the given name to this fuzzy module.
Implementation
FuzzyModule addFLV(String name, FuzzyVariable flv ) {
flvs[name] = flv;
return this;
}
Adds the given FLV under the given name to this fuzzy module.
FuzzyModule addFLV(String name, FuzzyVariable flv ) {
flvs[name] = flv;
return this;
}