Encapsulates a string list of fuzzy variables (IFuzzyVariable)
Namespace: IFuzzyLogic
TIStringList
IFuzzyLogic.TFuzzyVariableStrings
|
Delphi
|
type
TFuzzyVariableStrings = class(TIStringList)
end;
|
|
Name
|
Description
|
|
Data[Integer]
|
Lists a set of IFuzzyVariable interfaces associated one with each of the strings in the Strings property.
|
|
FuzzyLogic
|
Returns the owner of the string list
|
Top
|
The TFuzzyVariableStrings class allows you to create a TStrings implementation which tracks corresponding IFuzzyVariables for each Item in a separate Data property
|