Navigation: Code Documentation > RSFuzzyLogic > IFuzzyLogic > Classes > TFuzzyStreamToken
TFuzzyStreamToken Properties
Name
Description
FuzzySet
Gets and Sets the ObjValue as a TFuzzySet
FuzzySetIntf
Allows the token to represent an actual fuzzy set. For example, if the token parsed was the name of a fuzzy set, the parser can replace the string token with the actual fuzzy set.
IntfValue
Allows the token to represent any arbitrary interface
List
Allows the token to represent a list of other tokens
ObjValue
Allows the token to represent any arbitrary object. The token is NOT responsible for freeing the object
Top