Navigation: Code Documentation > RSFuzzyLogic > RSFuzzyLogicParser
RSFuzzyLogicParser Constants
Name
Description
SCommentChar
Represents constant SCommentChar.
SFzyExpectedFuzzyDefinition
'Expected "( deffuzzy"'
SFzyExpectedFuzzySet
'Expected "( term"'
SFzyExpectedKeyword
'Missing keyword. Expected "%s"'
SFzyExpectedNumber
'Expected number'
SFzyInvalidToken
'Invalid item in fuzzy expression: %s'
SFzyInvalidValuePair
'Invalid X/Y value pair: %s'
SFzyMissingCloseParens
'Expected ")"'
SFzyMissingName
'Missing name'
SFzyMissingOpenParens
'Expected "("'
SFzyMissingOperand
'Missing fuzzy operand to be modified by hedge: %s'
SFzyUndefinedVariable
'fuzzy variable is not defined'
SFzyUnexpectedToken
'Unexpected token: "%s"'
Top