Navigation: Code Documentation > RSFuzzyLogic > FuzzyLogic > Classes > TFuzzyVariables
TFuzzyVariables Properties
Name
Description
Fuzzy
Returns the Fuzzy Logic component that owns the collection
ItemByName[String]
Returns the fuzzy variable with the specified name. If no fuzzy variable of that name exists, an exception is raised.
Items[Integer]
Lists the individual fuzzy variables of a TFuzzyVariables object.
SetClass
Returns the class type of fuzzy sets that the fuzzy variables will create.
Top