Adds a function to the expert system. The function returns true if the user function was successfully added. If the name of the function equals a function already in the function base, the old function will be deleted. After functions have been added, you may access them by using the UserFunctions property
Namespace: InferenceEngine
Delphi |
public |
Parameters
UserFunction
Type: IUserFunction
Type: Boolean
IReasoner.AddUserFunction(IUserFunction)
Reference |