|
CalcFuzzyFunction(IFuzzySet,String,IFuzzyStreamTokenList)
|
Overloaded. Represents method CalcFuzzyFunction(IFuzzySet,String,IFuzzyStreamTokenList). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
CalcFuzzyFunction(String,IFuzzyStreamTokenList,IFuzzySet)
|
Overloaded. Represents method CalcFuzzyFunction(String,IFuzzyStreamTokenList,IFuzzySet). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
CalcFuzzyFunction(String,IFuzzyStreamTokenList,TFuzzySet)
|
Overloaded. Represents method CalcFuzzyFunction(String,IFuzzyStreamTokenList,TFuzzySet). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
CalcFuzzyFunction(TFuzzySet,String,IFuzzyStreamTokenList)
|
Overloaded. Represents method CalcFuzzyFunction(TFuzzySet,String,IFuzzyStreamTokenList). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
ConvertListToValues(IFuzzySet,IFuzzyStreamTokenList)
|
Overloaded. Represents method ConvertListToValues(IFuzzySet,IFuzzyStreamTokenList).
|
|
ConvertListToValues(TFuzzySet,IFuzzyStreamTokenList)
|
Overloaded. Represents method ConvertListToValues(TFuzzySet,IFuzzyStreamTokenList).
|
|
CreateStream(TStream)
|
Represents method CreateStream(TStream).
|
|
EvalFuzzyExpression(IFuzzyVariable,IFuzzyStreamToken)
|
Overloaded. Represents method EvalFuzzyExpression(IFuzzyVariable,IFuzzyStreamToken).
|
|
EvalFuzzyExpression(IFuzzyVariable,IFuzzyStreamTokenList)
|
Overloaded. Represents method EvalFuzzyExpression(IFuzzyVariable,IFuzzyStreamTokenList).
|
|
EvalFuzzyExpression(IFuzzyVariable,String)
|
Overloaded. Evaluates the string fuzzy expression and returns a fuzzy set result. The variable parameter provides the context of the fuzzy expression and result, e.g., if the expression contains "low or high", it defines which variable's low and high fuzzy sets are used. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.EvalFuzzyExpression(IFuzzyVariable,String).)
|
|
EvalFuzzyExpression(IFuzzyVariable,String,IFuzzySet)
|
Overloaded. Evaluates the string fuzzy expression and returns the defuzzified result. It also returns in the FuzzySet parameter the "fuzzy" result. The variable parameter provides the context of the fuzzy expression and result, e.g., if the expression contains "low or high", it defines which variable's low and high fuzzy sets are used. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.EvalFuzzyExpression(IFuzzyVariable,String,IFuzzySet).)
|
|
EvalFuzzyExpression(TFuzzyVariable,IFuzzyStreamToken)
|
Overloaded. Represents method EvalFuzzyExpression(TFuzzyVariable,IFuzzyStreamToken).
|
|
EvalFuzzyExpression(TFuzzyVariable,IFuzzyStreamTokenList)
|
Overloaded. Represents method EvalFuzzyExpression(TFuzzyVariable,IFuzzyStreamTokenList).
|
|
EvalFuzzyExpression(TFuzzyVariable,String)
|
Overloaded. Evaluates the string fuzzy expression and returns a fuzzy set result. The variable parameter provides the context of the fuzzy expression and result, e.g., if the expression contains "low or high", it defines which variable's low and high fuzzy sets are used. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.EvalFuzzyExpression(TFuzzyVariable,String).)
|
|
EvalFuzzyExpression(TFuzzyVariable,String,TFuzzySet)
|
Overloaded. Evaluates the string fuzzy expression and returns the defuzzified result. It also returns in the FuzzySet parameter the "fuzzy" result. The variable parameter provides the context of the fuzzy expression and result, e.g., if the expression contains "low or high", it defines which variable's low and high fuzzy sets are used. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.EvalFuzzyExpression(TFuzzyVariable,String,TFuzzySet).)
|
|
GetLineNumber
|
Represents method GetLineNumber. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.GetLineNumber.)
|
|
GetParsedText
|
Represents method GetParsedText. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.GetParsedText.)
|
|
GetUniqueName
|
Represents method GetUniqueName.
|
|
IncomingPriority(IInterface)
|
Represents method IncomingPriority(IInterface).
|
|
InStackPriority(IInterface)
|
Represents method InStackPriority(IInterface).
|
|
IsCloseParen(IInterface)
|
Represents method IsCloseParen(IInterface).
|
|
IsOpenParen(IInterface)
|
Represents method IsOpenParen(IInterface).
|
|
IsOperand(IInterface)
|
Represents method IsOperand(IInterface).
|
|
Notification(TComponent,TOperation)
|
Represents method Notification(TComponent,TOperation). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
Parse(String)
|
Parses the string parameter for fuzzy variables (and possibly included fuzzy sets). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
ParseError(String,String)
|
Overloaded. Represents method ParseError(String,String). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
ParseError(String,String,String,Integer)
|
Overloaded. Represents method ParseError(String,String,String,Integer). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
ParseError(String,String,TVarRec[])
|
Overloaded. Represents method ParseError(String,String,TVarRec[]). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|
|
ParseFuzzyFunction(IFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyFunction(IFuzzyVariable).
|
|
ParseFuzzyFunction(TFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyFunction(TFuzzyVariable).
|
|
ParseFuzzyLogic
|
Overloaded. Represents method ParseFuzzyLogic.
|
|
ParseFuzzyLogic(String)
|
Overloaded. Represents method ParseFuzzyLogic(String). (Overrides FuzzyLogic.TCustomFuzzyLogicParser.ParseFuzzyLogic(String).)
|
|
ParseFuzzySet(IFuzzyVariable)
|
Overloaded. Represents method ParseFuzzySet(IFuzzyVariable).
|
|
ParseFuzzySet(IFuzzyVariable,String)
|
Overloaded. Parses the string and creates a fuzzy set. If the Variable parameter is not nil, the fuzzy set will be added to the fuzzy variable set. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.ParseFuzzySet(IFuzzyVariable,String).)
|
|
ParseFuzzySet(TFuzzyVariable)
|
Overloaded. Represents method ParseFuzzySet(TFuzzyVariable).
|
|
ParseFuzzySet(TFuzzyVariable,String)
|
Overloaded. Parses the string and creates a fuzzy set. If the Variable parameter is not nil, the fuzzy set will be added to the fuzzy variable set. (Overrides FuzzyLogic.TCustomFuzzyLogicParser.ParseFuzzySet(TFuzzyVariable,String).)
|
|
ParseFuzzyValuePairs(IFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyValuePairs(IFuzzyVariable).
|
|
ParseFuzzyValuePairs(TFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyValuePairs(TFuzzyVariable).
|
|
ParseFuzzyValues(IFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyValues(IFuzzyVariable).
|
|
ParseFuzzyValues(TFuzzyVariable)
|
Overloaded. Represents method ParseFuzzyValues(TFuzzyVariable).
|
|
ParseFuzzyVariable
|
Overloaded. Represents method ParseFuzzyVariable.
|
|
ParseFuzzyVariable(String)
|
Overloaded. Parses the string parameter and returns the fuzzy variable (and possibly included fuzzy sets) (Overrides FuzzyLogic.TCustomFuzzyLogicParser.ParseFuzzyVariable(String).)
|
|
ParseFuzzyVariableIntf
|
Overloaded. Represents method ParseFuzzyVariableIntf.
|
|
ParseFuzzyVariableIntf(String)
|
Overloaded. Implements the IFuzzyVariable.ParseFuzzyVariable method and parses the string parameter and returns the fuzzy variable (and possibly included fuzzy sets) (Overrides FuzzyLogic.TCustomFuzzyLogicParser.ParseFuzzyVariableIntf(String).)
|
|
ParseHeader(String,String,Boolean,String,String,String)
|
Represents method ParseHeader(String,String,Boolean,String,String,String).
|
|
ParseTokenList
|
Represents method ParseTokenList.
|
|
PrettyPrint(IFuzzySet,Boolean)
|
Overloaded. Creates a parsable string (by the ParseFuzzySet method) from the Fuzzy Set. The AsDefinition parameter controls whether the string created should be parsable as part of a fuzzy variable definition (Overrides FuzzyLogic.TCustomFuzzyLogicParser.PrettyPrint(IFuzzySet,Boolean).)
|
|
PrettyPrint(IFuzzyVariable)
|
Overloaded. Creates a parsable string (by the ParseFuzzyVariableIntf method) from the Fuzzy Variable (Overrides FuzzyLogic.TCustomFuzzyLogicParser.PrettyPrint(IFuzzyVariable).)
|
|
PrettyPrint(TFuzzySet,Boolean)
|
Overloaded. Creates a parsable string (by the ParseFuzzySet method) from the Fuzzy Set. The AsDefinition parameter controls whether the string created should be parsable as part of a fuzzy variable definition (Overrides FuzzyLogic.TCustomFuzzyLogicParser.PrettyPrint(TFuzzySet,Boolean).)
|
|
PrettyPrint(TFuzzyVariable)
|
Overloaded. Creates a parsable string (by the ParseFuzzyVariableIntf method) from the Fuzzy Variable (Overrides FuzzyLogic.TCustomFuzzyLogicParser.PrettyPrint(TFuzzyVariable).)
|
|
VerifyAll(IFuzzyStreamTokenList,TFuzzyStreamTokenTypes)
|
Represents method VerifyAll(IFuzzyStreamTokenList,TFuzzyStreamTokenTypes). (Inherited from FuzzyLogic.TCustomFuzzyLogicParser.)
|