Returns the user function associated with the Index name
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Index
Type: TIEName
Type: IUserFunction
All functions, including such functions as assert and retract, are considered user functions. This way, you can control what capabilities you allow within the expert system. The User functions are stored indexed by their names. User functions can be shared between inference engines. Note, the inference engine does NOT free the user functions. It is assumed that they will destroy themselves when they are dereferenced Note: Use the GetUserFunctions method to get an iterator of all the user function names |
Reference |