Navigation: Code Documentation > RSFuzzyLogic > FuzzyConsts > Enumerations
TFuzzyStreamTokenType Enumeration
Defines the possible token data types for a fuzzy logic stream that is being tokenized.
Namespace: FuzzyConsts
Delphi
type TFuzzyStreamTokenType = ( fstNone, fstAtom, fstString, fstInteger, fstFloat, fstVariable, fstInterface, fstList, fstIFuzzySet, fstObject, fstFuzzySet );
Name
Description
fstAtom
Represents constant fstAtom.
fstFloat
Represents constant fstFloat.
fstFuzzySet
Represents constant fstFuzzySet.
fstIFuzzySet
Represents constant fstIFuzzySet.
fstInteger
Represents constant fstInteger.
fstInterface
Represents constant fstInterface.
fstList
Represents constant fstList.
fstNone
Represents constant fstNone.
fstObject
Represents constant fstObject.
fstString
Represents constant fstString.
fstVariable
Represents constant fstVariable.
Top
•FuzzyConsts