Adds the FuzzySet to the hash table; the key for the fuzzy set is the fuzzy set's name. There is no ordering implicit in a hash table. If an entry exists in the hash table with the fuzzy set's name, the original fuzzy set is overwritten.
Namespace: IFuzzyLogic
Delphi |
public |
Parameters
FuzzySet
Type: IFuzzySet
To permanently remove a key and fuzzy set from the table, use the Remove method. To verify a fuzzy set is in the hash table, use the ContainsFuzzySet method. |
Reference |