|
CalcFuzzyFunction(IFuzzySet,String,IFuzzyStreamTokenList)
|
Overloaded. Represents method CalcFuzzyFunction(IFuzzySet,String,IFuzzyStreamTokenList).
|
|
CalcFuzzyFunction(String,IFuzzyStreamTokenList,IFuzzySet)
|
Overloaded. Represents method CalcFuzzyFunction(String,IFuzzyStreamTokenList,IFuzzySet).
|
|
CalcFuzzyFunction(String,IFuzzyStreamTokenList,TFuzzySet)
|
Overloaded. Represents method CalcFuzzyFunction(String,IFuzzyStreamTokenList,TFuzzySet).
|
|
CalcFuzzyFunction(TFuzzySet,String,IFuzzyStreamTokenList)
|
Overloaded. Represents method CalcFuzzyFunction(TFuzzySet,String,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.
|
|
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.
|
|
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.
|
|
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.
|
|
GetLineNumber
|
Represents method GetLineNumber.
|
|
GetParsedText
|
Represents method GetParsedText.
|
|
Notification(TComponent,TOperation)
|
Represents method Notification(TComponent,TOperation).
|
|
Parse(String)
|
Parses the string parameter for fuzzy variables (and possibly included fuzzy sets).
|
|
ParseError(String,String)
|
Overloaded. Represents method ParseError(String,String).
|
|
ParseError(String,String,String,Integer)
|
Overloaded. Represents method ParseError(String,String,String,Integer).
|
|
ParseError(String,String,TVarRec[])
|
Overloaded. Represents method ParseError(String,String,TVarRec[]).
|
|
ParseFuzzyLogic(String)
|
Represents method ParseFuzzyLogic(String).
|
|
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.
|
|
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.
|
|
ParseFuzzyVariable(String)
|
Overloaded. Parses the string parameter and returns the fuzzy variable (and possibly included fuzzy sets).
|
|
ParseFuzzyVariableIntf(String)
|
Overloaded. Parses the string parameter and returns the fuzzy variable (and possibly included fuzzy sets)
|
|
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
|
|
PrettyPrint(IFuzzyVariable)
|
Overloaded. Creates a parsable string (by the ParseFuzzyVariableIntf method) from the Fuzzy Variable
|
|
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
|
|
PrettyPrint(TFuzzyVariable)
|
Overloaded. Creates a parsable string (by the ParseFuzzyVariableIntf method) from the Fuzzy Variable
|
|
VerifyAll(IFuzzyStreamTokenList,TFuzzyStreamTokenTypes)
|
Represents method VerifyAll(IFuzzyStreamTokenList,TFuzzyStreamTokenTypes).
|