|
ArgumentString
|
Specifies a string representing the arguments needed to call the user function
|
|
Comment
|
Returns a comment about the function describing its functionality
|
|
FunctionName
|
Returns the name of the function. This is the string that is used in the actual expert system environment, i.e., how the user calls the function
|
|
MaxArgumentCount
|
Specifies the maximum possible number of arguments that may be passed to the function
|
|
MinArgumentCount
|
Specifies the minimum possible number of arguments that may be passed to the function
|
|
ReasonerCount
|
Returns the number of reasoners (IReasoner interface, like TInferenceEngine) that this function is registered with
|
|
Reasoners
|
Represents property Reasoners.
|
|
Reasoner[Integer]
|
Returns a reasoner (like TInferenceEngine) from the list of reasoners that the function is registered with. If the index is invalid, a EListError exception will occur
|