Lists the fuzzy variables for the fuzzy logic. Use the Items property to iterate through all the fuzzy variables.
Namespace: IFuzzyLogic
Delphi |
public |
Property Value
Type: TFuzzyVariableTable
The Items property is a hash table containing the fuzzy interfaces, so normal access is through the fuzzy variable name (using the Item property of the table). However, access is also available through an index using the ItemByIndex property. |
Reference |