|
AsString
|
Returns a string representation of the fuzzy variable. The string representation is parsable by the parser defined in the Parser property
|
|
Collection
|
Returns the collection of fuzzy variables that this fuzzy variable belongs to
|
|
Comment
|
Contains a comment about the fuzzy variable. Use this property for any descriptive text you want to define about the fuzzy variable
|
|
Fuzzy
|
Returns the Fuzzy Logic component that owns this fuzzy variable
|
|
ItemIndex
|
Returns the current selected fuzzy set in the Items collection, or -1 if none is selected.
|
|
Items
|
Tracks all the fuzzy sets in the fuzzy variable.
|
|
Maximum
|
Defines the maximum X value for the fuzzy variable, its universe of discourse.
|
|
Minimum
|
Defines the minimum X value for the fuzzy variable, its universe of discourse.
|
|
Name
|
Defines the name of the fuzzy variable.
|
|
SetClass
|
Represents property SetClass.
|
|
Threshold
|
Defines the "noise" level of fuzzy sets in the variable. When two fuzzy sets are compared to see if they are equal, all the XY value pairs of the two fuzzy sets are compared. If the minimum Y value of the two fuzzy sets at some X point exceed the threshold, then they equal
|
|
Units
|
Defines the units of the universe of discourse (the X range units). For example, if the fuzzy variable was temperature, the Units may be 'Celcius' or 'Kelvin'.
|