Navigation: Code Documentation > RSFuzzyLogic > FuzzyInterfaces > Interfaces > IFuzzyStreamToken
IFuzzyStreamToken Properties
Name
Description
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