Encapsulates all the fuzzy Variables, or terms, in a fuzzy logic component (see TCustomFuzzyLogic and TFuzzyLogic). It manages a list of fuzzy Variables.
Namespace: FuzzyLogic
TGCollection
FuzzyLogic.TFuzzyVariables
|
Delphi
|
type
TFuzzyVariables = class(TGCollection)
end;
|
|
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
|